API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.forms.
JOTFormConst
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTFormConst
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTFormConst
Form Constants Form types / field types
See also:
Constructors
public
JOTFormConst
()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public
final
static
int
BUTTON
= "3"
public
final
static
int
INPUT
= "2"
public
final
static
int
INPUT_BUTTON
= "27"
public
final
static
int
INPUT_CAPTCHA
= "29"
public
final
static
int
INPUT_CHECKBOX
= "24"
public
final
static
int
INPUT_HIDDEN
= "21"
public
final
static
int
INPUT_IMAGE
= "26"
public
final
static
int
INPUT_PASSWORD
= "23"
public
final
static
int
INPUT_RADIO
= "25"
public
final
static
int
INPUT_RESET
= "28"
public
final
static
int
INPUT_SUBMIT
= "22"
public
final
static
int
INPUT_TEXT
= "20"
public
final
static
int
LABEL
= "1"
public
final
static
int
OBJECT
= "5"
public
final
static
int
OBJECT_PARAM
= "10"
public
final
static
int
SELECT
= "6"
public
final
static
int
SELECT_OPTGRP
= "11"
public
final
static
int
SELECT_OPTION
= "12"
public
final
static
int
TEXTAREA
= "4"
public
final
static
int
UNDEFINED
= "0"
public
final
static
String
VALUE_CHECKED
= "CHECKED"
public
final
static
String
VALUE_SELECTED
= "SELECTED"
public
final
static
String
VALUE_UNCHECKED
= ""
public
final
static
String
VALUE_UNSELECTED
= ""
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar