|
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.webcontainer.AbstractComponentSynchronizePeer
nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
nextapp.echo.webcontainer.sync.component.ToggleButtonPeer
nextapp.echo.webcontainer.sync.component.RadioButtonPeer
public class RadioButtonPeer
Synchronization peer for RadioButtons.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer |
|---|
AbstractComponentSynchronizePeer.EventPeer |
| Field Summary |
|---|
| Fields inherited from class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer |
|---|
TOGGLE_BUTTON_SERVICE |
| Fields inherited from class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer |
|---|
BUTTON_SERVICE |
| Constructor Summary | |
|---|---|
RadioButtonPeer()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClientComponentType(boolean mode)
Returns the remote client component type name. |
java.lang.Class |
getComponentClass()
Returns the (most basic) supported component class. |
java.lang.Object |
getOutputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
java.lang.String propertyName,
int propertyIndex)
Returns any property from the local style of the Component. |
| Methods inherited from class nextapp.echo.webcontainer.sync.component.ToggleButtonPeer |
|---|
getInputPropertyClass, init, storeInputProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadioButtonPeer()
| Method Detail |
|---|
public java.lang.String getClientComponentType(boolean mode)
ComponentSynchronizePeer
getClientComponentType in interface ComponentSynchronizePeergetClientComponentType in class ToggleButtonPeermode - a boolean flag indicating whether a component name (true) or style name (false) is being rendered
AbstractButtonPeer.getClientComponentType(boolean)public java.lang.Class getComponentClass()
AbstractComponentSynchronizePeer
getComponentClass in interface ComponentSynchronizePeergetComponentClass in class ToggleButtonPeerAbstractComponentSynchronizePeer.getComponentClass()
public java.lang.Object getOutputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
java.lang.String propertyName,
int propertyIndex)
AbstractComponentSynchronizePeerComponent.
Implementations should override if they wish to support additional properties.
getOutputProperty in interface ComponentSynchronizePeergetOutputProperty in class ToggleButtonPeercontext - the relevant Context, provides
standard contextual information described in class description, in
addition to the following:
component - the Component being renderedpropertyName - the name of the property being renderedpropertyIndex - the property index (only relevant for indexed properties, -1 will
be provided for non-indexed properties)
ComponentSynchronizePeer.getOutputProperty(Context, Component, String, int)
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||