public class Button<T> extends Object
| Constructor and Description |
|---|
Button(String title,
ButtonHandler<T> handler) |
Button(String title,
ButtonHandler<T> handler,
org.jboss.hal.meta.security.Constraint constraint) |
Button(String title,
ButtonHandler<T> handler,
Scope scope) |
Button(String title,
ButtonHandler<T> handler,
Scope scope,
org.jboss.hal.meta.security.Constraint constraint) |
public Button(String title, ButtonHandler<T> handler)
public Button(String title, ButtonHandler<T> handler, Scope scope)
public Button(String title, ButtonHandler<T> handler, org.jboss.hal.meta.security.Constraint constraint)
public Button(String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraint constraint)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.