|
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.button.AbstractButton
nextapp.echo.app.button.ToggleButton
nextapp.echo.app.CheckBox
public class CheckBox
CheckBox component: a simple on/off toggle button. May not contain child components.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
CheckBox()
Creates a check box with no text or icon. |
|
CheckBox(ImageReference icon)
Creates a check box with an icon. |
|
CheckBox(java.lang.String text)
Creates a check box with text. |
|
CheckBox(java.lang.String text,
ImageReference icon)
Creates a check box with text and an icon. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckBox()
public CheckBox(java.lang.String text)
text - the text to be displayed in the check boxpublic CheckBox(ImageReference icon)
icon - the icon to be displayed in the check box
public CheckBox(java.lang.String text,
ImageReference icon)
text - the text to be displayed in the check boxicon - the icon to be displayed in the check box
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||