Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Class and Description |
---|---|
class |
Password
Encapsulates a password field.
|
class |
Text
Represents an HTML text field
|
Modifier and Type | Method and Description |
---|---|
MaxSizable |
MaxSizable.setMaxSize(int maxlen)
Specifies the maximum number of characters a text box can accept.
|
MaxSizable |
MaxSizable.setSize(int size)
Specifies the size of this text box.
|