|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Input | |
---|---|
org.jreform | Main package that defines public api. |
org.jreform.internal | Contains the bulk of implementation. |
Uses of Input in org.jreform |
---|
Subinterfaces of Input in org.jreform | |
---|---|
interface |
Checkbox<T>
A checkbox with a single value. |
interface |
Radio<T>
A radio button. |
interface |
Select<T>
A select that supports only one selection. |
Methods in org.jreform that return Input | ||
---|---|---|
|
InputCollection.getInput(String name)
|
Uses of Input in org.jreform.internal |
---|
Classes in org.jreform.internal that implement Input | |
---|---|
(package private) class |
CheckboxImpl<T>
|
(package private) class |
InputImpl<T>
|
(package private) class |
RadioImpl<T>
|
(package private) class |
SelectImpl<T>
|
Methods in org.jreform.internal that return Input | ||
---|---|---|
|
AbstractInputCollection.getInput(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |