net.jot.web.forms
Class JOTFormConst

java.lang.Object
  extended by net.jot.web.forms.JOTFormConst

public class JOTFormConst
extends java.lang.Object

Form Constants Form types / field types

Author:
thibautc

Field Summary
static int BUTTON
           
static int INPUT
           
static int INPUT_BUTTON
           
static int INPUT_CAPTCHA
           
static int INPUT_CHECKBOX
           
static int INPUT_HIDDEN
           
static int INPUT_IMAGE
           
static int INPUT_PASSWORD
           
static int INPUT_RADIO
           
static int INPUT_RESET
           
static int INPUT_SUBMIT
           
static int INPUT_TEXT
           
static int LABEL
           
static int OBJECT
           
static int OBJECT_PARAM
           
static int SELECT
           
static int SELECT_OPTGRP
           
static int SELECT_OPTION
           
static int TEXTAREA
           
static int UNDEFINED
           
static java.lang.String VALUE_CHECKED
           
static java.lang.String VALUE_SELECTED
           
static java.lang.String VALUE_UNCHECKED
           
static java.lang.String VALUE_UNSELECTED
           
 
Constructor Summary
JOTFormConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_CHECKED

public static final java.lang.String VALUE_CHECKED
See Also:
Constant Field Values

VALUE_UNCHECKED

public static final java.lang.String VALUE_UNCHECKED
See Also:
Constant Field Values

VALUE_SELECTED

public static final java.lang.String VALUE_SELECTED
See Also:
Constant Field Values

VALUE_UNSELECTED

public static final java.lang.String VALUE_UNSELECTED
See Also:
Constant Field Values

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values

LABEL

public static final int LABEL
See Also:
Constant Field Values

INPUT

public static final int INPUT
See Also:
Constant Field Values

BUTTON

public static final int BUTTON
See Also:
Constant Field Values

TEXTAREA

public static final int TEXTAREA
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

SELECT

public static final int SELECT
See Also:
Constant Field Values

INPUT_TEXT

public static final int INPUT_TEXT
See Also:
Constant Field Values

INPUT_HIDDEN

public static final int INPUT_HIDDEN
See Also:
Constant Field Values

INPUT_SUBMIT

public static final int INPUT_SUBMIT
See Also:
Constant Field Values

INPUT_PASSWORD

public static final int INPUT_PASSWORD
See Also:
Constant Field Values

INPUT_CHECKBOX

public static final int INPUT_CHECKBOX
See Also:
Constant Field Values

INPUT_RADIO

public static final int INPUT_RADIO
See Also:
Constant Field Values

INPUT_IMAGE

public static final int INPUT_IMAGE
See Also:
Constant Field Values

INPUT_BUTTON

public static final int INPUT_BUTTON
See Also:
Constant Field Values

INPUT_RESET

public static final int INPUT_RESET
See Also:
Constant Field Values

INPUT_CAPTCHA

public static final int INPUT_CAPTCHA
See Also:
Constant Field Values

OBJECT_PARAM

public static final int OBJECT_PARAM
See Also:
Constant Field Values

SELECT_OPTGRP

public static final int SELECT_OPTGRP
See Also:
Constant Field Values

SELECT_OPTION

public static final int SELECT_OPTION
See Also:
Constant Field Values
Constructor Detail

JOTFormConst

public JOTFormConst()