@MbuiView public abstract class LoggingProfileView extends MbuiViewImpl<LoggingProfilePresenter> implements LoggingProfilePresenter.MyView
mbuiContext, presenter| Modifier and Type | Method and Description |
|---|---|
static LoggingProfileView |
create(MbuiContext mbuiContext,
CrudOperations crud) |
void |
noRootLogger() |
void |
updateAsyncHandler(List<NamedNode> items) |
void |
updateConsoleHandler(List<NamedNode> items) |
void |
updateCustomFormatter(List<NamedNode> items) |
void |
updateCustomHandler(List<NamedNode> items) |
void |
updateFileHandler(List<NamedNode> items) |
void |
updateLogger(List<NamedNode> items) |
void |
updatePatternFormatter(List<NamedNode> items) |
void |
updatePeriodicHandler(List<NamedNode> items) |
void |
updatePeriodicSizeHandler(List<NamedNode> items) |
void |
updateRootLogger(ModelNode modelNode) |
void |
updateSizeHandler(List<NamedNode> items) |
void |
updateSyslogHandler(List<NamedNode> items) |
add, addSingleton, removeSingletonForm, resetForm, resetSingletonForm, saveForm, saveSingletonForm, setPresenterasElement, asElements, attach, detach, initElement, initElement, initElements, initElements, registerAttachable, registerAttachablesaddToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetPresenterpublic static LoggingProfileView create(MbuiContext mbuiContext, CrudOperations crud)
public void updateRootLogger(ModelNode modelNode)
updateRootLogger in interface LoggingProfilePresenter.MyViewpublic void noRootLogger()
noRootLogger in interface LoggingProfilePresenter.MyViewpublic void updateLogger(List<NamedNode> items)
updateLogger in interface LoggingProfilePresenter.MyViewpublic void updateConsoleHandler(List<NamedNode> items)
updateConsoleHandler in interface LoggingProfilePresenter.MyViewpublic void updateFileHandler(List<NamedNode> items)
updateFileHandler in interface LoggingProfilePresenter.MyViewpublic void updatePeriodicHandler(List<NamedNode> items)
updatePeriodicHandler in interface LoggingProfilePresenter.MyViewpublic void updatePeriodicSizeHandler(List<NamedNode> items)
updatePeriodicSizeHandler in interface LoggingProfilePresenter.MyViewpublic void updateSizeHandler(List<NamedNode> items)
updateSizeHandler in interface LoggingProfilePresenter.MyViewpublic void updateAsyncHandler(List<NamedNode> items)
updateAsyncHandler in interface LoggingProfilePresenter.MyViewpublic void updateCustomHandler(List<NamedNode> items)
updateCustomHandler in interface LoggingProfilePresenter.MyViewpublic void updateSyslogHandler(List<NamedNode> items)
updateSyslogHandler in interface LoggingProfilePresenter.MyViewpublic void updateCustomFormatter(List<NamedNode> items)
updateCustomFormatter in interface LoggingProfilePresenter.MyViewpublic void updatePatternFormatter(List<NamedNode> items)
updatePatternFormatter in interface LoggingProfilePresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.