|
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
public class Button
Button component: a stateless "push" button which is used to initiate an action.
| 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. |
|
| Method Summary |
|---|
| 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 Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||