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