Interface CaseRolesPresenter.CaseRoleAction
-
- All Superinterfaces:
org.uberfire.mvp.Command
- Enclosing class:
- CaseRolesPresenter
public static interface CaseRolesPresenter.CaseRoleAction extends org.uberfire.mvp.Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled()Stringlabel()
-
-
-
Method Detail
-
label
String label()
-
isEnabled
boolean isEnabled()
-
-