|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityTablePanel | |
---|---|
org.jminor.framework.client.ui |
Uses of EntityTablePanel in org.jminor.framework.client.ui |
---|
Methods in org.jminor.framework.client.ui that return EntityTablePanel | |
---|---|
static EntityTablePanel |
EntityTablePanel.createStaticEntityTablePanel(Collection<Entity> entities,
EntityConnectionProvider connectionProvider)
Creates a static entity table panel showing the given entities |
static EntityTablePanel |
EntityTablePanel.createStaticEntityTablePanel(Collection<Entity> entities,
EntityConnectionProvider connectionProvider,
String entityID)
Creates a static entity table panel showing the given entities |
EntityTablePanel |
EntityPanelProvider.createTablePanel(EntityConnectionProvider connectionProvider)
|
EntityTablePanel |
EntityPanel.getTablePanel()
|
EntityTablePanel |
EntityTablePanel.initializePanel()
Initializes the UI |
Methods in org.jminor.framework.client.ui that return types with arguments of type EntityTablePanel | |
---|---|
Class<? extends EntityTablePanel> |
EntityPanelProvider.getTablePanelClass()
|
Methods in org.jminor.framework.client.ui with parameters of type EntityTablePanel | |
---|---|
protected void |
EntityPanelProvider.configureTablePanel(EntityTablePanel tablePanel)
|
static AbstractAction |
EntityUiUtil.initializeViewImageAction(EntityTablePanel tablePanel,
String imagePathPropertyID)
|
Method parameters in org.jminor.framework.client.ui with type arguments of type EntityTablePanel | |
---|---|
EntityPanelProvider |
EntityPanelProvider.setTablePanelClass(Class<? extends EntityTablePanel> tablePanelClass)
|
Constructors in org.jminor.framework.client.ui with parameters of type EntityTablePanel | |
---|---|
EntityPanel(EntityModel entityModel,
EntityEditPanel editPanel,
EntityTablePanel tablePanel)
Instantiates a new EntityPanel instance. |
|
EntityPanel(EntityModel entityModel,
EntityTablePanel tablePanel)
Instantiates a new EntityPanel instance. |
|
EntityPanel(EntityModel entityModel,
String caption,
EntityEditPanel editPanel,
EntityTablePanel tablePanel)
Instantiates a new EntityPanel instance. |
|
EntityPanel(EntityModel entityModel,
String caption,
EntityTablePanel tablePanel)
Instantiates a new EntityPanel instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |