psdi.webclient.controls

Class ToolbarActions

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class ToolbarActions
    extends ControlInstance
    • Constructor Detail

      • ToolbarActions

        public ToolbarActions()
    • Method Detail

      • initialize

        public void initialize()
        Description copied from class: BaseInstance
        should be extended to do any setup required by the instance. for example, the DatasrcInstance will call initialize to create data sources found in the bind list.
        Overrides:
        initialize in class ControlInstance
      • hasButtons

        public boolean hasButtons()
      • setLastSep

        public void setLastSep(boolean sep)
      • wasLastSep

        public boolean wasLastSep()
      • setSaveButtonId

        public void setSaveButtonId(java.lang.String id)
      • getSaveButtonId

        public java.lang.String getSaveButtonId()
      • createShowEventList

        public void createShowEventList()
      • showOnToolbar

        public boolean showOnToolbar(java.lang.String eventName)
        Can be set via System Property named in WebClientConstants.WEBCLIENT_SHOWONTOOLBAR if the event is in the comma delimited list, or there is no list, it is shown
        Parameters:
        actionMenuItem -
        Returns:
        hide
      • addrenderScript

        public void addrenderScript(java.lang.String script)
      • getRenderScripts

        public com.ibm.json.java.JSONArray getRenderScripts()