Method Summary |
|
public void | adopt(Control control, String name) Adopt a control that has already been created with a different parent. |
public Control | getControl(String name) Returns a Control by its name. |
public Iterator | getControls() Returns an Iterator for all controls in this container. |
public SessionContext | getSessionContext() Returns the SessionContext. |
public boolean | isRenderingRelevant(Control childControl) Returns true if the specified childControl is visible. |
abstract public boolean | isRequireRedraw() Returns true if the control has been changed since the last rendering
and must be rendered again to reflect the last changes. |
public void | registerControl(Control control, String name) INTERNAL method used to registers a control with this container. |
public void | removeControl(String name) Remove a control from the container. |
abstract public void | setRequireRedraw(boolean requireRedraw) Set to true if the control needs to be rendered again to reflect the changes
of the control since it was last rendered. |
public void | unregisterControl(Control control) INTERNAL method used to unregisters a control from this container. |