|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MasterDetailPanel | |
---|---|
org.jminor.common.ui | |
org.jminor.framework.client.ui |
Uses of MasterDetailPanel in org.jminor.common.ui |
---|
Methods in org.jminor.common.ui that return MasterDetailPanel | |
---|---|
MasterDetailPanel |
MasterDetailPanel.getCurrentDetailPanel()
|
MasterDetailPanel |
MasterDetailPanel.getMasterPanel()
|
MasterDetailPanel |
MasterDetailPanel.getNextPanel()
|
MasterDetailPanel |
MasterDetailPanel.getPreviousPanel()
|
Methods in org.jminor.common.ui that return types with arguments of type MasterDetailPanel | |
---|---|
List<? extends MasterDetailPanel> |
MasterDetailPanel.getDetailPanels()
|
Methods in org.jminor.common.ui with parameters of type MasterDetailPanel | |
---|---|
void |
MasterDetailPanel.showDetailPanel(MasterDetailPanel detailPanel)
Shows the given detail panel |
Uses of MasterDetailPanel in org.jminor.framework.client.ui |
---|
Classes in org.jminor.framework.client.ui that implement MasterDetailPanel | |
---|---|
class |
EntityApplicationPanel
A central application panel class. |
class |
EntityPanel
A panel representing a Entity via a EntityModel, which facilitates browsing and editing of records. |
Methods in org.jminor.framework.client.ui that return MasterDetailPanel | |
---|---|
MasterDetailPanel |
EntityPanel.getCurrentDetailPanel()
|
MasterDetailPanel |
EntityApplicationPanel.getCurrentDetailPanel()
|
MasterDetailPanel |
EntityPanel.getMasterPanel()
|
MasterDetailPanel |
EntityApplicationPanel.getMasterPanel()
|
MasterDetailPanel |
EntityPanel.getNextPanel()
|
MasterDetailPanel |
EntityApplicationPanel.getNextPanel()
|
MasterDetailPanel |
EntityPanel.getPreviousPanel()
|
MasterDetailPanel |
EntityApplicationPanel.getPreviousPanel()
|
Methods in org.jminor.framework.client.ui that return types with arguments of type MasterDetailPanel | |
---|---|
List<? extends MasterDetailPanel> |
EntityApplicationPanel.getDetailPanels()
|
Methods in org.jminor.framework.client.ui with parameters of type MasterDetailPanel | |
---|---|
void |
EntityPanel.showDetailPanel(MasterDetailPanel detailPanel)
Shows the given detail panel |
void |
EntityApplicationPanel.showDetailPanel(MasterDetailPanel detailPanel)
Shows the given detail panel |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |