Interface Button

    • Method Detail

      • init

        void init​(String label,
                  String action,
                  boolean disabled)
        Method declaration
        Parameters:
        label -
        action -
        disabled -
      • setActionPreProcessing

        void setActionPreProcessing​(String actionPreProcessing)
        This method permits to apply some process before calling the action. The actionPreProcessing string must be a javascript routine in which the parameter {action} will be replaced by the specified action on init(String, String, boolean) method.
        Parameters:
        actionPreProcessing - the javascript routine.
      • setClasses

        void setClasses​(String classes)
        Sets css classes to the HTML TAG representing the button.
        Parameters:
        classes - the css classes.
      • setRootImagePath

        @Deprecated
        void setRootImagePath​(String s)
        Deprecated.
        Method declaration
        Parameters:
        s -