java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.sap.cloud.mobile.fiori.common.CustomLinearLayout.STATE |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CustomLinearLayout.STATE | STATE_DISABLED_EDITABLE | The layout is editable but disabled | |||||||||
CustomLinearLayout.STATE | STATE_DISABLED_NON_EDITABLE | ||||||||||
CustomLinearLayout.STATE | STATE_ERROR_SELECTED | The layout is in error state and is currently selected | |||||||||
CustomLinearLayout.STATE | STATE_ERROR_UNSELECTED | The layout is in error state and is not selected | |||||||||
CustomLinearLayout.STATE | STATE_FOCUSED | The layout has focus | |||||||||
CustomLinearLayout.STATE | STATE_INVALID | Invalid state that do not match with any defined state above | |||||||||
CustomLinearLayout.STATE | STATE_NON_EDITABLE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int[] | getState() | ||||||||||
void | setState(int state) | ||||||||||
static CustomLinearLayout.STATE | valueOf(String name) | ||||||||||
final static STATE[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The layout is editable but disabled
The layout is in error state and is currently selected
The layout is in error state and is not selected
Invalid state that do not match with any defined state above