All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.as400.ui.framework.java.PanelManager | +----com.ibm.as400.ui.framework.java.DynamicPanelManager
PanelManager
for usage information.
DynamicPanelManager
for the specified panel,
and then serializes the panel definition.
DynamicPanelManager
for the specified panel.
DynamicPanelManager
for the specified panel,
using the specified container.
DynamicPanelManager
for the specified panel.
DynamicPanelManager
for the specified panel.
DynamicPanelManager
for the specified panel,
using the specified container.
DynamicPanelManager
for the specified panel.
DynamicPanelManager
.
public DynamicPanelManager(String baseName, String panelName, DataBean dataBeans[]) throws DisplayManagerException
DynamicPanelManager
for the specified panel.
The panel will be modeless.
The default locale will be used to load the panel definition.
PANEL
tag in the PDML document
DataBean
s which supply data to the panel (may be null)
public DynamicPanelManager(String baseName, Locale locale, String panelName, DataBean dataBeans[]) throws DisplayManagerException
DynamicPanelManager
for the specified panel.
The panel will be modeless.
PANEL
tag in the PDML document
DataBean
s which supply data to the panel (may be null)
public DynamicPanelManager(String baseName, String panelName, DataBean dataBeans[], Frame owner) throws DisplayManagerException
DynamicPanelManager
for the specified panel.
The panel will be modal, with the specified Frame
as its owner.
The application will block on the call to setVisible
until
the panel has closed.
The default locale will be used to load the panel definition.
PANEL
tag in the PDML document
DataBean
s which supply data to the panel (may be null)
public DynamicPanelManager(String baseName, Locale locale, String panelName, DataBean dataBeans[], Frame owner) throws DisplayManagerException
DynamicPanelManager
for the specified panel.
The panel will be modal, with the specified Frame
as its owner.
The application will block on the call to setVisible
until
the panel has closed.
PANEL
tag in the PDML
DataBean
s which supply data to the panel (may be null)
public DynamicPanelManager(String baseName, String panelName, DataBean dataBeans[], Container container) throws DisplayManagerException
DynamicPanelManager
for the specified panel,
using the specified container.
This constructor allows the application to supply its own container, rather than
relying on this object to create a container of the appropriate type.
The default locale will be used to load the panel definition.
PANEL
tag in the PDML
DataBean
s which supply data to the panel (may be null)
public DynamicPanelManager(String baseName, Locale locale, String panelName, DataBean dataBeans[], Container container) throws DisplayManagerException
DynamicPanelManager
for the specified panel,
using the specified container.
This constructor allows the application to supply its own container, rather than
relying on this object to create a container of the appropriate type.
PANEL
tag in the PDML
DataBean
s which supply data to the panel (may be null)
public DynamicPanelManager(String baseName, Locale locale, String panelName) throws DisplayManagerException
DynamicPanelManager
for the specified panel,
and then serializes the panel definition.
This constructor cannot be used to display the panel.
If a null locale is specified, the default locale will be used to load the panel definition. If resources for the default locale cannot be found, an attempt will be made to use the base resources for the panel.
PANEL
tag in the PDML
public static void main(String args[])
DynamicPanelManager
.
The parameters are the same as those for the parent PanelManager
class.
All Packages Class Hierarchy This Package Previous Next Index