Interface Action
public interface Action
Action
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the isEditableValue of an Action entityboolean
Get 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
-