API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.forms.ui.
JOTFormHiddenField
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTFormField
JOTFormHiddenField
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTFormHiddenField
An "hidden" type text field.
See also:
Constructors
public
JOTFormHiddenField
(
String
name,
String
defaultValue)
Methods
Hide/Show inherited methods
public
Object
clone
() throws
CloneNotSupportedException
[Inherited From
JOTFormField
]
public
String
getDefaultValue
()
[Inherited From
JOTFormField
]
public
String
getDescription
()
[Inherited From
JOTFormField
]
public
String
getHelp
()
[Inherited From
JOTFormField
]
public
String
getName
()
[Inherited From
JOTFormField
]
public
int
getType
()
[Inherited From
JOTFormField
]
public
boolean
isSaveAutomatically
()
[Inherited From
JOTFormField
]
public
void
setDefaultValue
(
String
defaultValue)
[Inherited From
JOTFormField
]
The form value if non exists yet
The form value if non exists yet
Parameters:
-
defaultValue
-
public
void
setDescription
(
String
description)
[Inherited From
JOTFormField
]
public
void
setHelp
(
String
help)
[Inherited From
JOTFormField
]
public
void
setName
(
String
name)
[Inherited From
JOTFormField
]
public
void
setSaveAutomatically
(
boolean
saveAutomatically)
[Inherited From
JOTFormField
]
If false, then that particular field won't be saved.
If false, then that particular field won't be saved.
Parameters:
-
saveAutomatically
-
public
void
setType
(
int
fieldType)
[Inherited From
JOTFormField
]
Fields
Hide/Show inherited fields
protected
String
defaultValue
[Inherited From
JOTFormField
]
protected
String
description
[Inherited From
JOTFormField
]
protected
String
name
[Inherited From
JOTFormField
]
protected
boolean
saveAutomatically
[Inherited From
JOTFormField
]
If set to false, the save() method will NOT save this field Use to have a form field that you don't want to save (or not as part of the save() method at least)
protected
int
type
[Inherited From
JOTFormField
]
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar