public class LoggerSubview extends AbstractLoggingSubview<Logger> implements FrameworkView, HandlerConsumer
FormItemObserver.ActionlevelItemForAdd, levelItemForEditaddress, beanType, entityDetails, entityEditor, formMetaData, hideButtonswidgetInstance| Constructor and Description |
|---|
LoggerSubview(ApplicationMetaData applicationMetaData,
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.
|
void |
handlersUpdated(List<String> handlerList) |
protected org.jboss.ballroom.client.widgets.forms.FormAdapter<Logger> |
makeAddEntityForm()
Create the form with fields used for creating a new Entity.
|
protected org.jboss.ballroom.client.widgets.forms.FormAdapter<Logger> |
makeEditEntityDetailsForm() |
protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<Logger> |
makeEntityTable()
Create the table with the desired columns for the Entity.
|
protected DataProviderFilter.Predicate<Logger> |
makeFilterPredicate() |
protected List<SingleEntityView<Logger>> |
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.
|
protected String |
provideDescription() |
void |
setLogLevels(String[] logLevels) |
createWidget, itemAction, setLogLevelscreateEmbeddableWidget, createToolStrip, getAddress, getFormMetaData, initialLoad, initialLoad, makeAddEntityPopup, makeEditEntityDetailsForm, makeEntityEditor, makeSimpleForm, makeSimpleForm, refresh, setDescription, setEditingEnabledasWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasWidget, initialLoad, refresh, setEditingEnabledpublic LoggerSubview(ApplicationMetaData applicationMetaData, DispatchAsync dispatcher)
protected String provideDescription()
provideDescription in class AbstractLoggingSubview<Logger>public void handlersUpdated(List<String> handlerList)
handlersUpdated in interface HandlerConsumerpublic EntityToDmrBridge getEntityBridge()
AbstractEntityViewgetEntityBridge in interface FrameworkPresentergetEntityBridge in class AbstractEntityView<Logger>protected String getEntityDisplayName()
AbstractEntityViewgetEntityDisplayName in class AbstractEntityView<Logger>protected org.jboss.ballroom.client.widgets.forms.FormAdapter<Logger> makeAddEntityForm()
AbstractEntityViewmakeAddEntityForm in class AbstractEntityView<Logger>protected org.jboss.ballroom.client.widgets.forms.FormAdapter<Logger> makeEditEntityDetailsForm()
makeEditEntityDetailsForm in class AbstractEntityView<Logger>protected org.jboss.ballroom.client.widgets.tables.DefaultCellTable<Logger> makeEntityTable()
AbstractEntityViewmakeEntityTable in class AbstractEntityView<Logger>protected org.jboss.ballroom.client.widgets.tools.ToolStrip createToolStrip()
createToolStrip in class AbstractEntityView<Logger>protected DataProviderFilter.Predicate<Logger> makeFilterPredicate()
makeFilterPredicate in class AbstractEntityView<Logger>protected List<SingleEntityView<Logger>> provideAdditionalTabs(Class<?> beanType, FormMetaData formMetaData, FrameworkPresenter presenter)
AbstractEntityViewprovideAdditionalTabs in class AbstractEntityView<Logger>public void setLogLevels(String[] logLevels)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.