public abstract class AbstractSingleEntityView<T> extends AbstractEntityView<T>
FormItemObserver.Actionaddress, beanType, entityDetails, entityEditor, formMetaData, hideButtonswidgetInstance| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSingleEntityView(Class<? extends T> beanType,
ApplicationMetaData propertyMetaData,
DispatchAsync dispatcher,
EnumSet<FrameworkButton> hideButtons) |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge<T> |
getEntityBridge()
Get the EntityToDmrBridge for the Entity.
|
protected org.jboss.ballroom.client.widgets.forms.FormAdapter<T> |
makeAddEntityForm()
Create the form with fields used for creating a new Entity.
|
protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> |
makeEntityTable()
Create the table with the desired columns for the Entity.
|
createEmbeddableWidget, createToolStrip, createToolStrip, createWidget, getAddress, getEntityDisplayName, getFormMetaData, initialLoad, initialLoad, itemAction, makeAddEntityPopup, makeEditEntityDetailsForm, makeEditEntityDetailsForm, makeEntityEditor, makeFilterPredicate, makeSimpleForm, makeSimpleForm, provideAdditionalTabs, refresh, setDescription, setEditingEnabledasWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasWidgetprotected AbstractSingleEntityView(Class<? extends T> beanType, ApplicationMetaData propertyMetaData, DispatchAsync dispatcher, EnumSet<FrameworkButton> hideButtons)
public EntityToDmrBridge<T> getEntityBridge()
AbstractEntityViewgetEntityBridge in interface FrameworkPresentergetEntityBridge in class AbstractEntityView<T>protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> makeEntityTable()
AbstractEntityViewmakeEntityTable in class AbstractEntityView<T>protected org.jboss.ballroom.client.widgets.forms.FormAdapter<T> makeAddEntityForm()
AbstractEntityViewmakeAddEntityForm in class AbstractEntityView<T>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.