All Packages Class Hierarchy This Package Previous Next Index
CUSTOM
tag in the Panel Definition
Markup Language (PDML). A ComponentManager
creates
the custom component when requested by the
PanelManager
for the containing panel.
The UI framework then passes control to the ComponentManager
to insert/extract data from the component at the appropriate times.
DataBean
responsible for managing the component's data.
DataBean
reponsible for managing the component's data and inserts it into the component.
public abstract Component createComponent(String componentName, PanelManager pm)
PanelManager
for the containing panel
is supplied so that this object can access the DataBean
s
associated with the panel.
PanelManager
that is managing the panel
public abstract void moveDataToComponent(String componentName)
DataBean
reponsible for managing the component's data and inserts it into the component.
public abstract void moveDataFromComponent(String componentName)
DataBean
responsible for managing the component's data.
All Packages Class Hierarchy This Package Previous Next Index