Interface IDimensions
public interface IDimensions
Contains the dimension names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Dimension for the enabled flagstatic final String
Dimension for a custom enabled flagstatic final String
Dimension for the enabled-granted flagstatic final String
Dimension for internal secondary dependance between componentsstatic final String
Dimension name for the visible flagstatic final String
Dimension for a custom visibility flagstatic final String
Dimension name for the visible-granted flag
-
Field Details
-
VISIBLE
Dimension name for the visible flag- See Also:
-
VISIBLE_GRANTED
Dimension name for the visible-granted flag- See Also:
-
VISIBLE_CUSTOM
Dimension for a custom visibility flag- See Also:
-
ENABLED
Dimension for the enabled flag- See Also:
-
ENABLED_GRANTED
Dimension for the enabled-granted flag- See Also:
-
ENABLED_SLAVE
Dimension for internal secondary dependance between components- See Also:
-
ENABLED_CUSTOM
Dimension for a custom enabled flag- See Also:
-