public class ItemAction<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemAction.Builder<T> |
| Modifier and Type | Field and Description |
|---|---|
static ItemAction |
SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
ItemActionHandler<T> |
getHandler() |
String |
getTitle() |
static <T> ItemAction<T> |
separator() |
public static final ItemAction SEPARATOR
public static <T> ItemAction<T> separator()
public String getTitle()
public ItemActionHandler<T> getHandler()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.