Package org.jboss.hal.client.deployment
Class AbstractDeploymentColumn<T extends Content>
- java.lang.Object
-
- org.jboss.hal.core.finder.FinderColumn<T>
-
- org.jboss.hal.client.deployment.AbstractDeploymentColumn<T>
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>,Attachable
- Direct Known Subclasses:
ContentColumn,ServerGroupDeploymentColumn,StandaloneDeploymentColumn
public abstract class AbstractDeploymentColumn<T extends Content> extends FinderColumn<T>
-
-
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 AbstractDeploymentColumn(FinderColumn.Builder<T> builder, ColumnActionFactory columnActionFactory, CrudOperations crud, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()org.jboss.hal.client.deployment.DeploymentTasks.AddServerGroupDeploymentgetServerGroupDeploymentTask(String name, String runtimeName)
-
-
-
Constructor Detail
-
AbstractDeploymentColumn
public AbstractDeploymentColumn(FinderColumn.Builder<T> builder, ColumnActionFactory columnActionFactory, CrudOperations crud, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext)
-
-
Method Detail
-
getServerGroupDeploymentTask
public org.jboss.hal.client.deployment.DeploymentTasks.AddServerGroupDeployment getServerGroupDeploymentTask(String name, String runtimeName)
-
attach
public void attach()
- Specified by:
attachin interfaceAttachable- Overrides:
attachin classFinderColumn<T extends Content>
-
-