Package ch.tocco.nice2.netui.api.actions
Interface GroupBuilder
- All Known Implementing Classes:
AbstractEntityActionsFactory.GroupBuilder
,GroupBuilderImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionaddActions
(ActionModel... actionModels) Deprecated.addActions
(Iterable<ActionModel> actionModel) Deprecated.build()
Deprecated.setDefaultAction
(int index) Deprecated.setEnabled
(boolean enabled) Deprecated.Deprecated.Deprecated.setPosition
(int pos) Deprecated.setProperty
(String name, @Nullable String value) Deprecated.setShortDescription
(String descr) Deprecated.setToggle
(boolean toggle) Deprecated.
-
Method Details
-
build
ActionGroupModel build()Deprecated. -
setName
Deprecated. -
setEnabled
Deprecated. -
setIcon
Deprecated. -
setShortDescription
Deprecated. -
setToggle
Deprecated. -
setPosition
Deprecated. -
setProperty
Deprecated. -
addActions
Deprecated. -
addActions
Deprecated. -
setDefaultAction
Deprecated.
-