Uses of Interface
org.jboss.hal.ballroom.table.InlineActionHandler
-
Packages that use InlineActionHandler Package Description org.jboss.hal.ballroom.table -
-
Uses of InlineActionHandler in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table that return InlineActionHandler Modifier and Type Method Description InlineActionHandler<T>ColumnActions. get(String key)Methods in org.jboss.hal.ballroom.table that return types with arguments of type InlineActionHandler Modifier and Type Method Description LinkedHashMap<String,InlineActionHandler<T>>ColumnActions. getColumnActions()Methods in org.jboss.hal.ballroom.table with parameters of type InlineActionHandler Modifier and Type Method Description voidColumnActions. add(String id, InlineActionHandler<T> columnAction)Constructors in org.jboss.hal.ballroom.table with parameters of type InlineActionHandler Constructor Description InlineAction(String title, InlineActionHandler<T> handler)
-