Interface ControlToolbarBean

    • Method Detail

      • setLock

        void setLock​(int lock)
        Sets the initial state of the lock button on the control toolbar.
        Parameters:
        lock - int
      • getLock

        int getLock()
        Returns the initial state of the lock button on the control toolbar
        Returns:
        int -1 - doesn't apply 0 - Lock is off 1 - Lock is on
      • setControl

        void setControl​(java.lang.String control)
        Sets the id of initial selected control button on the control toolbar
        Parameters:
        control - String
      • getControl

        java.lang.String getControl()
        Returns:
        the id of initial selected control button on the control toolbar