Class ServerColumn
- java.lang.Object
-
- org.jboss.hal.core.finder.FinderColumn<Server>
-
- org.jboss.hal.client.runtime.server.ServerColumn
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>,Attachable,ServerActionEvent.ServerActionHandler,ServerResultEvent.ServerResultHandler
@Column("server") @Requires(value={"/host=*/server-config=*","/host=*/server=*","opt:///host=*/server=*/subsystem=core-management/service=configuration-changes"}, recursive=false) public class ServerColumn 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 ServerColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, SecurityContextRegistry securityContextRegistry, StatementContext statementContext, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, MetadataProcessor metadataProcessor, FinderPathFactory finderPathFactory, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerActions serverActions, CrudOperations crud, Resources resources, MetadataRegistry metadataRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonServerAction(ServerActionEvent event)voidonServerResult(ServerResultEvent event)
-
-
-
Constructor Detail
-
ServerColumn
@Inject public ServerColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, @Footer javax.inject.Provider<Progress> progress, SecurityContextRegistry securityContextRegistry, StatementContext statementContext, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, MetadataProcessor metadataProcessor, FinderPathFactory finderPathFactory, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerActions serverActions, CrudOperations crud, Resources resources, 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
-
-