Class LoggingView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<LoggingPresenter>
-
- org.jboss.hal.client.configuration.subsystem.logging.LoggingView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,LoggingPresenter.MyView,MbuiView<LoggingPresenter>,HalView,HasPresenter<LoggingPresenter>
- Direct Known Subclasses:
Mbui_LoggingView
@MbuiView public abstract class LoggingView extends MbuiViewImpl<LoggingPresenter> implements LoggingPresenter.MyView
-
-
Method Summary
-
Methods inherited from class org.jboss.hal.core.mbui.MbuiViewImpl
setPresenter
-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
detach, element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
create
public static LoggingView create(MbuiContext mbuiContext)
-
attach
public void attach()
Description copied from interface:HalViewThis method should be called after the view's elements are attached to the DOM. Typically this method is called fromHalPresenter.onReveal().Do not use
ViewImpl.onAttach()to initialize PatternFly components. This works for widgets only, but not for elements!- Specified by:
attachin interfaceHalView- Overrides:
attachin classHalViewImpl
-
updateLoggingConfig
public void updateLoggingConfig(ModelNode modelNode)
- Specified by:
updateLoggingConfigin interfaceLoggingPresenter.MyView
-
updateRootLogger
public void updateRootLogger(ModelNode modelNode)
- Specified by:
updateRootLoggerin interfaceLoggingPresenter.MyView
-
noRootLogger
public void noRootLogger()
- Specified by:
noRootLoggerin interfaceLoggingPresenter.MyView
-
updateLogger
public void updateLogger(List<NamedNode> items)
- Specified by:
updateLoggerin interfaceLoggingPresenter.MyView
-
updateConsoleHandler
public void updateConsoleHandler(List<NamedNode> items)
- Specified by:
updateConsoleHandlerin interfaceLoggingPresenter.MyView
-
updateFileHandler
public void updateFileHandler(List<NamedNode> items)
- Specified by:
updateFileHandlerin interfaceLoggingPresenter.MyView
-
updatePeriodicHandler
public void updatePeriodicHandler(List<NamedNode> items)
- Specified by:
updatePeriodicHandlerin interfaceLoggingPresenter.MyView
-
updatePeriodicSizeHandler
public void updatePeriodicSizeHandler(List<NamedNode> items)
- Specified by:
updatePeriodicSizeHandlerin interfaceLoggingPresenter.MyView
-
updateSizeHandlerHandler
public void updateSizeHandlerHandler(List<NamedNode> items)
- Specified by:
updateSizeHandlerHandlerin interfaceLoggingPresenter.MyView
-
updateAsyncHandler
public void updateAsyncHandler(List<NamedNode> items)
- Specified by:
updateAsyncHandlerin interfaceLoggingPresenter.MyView
-
updateCustomHandler
public void updateCustomHandler(List<NamedNode> items)
- Specified by:
updateCustomHandlerin interfaceLoggingPresenter.MyView
-
updateSocketHandler
public void updateSocketHandler(List<NamedNode> items)
- Specified by:
updateSocketHandlerin interfaceLoggingPresenter.MyView
-
updateSyslogHandler
public void updateSyslogHandler(List<NamedNode> items)
- Specified by:
updateSyslogHandlerin interfaceLoggingPresenter.MyView
-
updateCustomFormatter
public void updateCustomFormatter(List<NamedNode> items)
- Specified by:
updateCustomFormatterin interfaceLoggingPresenter.MyView
-
updatePatternFormatter
public void updatePatternFormatter(List<NamedNode> items)
- Specified by:
updatePatternFormatterin interfaceLoggingPresenter.MyView
-
updateJsonFormatter
public void updateJsonFormatter(List<NamedNode> items)
- Specified by:
updateJsonFormatterin interfaceLoggingPresenter.MyView
-
updateXmlFormatter
public void updateXmlFormatter(List<NamedNode> items)
- Specified by:
updateXmlFormatterin interfaceLoggingPresenter.MyView
-
-