Package org.jboss.hal.ballroom.listview
Class ItemAction<T>
- java.lang.Object
-
- org.jboss.hal.ballroom.listview.ItemAction<T>
-
public class ItemAction<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemAction(String id, String title, ItemActionHandler<T> handler)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.hal.meta.security.ConstraintsgetConstraints()
-
-
-
Constructor Detail
-
ItemAction
public ItemAction(String id, String title, ItemActionHandler<T> handler)
-
ItemAction
public ItemAction(String id, String title, org.jboss.hal.meta.security.Constraint constraint, ItemActionHandler<T> handler)
-
ItemAction
public ItemAction(String id, String title, org.jboss.hal.meta.security.Constraints constraints, ItemActionHandler<T> handler)
-
-