Class InputComponent

  • All Implemented Interfaces:
    Referenceable

    public final class InputComponent
    extends ProjectObject
    Defines the label, default value and result variable for input components. It is intended to be used with InputComponentGroup objects.
    • Constructor Detail

      • InputComponent

        public InputComponent()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Returns the label of the component.
      • setLabel

        public void setLabel​(java.lang.String label)
        Defines the label of the component.
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Returns the component default value.
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
        Defines the component default value.
      • getResultVariable

        public java.lang.String getResultVariable()
        Returns the name of the variable where to store the result of the component.
      • setResultVariable

        public void setResultVariable​(java.lang.String variableName)
        Defines the name of the variable where to store the result of the component.
      • getSubComponents

        public java.util.Vector<InputComponent> getSubComponents()
        The subcomponents of the group.
      • setSubComponents

        public void setSubComponents​(java.util.Vector<InputComponent> subComponents)
        The subcomponents of the group.
      • getBidiOption

        public BidiOption getBidiOption()
      • setBidiOption

        public void setBidiOption​(BidiOption BidiOption)