|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractForm | |
|---|---|
| org.jreform | Main package that defines public api. |
| org.jreform.internal | Contains the bulk of implementation. |
| Uses of AbstractForm in org.jreform |
|---|
| Subclasses of AbstractForm in org.jreform | |
|---|---|
class |
HtmlForm
This is a base class that should be extended to create a form. |
| Uses of AbstractForm in org.jreform.internal |
|---|
| Subclasses of AbstractForm in org.jreform.internal | |
|---|---|
class |
BaseHtmlForm
|
| Fields in org.jreform.internal declared as AbstractForm | |
|---|---|
private AbstractForm |
GroupImpl.parent
|
| Constructors in org.jreform.internal with parameters of type AbstractForm | |
|---|---|
GroupImpl(AbstractForm parent,
String name,
boolean isRequired)
Create a new input group. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||