Class LoggingProfileView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.core.mbui.MbuiViewImpl<LoggingProfilePresenter>
-
- org.jboss.hal.client.configuration.subsystem.logging.LoggingProfileView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,LoggingProfilePresenter.MyView,MbuiView<LoggingProfilePresenter>,HalView,HasPresenter<LoggingProfilePresenter>
- Direct Known Subclasses:
Mbui_LoggingProfileView
@MbuiView public abstract class LoggingProfileView extends MbuiViewImpl<LoggingProfilePresenter> implements LoggingProfilePresenter.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 LoggingProfileView create(MbuiContext mbuiContext, CrudOperations crud)
-
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
-
updateRootLogger
public void updateRootLogger(ModelNode modelNode)
- Specified by:
updateRootLoggerin interfaceLoggingProfilePresenter.MyView
-
noRootLogger
public void noRootLogger()
- Specified by:
noRootLoggerin interfaceLoggingProfilePresenter.MyView
-
updateLogger
public void updateLogger(List<NamedNode> items)
- Specified by:
updateLoggerin interfaceLoggingProfilePresenter.MyView
-
updateConsoleHandler
public void updateConsoleHandler(List<NamedNode> items)
- Specified by:
updateConsoleHandlerin interfaceLoggingProfilePresenter.MyView
-
updateFileHandler
public void updateFileHandler(List<NamedNode> items)
- Specified by:
updateFileHandlerin interfaceLoggingProfilePresenter.MyView
-
updatePeriodicHandler
public void updatePeriodicHandler(List<NamedNode> items)
- Specified by:
updatePeriodicHandlerin interfaceLoggingProfilePresenter.MyView
-
updatePeriodicSizeHandler
public void updatePeriodicSizeHandler(List<NamedNode> items)
- Specified by:
updatePeriodicSizeHandlerin interfaceLoggingProfilePresenter.MyView
-
updateSizeHandler
public void updateSizeHandler(List<NamedNode> items)
- Specified by:
updateSizeHandlerin interfaceLoggingProfilePresenter.MyView
-
updateAsyncHandler
public void updateAsyncHandler(List<NamedNode> items)
- Specified by:
updateAsyncHandlerin interfaceLoggingProfilePresenter.MyView
-
updateCustomHandler
public void updateCustomHandler(List<NamedNode> items)
- Specified by:
updateCustomHandlerin interfaceLoggingProfilePresenter.MyView
-
updateSocketHandler
public void updateSocketHandler(List<NamedNode> items)
- Specified by:
updateSocketHandlerin interfaceLoggingProfilePresenter.MyView
-
updateSyslogHandler
public void updateSyslogHandler(List<NamedNode> items)
- Specified by:
updateSyslogHandlerin interfaceLoggingProfilePresenter.MyView
-
updateCustomFormatter
public void updateCustomFormatter(List<NamedNode> items)
- Specified by:
updateCustomFormatterin interfaceLoggingProfilePresenter.MyView
-
updatePatternFormatter
public void updatePatternFormatter(List<NamedNode> items)
- Specified by:
updatePatternFormatterin interfaceLoggingProfilePresenter.MyView
-
updateJsonFormatter
public void updateJsonFormatter(List<NamedNode> items)
- Specified by:
updateJsonFormatterin interfaceLoggingProfilePresenter.MyView
-
updateXmlFormatter
public void updateXmlFormatter(List<NamedNode> items)
- Specified by:
updateXmlFormatterin interfaceLoggingProfilePresenter.MyView
-
-