public class CacheContainerView extends AbstractEntityView<CacheContainer> implements CacheContainerPresenter.MyView
FormItemObserver.Actionaddress, beanType, entityDetails, entityEditor, formMetaData, hideButtonswidgetInstance| Constructor and Description |
|---|
CacheContainerView(ApplicationMetaData propertyMetaData,
DispatchAsync dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.ballroom.client.widgets.tools.ToolStrip |
createToolStrip() |
EntityToDmrBridge |
getEntityBridge()
Get the EntityToDmrBridge for the Entity.
|
protected String |
getEntityDisplayName()
Get the plural name of the Entity to be displayed.
|
protected org.jboss.ballroom.client.widgets.forms.FormAdapter<CacheContainer> |
makeAddEntityForm()
Create the form with fields used for creating a new Entity.
|
protected EntityEditor<CacheContainer> |
makeEntityEditor()
Create the EntityEditor with the following pieces:
- A title obtained from getPluralEntityName()
- A table obtained from makeEntityTable()
- An AddEntityWindow with a form from makeAddEntityForm()
- An EntityDetails with a form from makeEditEntityDetailsForm()
|
protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<CacheContainer> |
makeEntityTable()
Create the table with the desired columns for the Entity.
|
protected List<SingleEntityView<CacheContainer>> |
provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter)
In case a tabbed form layout is used, implementations
can provide additional custom tabs by overriding this method.
|
void |
setPresenter(CacheContainerPresenter presenter) |
createEmbeddableWidget, createToolStrip, createWidget, getAddress, getFormMetaData, initialLoad, initialLoad, itemAction, makeAddEntityPopup, makeEditEntityDetailsForm, makeEditEntityDetailsForm, makeFilterPredicate, makeSimpleForm, makeSimpleForm, refresh, setDescription, setEditingEnabledasWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasWidget, initialLoad, refresh, setEditingEnabled@Inject public CacheContainerView(ApplicationMetaData propertyMetaData, DispatchAsync dispatcher)
public EntityToDmrBridge getEntityBridge()
AbstractEntityViewgetEntityBridge in interface FrameworkPresentergetEntityBridge in class AbstractEntityView<CacheContainer>protected String getEntityDisplayName()
AbstractEntityViewgetEntityDisplayName in class AbstractEntityView<CacheContainer>protected org.jboss.ballroom.client.widgets.tools.ToolStrip createToolStrip()
createToolStrip in class AbstractEntityView<CacheContainer>protected org.jboss.ballroom.client.widgets.forms.FormAdapter<CacheContainer> makeAddEntityForm()
AbstractEntityViewmakeAddEntityForm in class AbstractEntityView<CacheContainer>protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<CacheContainer> makeEntityTable()
AbstractEntityViewmakeEntityTable in class AbstractEntityView<CacheContainer>protected EntityEditor<CacheContainer> makeEntityEditor()
AbstractEntityViewmakeEntityEditor in class AbstractEntityView<CacheContainer>protected List<SingleEntityView<CacheContainer>> provideAdditionalTabs(Class<?> beanType, FormMetaData formMetaData, FrameworkPresenter presenter)
AbstractEntityViewprovideAdditionalTabs in class AbstractEntityView<CacheContainer>public void setPresenter(CacheContainerPresenter presenter)
setPresenter in interface CacheContainerPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.