public class SecuritySubsystemView extends AbstractEntityView<SecuritySubsystem> implements SecuritySubsystemPresenter.MyView, FrameworkPresenter
FormItemObserver.Actionaddress, beanType, entityDetails, entityEditor, formMetaData, hideButtonswidgetInstance| Constructor and Description |
|---|
SecuritySubsystemView(ApplicationMetaData propertyMetaData,
DispatchAsync dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
This is the default view assembly routine.
|
EntityToDmrBridge<SecuritySubsystem> |
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<SecuritySubsystem> |
makeAddEntityForm()
Create the form with fields used for creating a new Entity.
|
protected EntityEditor<SecuritySubsystem> |
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<SecuritySubsystem> |
makeEntityTable()
Create the table with the desired columns for the Entity.
|
createEmbeddableWidget, createToolStrip, createToolStrip, getAddress, getFormMetaData, initialLoad, initialLoad, itemAction, makeAddEntityPopup, makeEditEntityDetailsForm, makeEditEntityDetailsForm, makeFilterPredicate, makeSimpleForm, makeSimpleForm, provideAdditionalTabs, refresh, setDescription, setEditingEnabledasWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToSlot, removeFromSlot, setInSlotasWidget, initialLoad, refresh, setEditingEnabled@Inject public SecuritySubsystemView(ApplicationMetaData propertyMetaData, DispatchAsync dispatcher)
public com.google.gwt.user.client.ui.Widget createWidget()
AbstractEntityViewcreateWidget in interface SuspendableViewcreateWidget in class AbstractEntityView<SecuritySubsystem>protected EntityEditor<SecuritySubsystem> makeEntityEditor()
AbstractEntityViewmakeEntityEditor in class AbstractEntityView<SecuritySubsystem>public EntityToDmrBridge<SecuritySubsystem> getEntityBridge()
AbstractEntityViewgetEntityBridge in interface FrameworkPresentergetEntityBridge in class AbstractEntityView<SecuritySubsystem>protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<SecuritySubsystem> makeEntityTable()
AbstractEntityViewmakeEntityTable in class AbstractEntityView<SecuritySubsystem>protected org.jboss.ballroom.client.widgets.forms.FormAdapter<SecuritySubsystem> makeAddEntityForm()
AbstractEntityViewmakeAddEntityForm in class AbstractEntityView<SecuritySubsystem>protected String getEntityDisplayName()
AbstractEntityViewgetEntityDisplayName in class AbstractEntityView<SecuritySubsystem>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.