|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LayoutManager defines the interface for classes that know how to lay out Components.
Method Summary | |
void |
addLayoutComponent(nextapp.echo.Component comp,
java.lang.Object constraints)
Adds a component to the LayoutManager with the specified contraints object. |
nextapp.echo.Component |
getComponent(java.lang.Object contraints)
Returns the Component associated to the given Contraints object or null if there is no association. |
java.lang.Object |
getContraints(nextapp.echo.Component comp)
Returns the contraints object associated to the given component or null if there is no association. |
LayoutManageable |
getLayoutManageable()
This lifecycle method is called to retrieve the LayoutManageable component that is currently associated with this LayoutManager. |
void |
invalidateLayout(nextapp.echo.Component targetComp)
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded. |
void |
removeLayoutComponent(nextapp.echo.Component comp)
Removes a component from the LayoutManager. |
void |
setLayoutManageable(LayoutManageable layoutManageable)
This lifecycle method is called to inform the LayoutManager if its associated LayoutManageable component. |
Method Detail |
public void addLayoutComponent(nextapp.echo.Component comp, java.lang.Object constraints)
The implementing LayoutManager must be able to handle "null" constraints objects.
This method is not intended to be called by any other than an LayoutManageable during Component add().
public nextapp.echo.Component getComponent(java.lang.Object contraints)
public java.lang.Object getContraints(nextapp.echo.Component comp)
public LayoutManageable getLayoutManageable()
public void invalidateLayout(nextapp.echo.Component targetComp)
public void removeLayoutComponent(nextapp.echo.Component comp)
This method is not intended to be called by any other than an LayoutManageable during Component remove().
public void setLayoutManageable(LayoutManageable layoutManageable)
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |