psdi.webclient.controls

Class DynamicToolbar

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class DynamicToolbar
    extends ControlInstance
    • Constructor Detail

      • DynamicToolbar

        public DynamicToolbar()
    • 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
      • wasChanged

        public boolean wasChanged()
      • render

        public int render()
                   throws java.lang.NoSuchMethodException,
                          java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
        Description copied from class: ControlInstance
        Render this control's components
        Overrides:
        render in class ControlInstance
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • reloadToolbar

        public void reloadToolbar()
        Reload the toolbar definition and refresh the presentation if necessary
      • getMenuOptions

        public java.util.ArrayList getMenuOptions()
      • hasButtons

        public boolean hasButtons()
      • getToolbarNumber

        public int getToolbarNumber()