Package tigase.form

Class Field

    • Constructor Detail

      • Field

        public Field​(tigase.xml.Element fieldElement)
    • Method Detail

      • fieldFixed

        public static Field fieldFixed​(String value)
      • getAsBoolean

        public static Boolean getAsBoolean​(Field f)
      • main

        public static void main​(String[] args)
      • cloneShalow

        public Field cloneShalow()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getElement

        public tigase.xml.Element getElement()
      • getElement

        public tigase.xml.Element getElement​(boolean type,
                                             boolean label)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getOptionLabels

        public String[] getOptionLabels()
      • setOptionLabels

        public void setOptionLabels​(String[] optionLabels)
      • getOptionValues

        public String[] getOptionValues()
      • setOptionValues

        public void setOptionValues​(String[] optionValues)
      • getValue

        public String getValue()
      • getValues

        public String[] getValues()
      • setValues

        public void setValues​(String[] values)
      • getVar

        public String getVar()
      • setVar

        public void setVar​(String var)
      • isRequired

        public boolean isRequired()
      • setRequired

        public void setRequired​(boolean required)