Class StandaloneServerColumn
- java.lang.Object
-
- org.jboss.hal.core.finder.FinderColumn<Server>
-
- org.jboss.hal.client.runtime.server.StandaloneServerColumn
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>,Attachable,ServerActionEvent.ServerActionHandler,ServerResultEvent.ServerResultHandler
@Column("standalone-server-column") @Requires(value={"/","/core-service=management","opt://{selected.host}/subsystem=core-management/service=configuration-changes","/core-service=management/service=management-operations"}, recursive=false) public class StandaloneServerColumn extends FinderColumn<Server> implements ServerActionEvent.ServerActionHandler, ServerResultEvent.ServerResultHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.hal.core.finder.FinderColumn
FinderColumn.Builder<T>, FinderColumn.RefreshMode
-
-
Constructor Summary
Constructors Constructor Description StandaloneServerColumn(Finder finder, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, FinderPathFactory finderPathFactory, ItemActionFactory itemActionFactory, ServerActions serverActions, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext, MetadataRegistry metadataRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonServerAction(ServerActionEvent event)voidonServerResult(ServerResultEvent event)
-
-
-
Constructor Detail
-
StandaloneServerColumn
@Inject public StandaloneServerColumn(Finder finder, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, FinderPathFactory finderPathFactory, ItemActionFactory itemActionFactory, ServerActions serverActions, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, @Footer javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext, MetadataRegistry metadataRegistry)
-
-
Method Detail
-
onServerAction
public void onServerAction(ServerActionEvent event)
- Specified by:
onServerActionin interfaceServerActionEvent.ServerActionHandler
-
onServerResult
public void onServerResult(ServerResultEvent event)
- Specified by:
onServerResultin interfaceServerResultEvent.ServerResultHandler
-
-