|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.ComponentPeer nextapp.echoservlet.ui.AbstractButtonUI nextapp.echoservlet.ui.ButtonUI
A peer for Button
components.
Field Summary |
Fields inherited from class nextapp.echoservlet.ui.AbstractButtonUI |
ICON_IMAGE, imageManager, renderedActive, ROLLOVER_ICON_IMAGE |
Constructor Summary | |
ButtonUI()
|
Method Summary | |
java.lang.String |
getScriptAction(RenderingContext rc)
Returns JavaScript code that will be executed when the button is clicked. |
Methods inherited from class nextapp.echoservlet.ui.AbstractButtonUI |
clientAction, getHorizontalAlignment, getVerticalAlignment, imageUpdate, propertyChange, registered, render, unregistered |
Methods inherited from class nextapp.echoservlet.ComponentPeer |
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFocusedElementId, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, getTabIndex, redraw, removeAncillaryService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nextapp.echoservlet.ClientActionProducer |
clientAction |
Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
Constructor Detail |
public ButtonUI()
Method Detail |
public java.lang.String getScriptAction(RenderingContext rc)
AbstractButtonUI
Button
s, this will normally
send input to the server. On ToggleButton
s, the
selection state will change and input may also be sent to the
server if desired by the application.
getScriptAction
in class AbstractButtonUI
rc
- The RenderingContext
being used for the
rendering of the button.
AbstractButtonUI.getScriptAction(RenderingContext)
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |