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
Constructors -
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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:ActionModelA *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:
getIdin interfaceActionModel- Overrides:
getIdin classActionModelImpl
-
deepCopy
- Specified by:
deepCopyin interfaceActionModel- Specified by:
deepCopyin interfaceSeparatorModel- Overrides:
deepCopyin classActionModelImpl
-