Class AbstractParameterBinder

    • Constructor Detail

      • AbstractParameterBinder

        public AbstractParameterBinder​(String name,
                                       String displayName)
        Parameters:
        name -
        displayName -
    • Method Detail

      • setDisplayOrder

        public void setDisplayOrder​(double val)
        Description copied from interface: ParameterBinder
        Sets the order of the created component in the display.
        Specified by:
        setDisplayOrder in interface ParameterBinder
      • getName

        public String getName()
        Description copied from interface: ParameterBinder
        Gets the name of the parameter for which this is the binder.
        Specified by:
        getName in interface ParameterBinder
        Returns:
        the name of the parameter for which this is the binder.
      • getLabel

        public String getLabel()
        Gets the label for the component created by this CompCreator.
        Specified by:
        getLabel in interface ParameterBinder
        Returns:
        the label for the component created by this CompCreator.