Package ch.tocco.nice2.netui.api.actions
Interface ActionsBuilder
- All Known Implementing Classes:
ActionsBuilderImpl
Deprecated.
Factory for
ActionModel
s and ActionGroupModel
s that are enabled/disabled
depending on its perform-permission.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAction
(String id) Deprecated.createGroup
(String id) Deprecated.Deprecated.Deprecated.Creates a new action definition.newActionGroup
(String id, String groupName) Deprecated.Creates a new action group without any child actions.newActionGroup
(String id, String groupName, ActionModel... actions) Deprecated.Creates a new action group with the specified array as its child actions.newActionGroup
(String id, String groupName, Collection<ActionModel> actions) Deprecated.Creates a new action group with the specified collection as its child actions.Deprecated.Creates a new separator.
-
Method Details
-
createAction
Deprecated. -
createGroup
Deprecated. -
newActionGroup
Deprecated.Creates a new action group without any child actions. -
newActionGroup
Deprecated.Creates a new action group with the specified collection as its child actions. -
newActionGroup
Deprecated.Creates a new action group with the specified array as its child actions. -
newAction
Deprecated.Creates a new action definition. -
newSeparator
SeparatorModel newSeparator()Deprecated.Creates a new separator. -
getNiceGroup
Deprecated.
-