Package org.jboss.hal.ballroom.table
Class Button<T>
- java.lang.Object
-
- org.jboss.hal.ballroom.table.Button<T>
-
public class Button<T> extends Object
A table button
-
-
Constructor Summary
Constructors Constructor Description Button(String name, String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraint constraint)Button(String name, String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraints constraints)Button(String name, String title, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraint constraint)Button(String name, String title, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraints constraints)Button(String name, ButtonHandler<T> handler)Button(String name, ButtonHandler<T> handler, Scope scope)Button(String name, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraint constraint)Button(String name, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraints constraints)
-
-
-
Constructor Detail
-
Button
public Button(String name, ButtonHandler<T> handler)
-
Button
public Button(String name, ButtonHandler<T> handler, Scope scope)
-
Button
public Button(String name, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraint constraint)
-
Button
public Button(String name, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraints constraints)
-
Button
public Button(String name, String title, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraint constraint)
-
Button
public Button(String name, String title, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraints constraints)
-
Button
public Button(String name, String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraint constraint)
-
Button
public Button(String name, String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraints constraints)
-
-