Searched defs:UIType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java151 public AttributeSchema.UIType getUIType() {
156 * Sets the <code>UIType</code> attribute.
162 * <code>UIType</code> to the attribute schema.
1097 * The class <code>UIType</code> defines the UI types of schema attributes
1104 public static class UIType extends Object { class in class:AttributeSchema
1110 public static final UIType RADIO = new UIType("radio");
1116 public static final UIType LINK = new UIType("link");
1122 public static final UIType BUTTO
1176 private UIType() { method in class:AttributeSchema.UIType
1179 private UIType(String type) { method in class:AttributeSchema.UIType
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java151 public AttributeSchema.UIType getUIType() {
156 * Sets the <code>UIType</code> attribute.
162 * <code>UIType</code> to the attribute schema.
1131 * The class <code>UIType</code> defines the UI types of schema attributes
1138 public static class UIType extends Object { class in class:AttributeSchema
1144 public static final UIType RADIO = new UIType("radio");
1150 public static final UIType LINK = new UIType("link");
1156 public static final UIType BUTTO
1210 private UIType() { method in class:AttributeSchema.UIType
1213 private UIType(String type) { method in class:AttributeSchema.UIType
[all...]

Completed in 54 milliseconds