public abstract class AbstractCacheView<T extends LocalCache> extends AbstractEntityView<T> implements FrameworkView
FormItemObserver.Action| Modifier and Type | Field and Description |
|---|---|
protected EntityToDmrBridge |
bridge |
protected org.jboss.ballroom.client.widgets.forms.ComboBoxItem |
cacheContainerForAdd |
protected DispatchAsync |
dispatcher |
address, beanType, entityDetails, entityEditor, formMetaData, hideButtonswidgetInstance| Constructor and Description |
|---|
AbstractCacheView(Class<T> type,
ApplicationMetaData propertyMetaData,
DispatchAsync dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge |
getEntityBridge()
Get the EntityToDmrBridge for the Entity.
|
void |
initialLoad()
Call for Entities to be loaded into the view for the first time.
|
void |
itemAction(FormItemObserver.Action action,
ObservableFormItem item) |
protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> |
makeEntityTable()
Create the table with the desired columns for the Entity.
|
protected void |
updateCacheContainerList() |
createEmbeddableWidget, createToolStrip, createToolStrip, createWidget, getAddress, getEntityDisplayName, getFormMetaData, initialLoad, makeAddEntityForm, makeAddEntityPopup, makeEditEntityDetailsForm, makeEditEntityDetailsForm, makeEntityEditor, makeFilterPredicate, makeSimpleForm, makeSimpleForm, provideAdditionalTabs, refresh, setDescription, setEditingEnabledasWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasWidget, refresh, setEditingEnabledprotected EntityToDmrBridge bridge
protected DispatchAsync dispatcher
protected org.jboss.ballroom.client.widgets.forms.ComboBoxItem cacheContainerForAdd
public AbstractCacheView(Class<T> type, ApplicationMetaData propertyMetaData, DispatchAsync dispatcher)
public EntityToDmrBridge getEntityBridge()
AbstractEntityViewgetEntityBridge in interface FrameworkPresentergetEntityBridge in class AbstractEntityView<T extends LocalCache>public void itemAction(FormItemObserver.Action action, ObservableFormItem item)
itemAction in interface FormItemObserveritemAction in class AbstractEntityView<T extends LocalCache>public void initialLoad()
FrameworkViewinitialLoad in interface FrameworkViewinitialLoad in class AbstractEntityView<T extends LocalCache>protected void updateCacheContainerList()
protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> makeEntityTable()
AbstractEntityViewmakeEntityTable in class AbstractEntityView<T extends LocalCache>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.