Searched refs:lType (Results 1 - 25 of 44) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPLegalIdentity.java465 LegalIdentityType lType = (LegalIdentityType)obj;
466 analyzedName = lType.getAnalyzedName();
467 vat = lType.getVAT();
468 altIDs = lType.getAltID();
469 dob = lType.getDOB();
470 mStatus = lType.getMaritalStatus();
471 gender = lType.getGender();
472 lName = lType.getLegalName();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPLegalIdentity.java465 LegalIdentityType lType = (LegalIdentityType)obj;
466 analyzedName = lType.getAnalyzedName();
467 vat = lType.getVAT();
468 altIDs = lType.getAltID();
469 dob = lType.getDOB();
470 mStatus = lType.getMaritalStatus();
471 gender = lType.getGender();
472 lName = lType.getLegalName();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java104 protected JLabel lType = field in class:AbstractIndexPanel
344 c.add(lType, gbc);
400 setPrimaryValid(lType);
425 setPrimaryInvalid(lType);
H A DIndexPanel.java440 setPrimaryValid(lType);
472 JComponent[] comps = {entryLimit, lType, typesPanel, lEntryLimit};
H A DNewIndexPanel.java284 setPrimaryValid(lType);
323 setPrimaryInvalid(lType);
H A DNewAttributePanel.java117 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
121 lEquality, lOrdering, lSubstring, lType
637 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java108 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
119 lDescription, lType, lAttributes
626 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java103 protected JLabel lType = field in class:AbstractIndexPanel
343 c.add(lType, gbc);
399 setPrimaryValid(lType);
424 setPrimaryInvalid(lType);
H A DIndexPanel.java439 setPrimaryValid(lType);
471 JComponent[] comps = {entryLimit, lType, typesPanel, lEntryLimit};
H A DNewIndexPanel.java283 setPrimaryValid(lType);
322 setPrimaryInvalid(lType);
H A DNewAttributePanel.java116 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
120 lEquality, lOrdering, lSubstring, lType
636 {lUsage, lType, null, null, null},
H A DNewObjectClassPanel.java107 private JLabel lType = Utilities.createPrimaryLabel( field in class:NewObjectClassPanel
118 lDescription, lType, lAttributes
625 JLabel[] labels = {lAliases, lOrigin, lFile, lType, null};
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java104 protected JLabel lType = field in class:AbstractIndexPanel
344 c.add(lType, gbc);
400 setPrimaryValid(lType);
425 setPrimaryInvalid(lType);
H A DIndexPanel.java440 setPrimaryValid(lType);
472 JComponent[] comps = {entryLimit, lType, typesPanel, lEntryLimit};
H A DNewIndexPanel.java284 setPrimaryValid(lType);
323 setPrimaryInvalid(lType);
H A DNewAttributePanel.java117 private JLabel lType = Utilities.createPrimaryLabel(); field in class:NewAttributePanel
121 lEquality, lOrdering, lSubstring, lType
637 {lUsage, lType, null, null, null},
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java103 protected JLabel lType = field in class:AbstractIndexPanel
343 c.add(lType, gbc);
399 setPrimaryValid(lType);
424 setPrimaryInvalid(lType);
H A DIndexPanel.java439 setPrimaryValid(lType);
471 JComponent[] comps = {entryLimit, lType, typesPanel, lEntryLimit};
H A DNewIndexPanel.java283 setPrimaryValid(lType);
322 setPrimaryInvalid(lType);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java104 protected JLabel lType = field in class:AbstractIndexPanel
344 c.add(lType, gbc);
400 setPrimaryValid(lType);
425 setPrimaryInvalid(lType);
H A DIndexPanel.java440 setPrimaryValid(lType);
472 JComponent[] comps = {entryLimit, lType, typesPanel, lEntryLimit};
H A DNewIndexPanel.java284 setPrimaryValid(lType);
323 setPrimaryInvalid(lType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java114 final JLabel lType = Utilities.createPrimaryLabel(INFO_CTRL_PANEL_INDEX_TYPE_LABEL.get()); field in class:AbstractIndexPanel
283 c.add(lType, gbc);
341 setPrimaryValid(lType);
363 setPrimaryInvalid(lType);
H A DIndexPanel.java396 setPrimaryValid(lType);
428 JComponent[] comps = {entryLimit, lType, typesPanel, lEntryLimit};
H A DNewIndexPanel.java247 setPrimaryValid(lType);
275 setPrimaryInvalid(lType);

Completed in 107 milliseconds

12