|
|||||||||
| 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.Button
public class Button
An implementation of a "push" button.
| Field Summary |
|---|
| Fields inherited from interface nextapp.echo.ToolTipSupport |
|---|
TOOL_TIP_TEXT_CHANGED_PROPERTY |
| 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 button.public 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 button.icon - The icon to be displayed in the button.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||