Searched defs:ocValue (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java67 private ObjectClassValue ocValue; field in class:AttributeCellEditor
203 ocValue = null;
228 if (ocValue != null)
230 editOcPanel.setValue(ocValue);
237 ocValue = editOcPanel.getObjectClassValue();
255 this.ocValue = null;
263 this.ocValue = (ObjectClassValue)value;
264 ocPanel.setValue(ocValue);
278 this.ocValue = null;
291 this.ocValue
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java66 private ObjectClassValue ocValue; field in class:AttributeCellEditor
202 ocValue = null;
227 if (ocValue != null)
229 editOcPanel.setValue(ocValue);
236 ocValue = editOcPanel.getObjectClassValue();
254 this.ocValue = null;
262 this.ocValue = (ObjectClassValue)value;
263 ocPanel.setValue(ocValue);
277 this.ocValue = null;
290 this.ocValue
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java67 private ObjectClassValue ocValue; field in class:AttributeCellEditor
203 ocValue = null;
228 if (ocValue != null)
230 editOcPanel.setValue(ocValue);
237 ocValue = editOcPanel.getObjectClassValue();
255 this.ocValue = null;
263 this.ocValue = (ObjectClassValue)value;
264 ocPanel.setValue(ocValue);
278 this.ocValue = null;
291 this.ocValue
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java66 private ObjectClassValue ocValue; field in class:AttributeCellEditor
202 ocValue = null;
227 if (ocValue != null)
229 editOcPanel.setValue(ocValue);
236 ocValue = editOcPanel.getObjectClassValue();
254 this.ocValue = null;
262 this.ocValue = (ObjectClassValue)value;
263 ocPanel.setValue(ocValue);
277 this.ocValue = null;
290 this.ocValue
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java67 private ObjectClassValue ocValue; field in class:AttributeCellEditor
203 ocValue = null;
228 if (ocValue != null)
230 editOcPanel.setValue(ocValue);
237 ocValue = editOcPanel.getObjectClassValue();
255 this.ocValue = null;
263 this.ocValue = (ObjectClassValue)value;
264 ocPanel.setValue(ocValue);
278 this.ocValue = null;
291 this.ocValue
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java67 private ObjectClassValue ocValue; field in class:AttributeCellEditor
189 ocValue = null;
211 if (ocValue != null)
213 editOcPanel.setValue(ocValue);
220 ocValue = editOcPanel.getObjectClassValue();
236 this.ocValue = null;
244 this.ocValue = (ObjectClassValue)value;
245 ocPanel.setValue(ocValue);
259 this.ocValue = null;
272 this.ocValue
[all...]

Completed in 157 milliseconds