Package org.jboss.hal.client.runtime
Class BrowseByColumn
- java.lang.Object
-
- org.jboss.hal.core.finder.FinderColumn<StaticItem>
-
- org.jboss.hal.core.finder.StaticItemColumn
-
- org.jboss.hal.client.runtime.BrowseByColumn
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement<elemental2.dom.HTMLDivElement>,Attachable
@Column("domain-browse-by") @Requires(value={"/host=*","/server-group=*","/host=*/server-config=*"}, recursive=false) public class BrowseByColumn extends StaticItemColumn
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.hal.core.finder.StaticItemColumn
StaticItemColumn.StaticItemDisplay
-
Nested classes/interfaces inherited from class org.jboss.hal.core.finder.FinderColumn
FinderColumn.Builder<T>, FinderColumn.RefreshMode
-
-
Constructor Summary
Constructors Constructor Description BrowseByColumn(Finder finder, Environment environment, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, Dispatcher dispatcher, Places places, FinderPathFactory finderPathFactory, HostActions hostActions, ServerGroupActions serverGroupActions, ServerActions serverActions, Resources resources)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanbrowseByHosts(FinderContext context)static booleanbrowseByServerGroups(FinderContext context)
-
-
-
Constructor Detail
-
BrowseByColumn
@Inject public BrowseByColumn(Finder finder, Environment environment, SecurityContextRegistry securityContextRegistry, @Footer javax.inject.Provider<Progress> progress, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, Dispatcher dispatcher, Places places, FinderPathFactory finderPathFactory, HostActions hostActions, ServerGroupActions serverGroupActions, ServerActions serverActions, Resources resources)
-
-
Method Detail
-
browseByHosts
public static boolean browseByHosts(FinderContext context)
-
browseByServerGroups
public static boolean browseByServerGroups(FinderContext context)
-
-