Class ActionsModelImpl
java.lang.Object
ch.tocco.nice2.model.base.spi.actions.ActionsModelImpl
- All Implemented Interfaces:
ActionsModel
-
Constructor Summary
ConstructorsConstructorDescriptionActionsModelImpl(Map<String, ActionGroupModel> groups, Map<String, ActionModel> actions) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
ActionsModelImpl
-
-
Method Details
-
getGroups
- Specified by:
getGroupsin interfaceActionsModel
-
getActions
- Specified by:
getActionsin interfaceActionsModel
-
hasGroups
public boolean hasGroups()- Specified by:
hasGroupsin interfaceActionsModel
-
hasActions
public boolean hasActions()- Specified by:
hasActionsin interfaceActionsModel
-