Uses of Interface
org.jboss.hal.ballroom.table.Table
-
-
Uses of Table in org.jboss.hal.ballroom.table
Classes in org.jboss.hal.ballroom.table that implement Table Modifier and Type Class Description classDataTable<T>Table element which implements the DataTables plugin for jQuery.Methods in org.jboss.hal.ballroom.table with parameters of type Table Modifier and Type Method Description voidButtonHandler. execute(Table<T> table)voidTable.SelectionChangeHandler. onSelectionChanged(Table<T> table)Called when a selection changed. -
Uses of Table in org.jboss.hal.client.configuration.subsystem.modcluster
Methods in org.jboss.hal.client.configuration.subsystem.modcluster with parameters of type Table Modifier and Type Method Description voidModclusterPresenter. removeCustomLoadMetric(Table<NamedNode> table)voidModclusterPresenter. removeLoadMetric(Table<NamedNode> table) -
Uses of Table in org.jboss.hal.client.runtime.subsystem.elytron
Methods in org.jboss.hal.client.runtime.subsystem.elytron that return Table Modifier and Type Method Description Table<ModelNode>StoreElement. getAliasesTable() -
Uses of Table in org.jboss.hal.core.mbui
Methods in org.jboss.hal.core.mbui that return Table Modifier and Type Method Description Table<NamedNode>ResourceElement. getTable() -
Uses of Table in org.jboss.hal.core.mbui.table
Classes in org.jboss.hal.core.mbui.table that implement Table Modifier and Type Class Description classModelNodeTable<T extends ModelNode>Method parameters in org.jboss.hal.core.mbui.table with type arguments of type Table Modifier and Type Method Description <T> Button<T>TableButtonFactory. remove(String type, AddressTemplate template, Function<Table<T>,String> nameFunction, Callback callback)
-