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

public class SeparatorModelImpl extends ActionModelImpl implements SeparatorModel
See Also:
  • Constructor Details

    • SeparatorModelImpl

      public SeparatorModelImpl()
    • SeparatorModelImpl

      public SeparatorModelImpl(SeparatorModelImpl sep)
  • Method Details

    • getId

      public String 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 interface ActionModel
      Overrides:
      getId in class ActionModelImpl
    • deepCopy

      public SeparatorModelImpl deepCopy()
      Specified by:
      deepCopy in interface ActionModel
      Specified by:
      deepCopy in interface SeparatorModel
      Overrides:
      deepCopy in class ActionModelImpl