public static class AttributeSchema.UIType extends Object
UIType
defines the UI types of schema attributes
and provides static constants for these types. These types mainly will be
used by the GUI to determine how to display the schema attributes.
Currently defined schema attribute UI types are RADIO
,
LINK
, BUTTON
and
NAME_VALUE_LIST
Modifier and Type | Field and Description |
---|---|
static AttributeSchema.UIType |
ADDREMOVELIST
The
ADDREMOVELIST attribute type specifies that the
multiple choice attribute should be display as add remove list
widget. |
static AttributeSchema.UIType |
BUTTON
The
BUTTON attribute type specifies that the attribute
should be display as a button. |
static AttributeSchema.UIType |
GLOBALMAPLIST
The
GLOBALMAP_LIST attribute type specifies that the
attribute should be display as a global map list widget. |
static AttributeSchema.UIType |
GLOBALSCRIPTSELECT
The
GLOBALSCRIPTSELECT attribute type specifies that the
attribute should be display as drop down widget with only global scripts. |
static AttributeSchema.UIType |
LINK
The
LINK attribute type specifies that the attribute
should be display as a link. |
static AttributeSchema.UIType |
MAPLIST
The
MAP_LIST attribute type specifies that the
attribute should be display as an map list widget. |
static AttributeSchema.UIType |
NAME_VALUE_LIST
The
NAME_VALUE_LIST attribute type specifies that the
attribute should be display as a name value list widget. |
static AttributeSchema.UIType |
ORDEREDLIST
The
ORDERED_LIST attribute type specifies that the
attribute should be display as an ordered list widget. |
static AttributeSchema.UIType |
RADIO
The
RADIO attribute type specifies that the attribute
should be display as radio button. |
static AttributeSchema.UIType |
SCRIPTSELECT
The
SCRIPTSELECT attribute type specifies that the
attribute should be display as drop down widget. |
static AttributeSchema.UIType |
UNORDEREDLIST
The
UNORDERED_LIST attribute type specifies that the
attribute should be display as an unordered list widget. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object schemaAttrType)
Method to check if two schema attribute UI types are equal.
|
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString()
The method returns the string representation of the schema attribute
UI type.
|
public static final AttributeSchema.UIType RADIO
RADIO
attribute type specifies that the attribute
should be display as radio button.public static final AttributeSchema.UIType LINK
LINK
attribute type specifies that the attribute
should be display as a link.public static final AttributeSchema.UIType BUTTON
BUTTON
attribute type specifies that the attribute
should be display as a button.public static final AttributeSchema.UIType NAME_VALUE_LIST
NAME_VALUE_LIST
attribute type specifies that the
attribute should be display as a name value list widget.public static final AttributeSchema.UIType UNORDEREDLIST
UNORDERED_LIST
attribute type specifies that the
attribute should be display as an unordered list widget.public static final AttributeSchema.UIType ORDEREDLIST
ORDERED_LIST
attribute type specifies that the
attribute should be display as an ordered list widget.public static final AttributeSchema.UIType MAPLIST
MAP_LIST
attribute type specifies that the
attribute should be display as an map list widget.public static final AttributeSchema.UIType GLOBALMAPLIST
GLOBALMAP_LIST
attribute type specifies that the
attribute should be display as a global map list widget.public static final AttributeSchema.UIType ADDREMOVELIST
ADDREMOVELIST
attribute type specifies that the
multiple choice attribute should be display as add remove list
widget.public static final AttributeSchema.UIType SCRIPTSELECT
SCRIPTSELECT
attribute type specifies that the
attribute should be display as drop down widget.public static final AttributeSchema.UIType GLOBALSCRIPTSELECT
GLOBALSCRIPTSELECT
attribute type specifies that the
attribute should be display as drop down widget with only global scripts.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.