|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.extras.app.menu.DefaultOptionModel
nextapp.echo2.extras.app.menu.DefaultToggleOptionModel
public class DefaultToggleOptionModel
Default ToggleOptionModel implementation.
| Constructor Summary | |
|---|---|
DefaultToggleOptionModel(java.lang.String id,
java.lang.String text)
Creates a new DefaultOptionModel. |
|
| Method Summary |
|---|
| Methods inherited from class nextapp.echo2.extras.app.menu.DefaultOptionModel |
|---|
getIcon, getId, getText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nextapp.echo2.extras.app.menu.OptionModel |
|---|
getIcon, getText |
| Methods inherited from interface nextapp.echo2.extras.app.menu.ItemModel |
|---|
getId |
| Constructor Detail |
|---|
public DefaultToggleOptionModel(java.lang.String id,
java.lang.String text)
DefaultOptionModel.
id - the id of the OptionModel;
the id will be used as the actionCommand of
ActionEvents fired by a menu when the option
is selectedtext - the item text
|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||