Class SeparatorModelImpl
java.lang.Object
ch.tocco.nice2.netui.impl.actions.ActionModelImpl
ch.tocco.nice2.netui.impl.actions.SeparatorModelImpl
- All Implemented Interfaces:
ActionModel
,SeparatorModel
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface ch.tocco.nice2.netui.api.actions.SeparatorModel
SEPARATOR_ID
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.netui.impl.actions.ActionModelImpl
equals, getIcon, getName, getPosition, getProperties, getProperty, getRelativePosition, getRelativePositionProperty, getShortDescription, hashCode, isEnabled, isGroup, isToggle, setEnabled, setIcon, setName, setPosition, setProperties, setProperty, setRelativePosition, setShortDescription, setToggle, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.netui.api.actions.ActionModel
getIcon, getName, getPosition, getProperty, getRelativePosition, getRelativePositionProperty, getShortDescription, isEnabled, isToggle, setEnabled, setIcon, setName, setPosition, setProperty, setRelativePosition, setShortDescription, setToggle
-
Constructor Details
-
SeparatorModelImpl
public SeparatorModelImpl() -
SeparatorModelImpl
-
-
Method Details
-
getId
Description copied from interface:ActionModel
A *non-unique* id of the action. This id is used to map the serverside action representation (button) to the clientside action (perform method).For example the export actions (about 5 buttons) share the same action id, and have different
properties
. They are all handled by the same clientside action (perform).In xml this attribute is called 'path' for historical reasons.
The id is also used for the netuiactions security.
The id may also used for the jabsorb action in the BackportAction.js (legacy code).
- Specified by:
getId
in interfaceActionModel
- Overrides:
getId
in classActionModelImpl
-
deepCopy
- Specified by:
deepCopy
in interfaceActionModel
- Specified by:
deepCopy
in interfaceSeparatorModel
- Overrides:
deepCopy
in classActionModelImpl
-