|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| 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
An implementation of a "push" button.
| Field Summary |
| Constructor Summary | |
Button()
Creates a button with no text or icon. |
|
Button(ImageReference icon)
Creates a button with an icon. |
|
Button(java.lang.String text)
Creates a button with text. |
|
Button(java.lang.String text,
ImageReference icon)
Creates a button with text and an icon. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Button()
public Button(java.lang.String text)
text - the text to be displayed in the buttonpublic Button(ImageReference icon)
icon - the icon to be displayed in the button
public Button(java.lang.String text,
ImageReference icon)
text - the text to be displayed in the buttonicon - the icon to be displayed in the button
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||