| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.AbstractComponent
nextapp.echo.AbstractButton
nextapp.echo.ToggleButton
nextapp.echo.RadioButton
public class RadioButton
A selectable button that allows selection of one option within a group.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class nextapp.echo.ToggleButton | 
|---|
ToggleButton.ToggleButtonModel | 
| Field Summary | 
|---|
| Fields inherited from interface nextapp.echo.ToolTipSupport | 
|---|
TOOL_TIP_TEXT_CHANGED_PROPERTY | 
| Constructor Summary | |
|---|---|
RadioButton()
Creates an initially unselected radio button with no text or image.  | 
|
RadioButton(ImageReference icon)
Creates a initially unselected radio button with the specified icon.  | 
|
RadioButton(ImageReference icon,
            boolean selected)
Creates a radio button with the specified icon and selection state.  | 
|
RadioButton(java.lang.String text)
Creates an initially unselected radio button with the specified text.  | 
|
RadioButton(java.lang.String text,
            boolean selected)
Creates a radio button with the specified text and selection state.  | 
|
RadioButton(java.lang.String text,
            ImageReference icon,
            boolean selected)
Creates a radio button with the specified text, icon and selection state.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RadioButton()
public RadioButton(java.lang.String text)
text - The text to be displayed in the button.
public RadioButton(java.lang.String text,
                   boolean selected)
text - The text to be displayed in the button.selected - The initial selection state of the button.public RadioButton(ImageReference icon)
icon - The icon to be displayed in the button.
public RadioButton(ImageReference icon,
                   boolean selected)
icon - The icon to be displayed in the button.selected - The initial selection state of the button.
public RadioButton(java.lang.String text,
                   ImageReference icon,
                   boolean selected)
text - The text to be displayed in the button.icon - The icon to be displayed in the button.selected - The initial selection state of the button.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||