Package com.almis.awe.model.type
Enum Class AttributeRestrictionType
- All Implemented Interfaces:
Serializable
,Comparable<AttributeRestrictionType>
,Constable
AttributeRestrictionType Enumerated
Attribute list of components
- Author:
- Pablo VIDAL - 29/MAY/2013
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Retrieve enumerated component classstatic AttributeRestrictionType
Retrieve enumerated valuegetValue()
Retrieve enumerated valuetoString()
Override toString method to return PROPERTY VALUEstatic AttributeRestrictionType
Returns the enum constant of this class with the specified name.static AttributeRestrictionType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STYLE
-
LABEL
-
TITLE
-
TYPE
-
EXPAND
-
HELP
-
HELP_IMAGE
-
COMPONENT
-
INITIAL_LOAD
-
SERVER_ACTION
-
TARGET_ACTION
-
MAX
-
AUTOLOAD
-
AUTOREFRESH
-
REQUIRED
-
VALUE
-
SESSION
-
VARIABLE
-
PROPERTY
-
VALIDATION
-
GROUP
-
NUMBER_FORMAT
-
SHOW_SLIDER
-
DESTINATION
-
DEFAULT_VALUE
-
CAPITALIZE
-
VISIBLE
-
READONLY
-
CHECKED
-
STRICT
-
MESSAGE
-
FORMULE
-
PLACEHOLDER
-
AREA_ROWS
-
OPTIONAL
-
PRINTABLE
-
UNIT
-
CHECK_EMPTY
-
CHECK_INITIAL
-
CHECK_TARGET
-
SPECIFIC
-
TIMEOUT
-
RESTRICTED_VALUE_LIST
-
SHOW_WEEKENDS
-
SHOW_FUTURE_DATES
-
DATE_FORMAT
-
SHOW_TODAY_BUTTON
-
DATE_VIEW_MODE
-
INDEX
-
FIELD
-
WIDTH
-
CHAR_LENGTH
-
ALIGN
-
INPUT_TYPE
-
SORTABLE
-
MOVABLE
-
HIDDEN
-
SENDABLE
-
SUMMARY_TYPE
-
FORMATTER
-
FORMAT_OPTIONS
-
FROZEN
-
POSITION
-
BROWSER_ACTION
-
BUTTON_TYPE
-
CANCEL
-
TOTALIZE
-
SHOW_TOTALS
-
SEND_OPERATIONS
-
TREEGRID
-
EDITABLE
-
MULTISELECT
-
EXPAND_COLUMN
-
LOAD_ALL
-
SEND_ALL
-
TREE_ID
-
TREE_PARENT
-
TREE_LEAF
-
PAGINATION_DISABLED
-
PAGER_VALUES
-
TOTAL_COLUMN_PLACEMENT
-
TOTAL_ROW_PLACEMENT
-
RENDERER
-
AGGREGATOR
-
AGGREGATION_FIELD
-
SORT_METHOD
-
COLS
-
ROWS
-
DECIMAL_NUMBERS
-
THOUSAND_SEPARATOR
-
DECIMAL_SEPARATOR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getEnum
Retrieve enumerated value- Parameters:
value
- Enumerated value- Returns:
- Enumerated
-
getComponentClass
Retrieve enumerated component class- Returns:
- Component class
-
getValue
Retrieve enumerated value- Returns:
- Value
-
toString
Override toString method to return PROPERTY VALUE- Overrides:
toString
in classEnum<AttributeRestrictionType>
- Returns:
- Property VALUE (if defined)
-