Class ServerGroupColumn
- java.lang.Object
-
- org.jboss.hal.core.finder.FinderColumn<ServerGroup>
-
- org.jboss.hal.client.runtime.group.ServerGroupColumn
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>,Attachable,ServerGroupActionEvent.ServerGroupActionHandler,ServerGroupResultEvent.ServerGroupResultHandler
@Column("server-group") @Requires("/server-group=*") public class ServerGroupColumn extends FinderColumn<ServerGroup> implements ServerGroupActionEvent.ServerGroupActionHandler, ServerGroupResultEvent.ServerGroupResultHandler
-
-
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 ServerGroupColumn(Finder finder, Environment environment, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerGroupActions serverGroupActions, Places places, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonServerGroupAction(ServerGroupActionEvent event)voidonServerGroupResult(ServerGroupResultEvent event)
-
-
-
Constructor Detail
-
ServerGroupColumn
@Inject public ServerGroupColumn(Finder finder, Environment environment, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, @Footer javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerGroupActions serverGroupActions, Places places, Resources resources)
-
-
Method Detail
-
onServerGroupAction
public void onServerGroupAction(ServerGroupActionEvent event)
- Specified by:
onServerGroupActionin interfaceServerGroupActionEvent.ServerGroupActionHandler
-
onServerGroupResult
public void onServerGroupResult(ServerGroupResultEvent event)
- Specified by:
onServerGroupResultin interfaceServerGroupResultEvent.ServerGroupResultHandler
-
-