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