Uses of Interface
org.jboss.hal.ballroom.table.ButtonHandler
-
Packages that use ButtonHandler Package Description org.jboss.hal.ballroom.table org.jboss.hal.core.mbui.table -
-
Uses of ButtonHandler in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table with parameters of type ButtonHandler Modifier and Type Method Description BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope, Constraint constraint)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope, Constraints constraints)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Constraint constraint)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Constraints constraints)Constructors in org.jboss.hal.ballroom.table with parameters of type ButtonHandler Constructor Description Button(String name, String title, ButtonHandler<T> handler, Scope scope, Constraint constraint)Button(String name, String title, ButtonHandler<T> handler, Scope scope, Constraints constraints)Button(String name, String title, ButtonHandler<T> handler, Constraint constraint)Button(String name, String title, ButtonHandler<T> handler, Constraints constraints)Button(String name, ButtonHandler<T> handler)Button(String name, ButtonHandler<T> handler, Scope scope)Button(String name, ButtonHandler<T> handler, Constraint constraint)Button(String name, ButtonHandler<T> handler, Constraints constraints) -
Uses of ButtonHandler in org.jboss.hal.core.mbui.table
Methods in org.jboss.hal.core.mbui.table with parameters of type ButtonHandler Modifier and Type Method Description <T extends ModelNode>
Button<T>TableButtonFactory. add(AddressTemplate template, ButtonHandler<T> handler)<T extends ModelNode>
Button<T>TableButtonFactory. remove(AddressTemplate template, ButtonHandler<T> handler)
-