Package org.jboss.hal.core.finder
Class ItemAction<T>
- java.lang.Object
-
- org.jboss.hal.core.finder.ItemAction<T>
-
public class ItemAction<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemAction.Builder<T>
-
Field Summary
Fields Modifier and Type Field Description static ItemActionSEPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemActionHandler<T>getHandler()StringgetTitle()static <T> ItemAction<T>separator()
-
-
-
Field Detail
-
SEPARATOR
public static final ItemAction SEPARATOR
-
-
Method Detail
-
separator
public static <T> ItemAction<T> separator()
-
getTitle
public String getTitle()
-
getHandler
public ItemActionHandler<T> getHandler()
-
-