Uses of Class
tigase.form.Field

Packages that use Field
tigase.form   
 

Uses of Field in tigase.form
 

Methods in tigase.form that return Field
static Field Field.fieldBoolean(String var, Boolean value, String label)
          Method description
static Field Field.fieldFixed(String value)
          Method description
static Field Field.fieldHidden(String var, String value)
          Method description
static Field Field.fieldJidSingle(String var, String value, String label)
          Method description
static Field Field.fieldListMulti(String var, String[] values, String label, String[] optionsLabel, String[] optionsValue)
          Method description
static Field Field.fieldListSingle(String var, String value, String label, String[] optionsLabel, String[] optionsValue)
          Method description
static Field Field.fieldTextMulti(String var, String[] values, String label)
          Method description
static Field Field.fieldTextMulti(String var, String value, String label)
          Method description
static Field Field.fieldTextPrivate(String var, String value, String label)
          Method description
static Field Field.fieldTextSingle(String var, String value, String label)
          Method description
 Field Form.get(String var)
          Method description
 

Methods in tigase.form that return types with arguments of type Field
 List<Field> Form.getAllFields()
          Method description
 

Methods in tigase.form with parameters of type Field
 void Form.addField(Field field)
          Method description
static Boolean Field.getAsBoolean(Field f)
          Method description
 



Copyright © 2013 Tigase. All Rights Reserved.