Class InputItem

    • Constructor Detail

      • InputItem

        public InputItem()
    • Method Detail

      • getDefaultValue

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

        public void setDefaultValue​(java.lang.String DefaultValue)
        accesses the default value
      • getDefaultSelected

        public boolean getDefaultSelected()
        accesses whether it is selected by default
      • setDefaultSelected

        public void setDefaultSelected​(boolean DefaultSelected)
        accesses whether it is selected by default
      • getAction

        public ProjectObject getAction()
        accesses the action
      • setAction

        public void setAction​(ProjectObject Action)
        accesses the action
      • getLabel

        public java.lang.String getLabel()
        accesses the label
      • setLabel

        public void setLabel​(java.lang.String Label)
        accesses the label
      • getVariable

        public boolean getVariable()
        accesses the variable
      • setVariable

        public void setVariable​(boolean Variable)
        accesses the variable
      • getVariableName

        public java.lang.String getVariableName()
        accesses the variable name
      • setVariableName

        public void setVariableName​(java.lang.String VariableName)
        accesses the variable name
      • getBidiOption

        public BidiOption getBidiOption()
        controls the bidi options
      • setBidiOption

        public void setBidiOption​(BidiOption BidiOption)
        controls the bidi options