public abstract class AbstractThreadPoolView<T extends ThreadPool> extends AbstractEntityView<T> implements FrameworkView
FormItemObserver.Action| Modifier and Type | Field and Description |
|---|---|
protected EntityToDmrBridgeImpl |
threadPoolBridge |
address, beanType, entityDetails, entityEditor, formMetaData, hideButtonswidgetInstance| Constructor and Description |
|---|
AbstractThreadPoolView(Class<?> beanType,
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 |
getEntityBridge()
Get the EntityToDmrBridge for the Entity.
|
protected abstract String |
getEntityDisplayName()
Get the plural name of the Entity to be displayed.
|
void |
itemAction(FormItemObserver.Action action,
ObservableFormItem item) |
protected abstract 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.
|
protected String |
provideDescription() |
void |
setThreadFactoryComboValues(List<NamedEntity> threadFactories) |
createEmbeddableWidget, createToolStrip, createToolStrip, getAddress, getFormMetaData, initialLoad, initialLoad, 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, initialLoad, refresh, setEditingEnabledprotected EntityToDmrBridgeImpl threadPoolBridge
public AbstractThreadPoolView(Class<?> beanType, ApplicationMetaData propertyMetaData, DispatchAsync dispatcher)
public com.google.gwt.user.client.ui.Widget createWidget()
AbstractEntityViewcreateWidget in interface SuspendableViewcreateWidget in class AbstractEntityView<T extends ThreadPool>protected String provideDescription()
public EntityToDmrBridge getEntityBridge()
AbstractEntityViewgetEntityBridge in interface FrameworkPresentergetEntityBridge in class AbstractEntityView<T extends ThreadPool>protected abstract String getEntityDisplayName()
AbstractEntityViewgetEntityDisplayName in class AbstractEntityView<T extends ThreadPool>protected abstract org.jboss.ballroom.client.widgets.forms.FormAdapter<T> makeAddEntityForm()
AbstractEntityViewmakeAddEntityForm in class AbstractEntityView<T extends ThreadPool>public void itemAction(FormItemObserver.Action action, ObservableFormItem item)
itemAction in interface FormItemObserveritemAction in class AbstractEntityView<T extends ThreadPool>protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> makeEntityTable()
AbstractEntityViewmakeEntityTable in class AbstractEntityView<T extends ThreadPool>public void setThreadFactoryComboValues(List<NamedEntity> threadFactories)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.