Interface Action
public interface Action
Action
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the isEditableValue of an Action entitybooleanGet the isVisibleValue of an Action entity
-
Method Details
-
isEditableValue
boolean isEditableValue()Get the isEditableValue of an Action entity- Returns:
- the action: isEditableValue
-
isVisibleValue
boolean isVisibleValue()Get the isVisibleValue of an Action entity- Returns:
- the action: isVisibleValue
-