Class GenericSubsystemPresenter

  • All Implemented Interfaces:
    com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.ui.IsWidget, com.gwtplatform.mvp.client.HandlerContainer, com.gwtplatform.mvp.client.HasPopupSlot, com.gwtplatform.mvp.client.HasSlots, Iterable<elemental2.dom.HTMLElement>, org.jboss.elemento.IsElement, HasFinderPath, Refreshable, SupportsExternalMode

    public class GenericSubsystemPresenter
    extends ApplicationFinderPresenter<GenericSubsystemPresenter.MyView,​GenericSubsystemPresenter.MyProxy>
    Presenter for subsystems w/o a specific implementation in HAL. Relies on the model browser to manage a (sub)tree of the management model starting at the resource specified as place request parameter.

    Used in configuration and runtime perspective.