Searched refs:ocValue (Results 1 - 24 of 24) 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...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java445 ObjectClassValue ocValue = (ObjectClassValue)value;
446 if (ocValue.getStructural() != null)
449 sb.append(attrName+": "+ocValue.getStructural());
454 schema.getObjectClass(ocValue.getStructural().toLowerCase());
466 for (String v : ocValue.getAuxiliary())
576 ObjectClassValue ocValue = (ObjectClassValue)value;
577 if (ocValue.getStructural() != null)
579 valuesToSet.add(ocValue.getStructural());
581 valuesToSet.addAll(ocValue.getAuxiliary());
H A DSimplifiedViewEntryPanel.java1410 ObjectClassValue ocValue = (ObjectClassValue)value;
1411 if (ocValue.getStructural() != null)
1413 values.add(ocValue.getStructural());
1415 values.addAll(ocValue.getAuxiliary());
H A DTableViewEntryPanel.java705 ObjectClassValue ocValue = getObjectClassDescriptor(
707 allSortedValues.add(new AttributeValuePair(attrName, ocValue));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java446 ObjectClassValue ocValue = (ObjectClassValue)value;
447 if (ocValue.getStructural() != null)
450 sb.append(attrName+": "+ocValue.getStructural());
455 schema.getObjectClass(ocValue.getStructural().toLowerCase());
467 for (String v : ocValue.getAuxiliary())
577 ObjectClassValue ocValue = (ObjectClassValue)value;
578 if (ocValue.getStructural() != null)
580 valuesToSet.add(ocValue.getStructural());
582 valuesToSet.addAll(ocValue.getAuxiliary());
H A DSimplifiedViewEntryPanel.java1409 ObjectClassValue ocValue = (ObjectClassValue)value;
1410 if (ocValue.getStructural() != null)
1412 values.add(ocValue.getStructural());
1414 values.addAll(ocValue.getAuxiliary());
H A DTableViewEntryPanel.java706 ObjectClassValue ocValue = getObjectClassDescriptor(
708 allSortedValues.add(new AttributeValuePair(attrName, ocValue));
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java445 ObjectClassValue ocValue = (ObjectClassValue)value;
446 if (ocValue.getStructural() != null)
449 sb.append(attrName+": "+ocValue.getStructural());
454 schema.getObjectClass(ocValue.getStructural().toLowerCase());
466 for (String v : ocValue.getAuxiliary())
576 ObjectClassValue ocValue = (ObjectClassValue)value;
577 if (ocValue.getStructural() != null)
579 valuesToSet.add(ocValue.getStructural());
581 valuesToSet.addAll(ocValue.getAuxiliary());
H A DSimplifiedViewEntryPanel.java1410 ObjectClassValue ocValue = (ObjectClassValue)value;
1411 if (ocValue.getStructural() != null)
1413 values.add(ocValue.getStructural());
1415 values.addAll(ocValue.getAuxiliary());
H A DTableViewEntryPanel.java705 ObjectClassValue ocValue = getObjectClassDescriptor(
707 allSortedValues.add(new AttributeValuePair(attrName, ocValue));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java407 ObjectClassValue ocValue = (ObjectClassValue)value;
408 if (ocValue.getStructural() != null)
411 sb.append(attrName).append(": ").append(ocValue.getStructural());
416 schema.getObjectClass(ocValue.getStructural().toLowerCase());
428 for (String v : ocValue.getAuxiliary())
531 ObjectClassValue ocValue = (ObjectClassValue)value;
532 if (ocValue.getStructural() != null)
534 valuesToSet.add(ocValue.getStructural());
536 valuesToSet.addAll(ocValue.getAuxiliary());
H A DSimplifiedViewEntryPanel.java1318 ObjectClassValue ocValue = (ObjectClassValue)value;
1319 if (ocValue.getStructural() != null)
1321 values.add(ocValue.getStructural());
1323 values.addAll(ocValue.getAuxiliary());
H A DTableViewEntryPanel.java656 ObjectClassValue ocValue = getObjectClassDescriptor(
658 allSortedValues.add(new AttributeValuePair(attrName, ocValue));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java447 ObjectClassValue ocValue = (ObjectClassValue)value;
448 if (ocValue.getStructural() != null)
451 sb.append(attrName+": "+ocValue.getStructural());
456 schema.getObjectClass(ocValue.getStructural().toLowerCase());
468 for (String v : ocValue.getAuxiliary())
578 ObjectClassValue ocValue = (ObjectClassValue)value;
579 if (ocValue.getStructural() != null)
581 valuesToSet.add(ocValue.getStructural());
583 valuesToSet.addAll(ocValue.getAuxiliary());
H A DSimplifiedViewEntryPanel.java1412 ObjectClassValue ocValue = (ObjectClassValue)value;
1413 if (ocValue.getStructural() != null)
1415 values.add(ocValue.getStructural());
1417 values.addAll(ocValue.getAuxiliary());
H A DTableViewEntryPanel.java709 ObjectClassValue ocValue = getObjectClassDescriptor(
711 allSortedValues.add(new AttributeValuePair(attrName, ocValue));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DViewEntryPanel.java447 ObjectClassValue ocValue = (ObjectClassValue)value;
448 if (ocValue.getStructural() != null)
451 sb.append(attrName+": "+ocValue.getStructural());
456 schema.getObjectClass(ocValue.getStructural().toLowerCase());
468 for (String v : ocValue.getAuxiliary())
578 ObjectClassValue ocValue = (ObjectClassValue)value;
579 if (ocValue.getStructural() != null)
581 valuesToSet.add(ocValue.getStructural());
583 valuesToSet.addAll(ocValue.getAuxiliary());
H A DSimplifiedViewEntryPanel.java1412 ObjectClassValue ocValue = (ObjectClassValue)value;
1413 if (ocValue.getStructural() != null)
1415 values.add(ocValue.getStructural());
1417 values.addAll(ocValue.getAuxiliary());
H A DTableViewEntryPanel.java709 ObjectClassValue ocValue = getObjectClassDescriptor(
711 allSortedValues.add(new AttributeValuePair(attrName, ocValue));

Completed in 337 milliseconds