public class ItemAction<T> extends Object
| Constructor and Description |
|---|
ItemAction(String id,
String title,
Constraint constraint,
ItemActionHandler<T> handler) |
ItemAction(String id,
String title,
Constraints constraints,
ItemActionHandler<T> handler) |
ItemAction(String id,
String title,
ItemActionHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
getConstraints() |
public ItemAction(String id, String title, ItemActionHandler<T> handler)
public ItemAction(String id, String title, Constraint constraint, ItemActionHandler<T> handler)
public ItemAction(String id, String title, Constraints constraints, ItemActionHandler<T> handler)
public Constraints getConstraints()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.