Uses of Interface
org.jboss.hal.core.finder.ColumnActionHandler
-
Packages that use ColumnActionHandler Package Description org.jboss.hal.core.finder -
-
Uses of ColumnActionHandler in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder with parameters of type ColumnActionHandler Modifier and Type Method Description <T> ColumnAction<T>ColumnActionFactory. add(String id, String type, AddressTemplate template, String iconCss, ColumnActionHandler<T> handler)<T> ColumnAction<T>ColumnActionFactory. add(String id, String type, AddressTemplate template, ColumnActionHandler<T> handler)ColumnAction.Builder<T>ColumnAction.Builder. handler(ColumnActionHandler<T> handler)<T> ColumnAction<T>ColumnActionFactory. refresh(String id, ColumnActionHandler<T> handler)
-