|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.Component
nextapp.echo.app.text.TextComponent
nextapp.echo.app.TextField
public class TextField
TextField component: a single-line text input field. May not contain child components.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
TextField()
Creates a new TextField with an empty
StringDocument as its model, and default width
setting. |
|
TextField(Document document)
Creates a new TextField with the specified
Document model. |
|
TextField(Document document,
java.lang.String text,
int columns)
Creates a new TextField with the specified
Document model, initial text, and column width. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextField()
TextField with an empty
StringDocument as its model, and default width
setting.
public TextField(Document document)
TextField with the specified
Document model.
document - the document
public TextField(Document document,
java.lang.String text,
int columns)
TextField with the specified
Document model, initial text, and column width.
document - the documenttext - the initial text (may be null)columns - the number of columns to display
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||