|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.app.Component
nextapp.echo2.app.button.AbstractButton
nextapp.echo2.app.button.ToggleButton
nextapp.echo2.app.CheckBox
public class CheckBox
A check box implementation.
| Field Summary |
|---|
| Fields inherited from class nextapp.echo2.app.button.ToggleButton |
|---|
PROPERTY_PRESSED_SELECTED_STATE_ICON, PROPERTY_PRESSED_STATE_ICON, PROPERTY_ROLLOVER_SELECTED_STATE_ICON, PROPERTY_ROLLOVER_STATE_ICON, PROPERTY_SELECTED_STATE_ICON, PROPERTY_STATE_ALIGNMENT, PROPERTY_STATE_ICON, PROPERTY_STATE_MARGIN, PROPERTY_STATE_POSITION, SELECTED_CHANGED_PROPERTY |
| 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||