|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityPanel | |
---|---|
org.jminor.framework.client.ui |
Uses of EntityPanel in org.jminor.framework.client.ui |
---|
Methods in org.jminor.framework.client.ui that return EntityPanel | |
---|---|
EntityPanel |
EntityPanel.addDetailPanel(EntityPanel detailPanel)
Adds the given detail panel, and adds the detail model to the underlying model if it does not contain it already, and then sets includeDetailPanelTabPane
to true |
EntityPanel |
EntityPanel.addDetailPanels(EntityPanel... detailPanels)
|
EntityPanel |
EntityPanelProvider.createPanel(EntityConnectionProvider connectionProvider)
|
EntityPanel |
EntityPanelProvider.createPanel(EntityConnectionProvider connectionProvider,
boolean detailPanel)
|
EntityPanel |
EntityPanelProvider.createPanel(EntityModel model)
|
EntityPanel |
EntityPanel.getDetailPanel(String entityID)
Returns the detail panel for the given entityID , if one is available |
protected EntityPanel |
EntityApplicationPanel.getEntityPanel(Class<? extends EntityPanel> entityPanelClass)
|
protected EntityPanel |
EntityApplicationPanel.getEntityPanel(String entityID)
|
EntityPanel |
EntityApplicationPanel.getMainApplicationPanel(String entityID)
|
EntityPanel |
EntityPanel.getSelectedDetailPanel()
|
EntityPanel |
EntityPanel.initializePanel()
Initializes this EntityPanel's UI, in case of some specific initialization code you can override the initialize() method and add your code there. |
EntityPanel |
EntityPanel.setCompactDetailLayout(boolean compactDetailLayout)
|
EntityPanel |
EntityPanel.setControlPanelConstraints(String controlPanelConstraints)
|
EntityPanel |
EntityPanel.setDetailSplitPanelResizeWeight(double detailSplitPanelResizeWeight)
|
EntityPanel |
EntityPanel.setIncludeControlPanel(boolean includeControlPanel)
|
EntityPanel |
EntityPanel.setIncludeDetailPanelTabPane(boolean includeDetailPanelTabPane)
|
Methods in org.jminor.framework.client.ui that return types with arguments of type EntityPanel | |
---|---|
List<EntityPanel> |
EntityPanel.getDetailPanels()
|
Collection<EntityPanel> |
EntityPanel.getLinkedDetailPanels()
|
List<EntityPanel> |
EntityApplicationPanel.getMainApplicationPanels()
|
Class<? extends EntityPanel> |
EntityPanelProvider.getPanelClass()
|
Methods in org.jminor.framework.client.ui with parameters of type EntityPanel | |
---|---|
EntityPanel |
EntityPanel.addDetailPanel(EntityPanel detailPanel)
Adds the given detail panel, and adds the detail model to the underlying model if it does not contain it already, and then sets includeDetailPanelTabPane
to true |
EntityPanel |
EntityPanel.addDetailPanels(EntityPanel... detailPanels)
|
protected void |
EntityPanelProvider.configurePanel(EntityPanel entityPanel)
|
protected void |
EntityPanel.setMasterPanel(EntityPanel masterPanel)
|
Method parameters in org.jminor.framework.client.ui with type arguments of type EntityPanel | |
---|---|
protected EntityPanel |
EntityApplicationPanel.getEntityPanel(Class<? extends EntityPanel> entityPanelClass)
|
EntityPanelProvider |
EntityPanelProvider.setPanelClass(Class<? extends EntityPanel> panelClass)
|
Constructor parameters in org.jminor.framework.client.ui with type arguments of type EntityPanel | |
---|---|
EntityPanelProvider(String entityID,
Class<? extends EntityModel> entityModelClass,
Class<? extends EntityPanel> entityPanelClass)
Instantiates a new EntityPanelProvider |
|
EntityPanelProvider(String entityID,
String caption,
Class<? extends EntityModel> entityModelClass,
Class<? extends EntityPanel> entityPanelClass)
Instantiates a new EntityPanelProvider |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |