|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PeerDelegate
is used to indicate objects that
can provide ComponentPeer services, without necessarily being
a peer.
Method Summary | |
nextapp.echoservlet.ComponentStyle |
forComponent()
|
nextapp.echoservlet.ComponentStyle |
forComponent(boolean findBackground)
|
nextapp.echoservlet.ComponentPeer[] |
getChildren()
Returns the peers for all of the referenced component's visible children. |
nextapp.echoservlet.Id |
getId()
Returns the Id by which this peer delegate is identified with |
nextapp.echoservlet.ComponentPeer |
getPeer(nextapp.echo.Component component)
Returns a ComponentPeer for a given Component or null if it cannot be obtained. |
ToolTipPopUpSupportHelper |
getToolTipHelper()
Returns a ToolTipPopUpSupportHelper for creating tool tips |
Method Detail |
public nextapp.echoservlet.ComponentPeer getPeer(nextapp.echo.Component component)
component
- - the component to find the peer for.
public nextapp.echoservlet.ComponentStyle forComponent()
ComponentStyle.forComponent(ComponentPeer)
public nextapp.echoservlet.ComponentStyle forComponent(boolean findBackground)
ComponentStyle.forComponent(ComponentPeer, boolean)
public ToolTipPopUpSupportHelper getToolTipHelper()
public nextapp.echoservlet.Id getId()
Id
by which this peer delegate is identified with
Id
by which this peer delegate is identified withpublic nextapp.echoservlet.ComponentPeer[] getChildren()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |