public static enum UIPivotTable.ActionType extends java.lang.Enum<UIPivotTable.ActionType>
| Enum Constant and Description |
|---|
CELL_IMAGE_CLICK
Deprecated.
Use
<dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead of cell images. |
DRILL |
PIVOT |
SORT |
| Modifier and Type | Method and Description |
|---|---|
static UIPivotTable.ActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIPivotTable.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPivotTable.ActionType DRILL
public static final UIPivotTable.ActionType SORT
public static final UIPivotTable.ActionType PIVOT
@Deprecated public static final UIPivotTable.ActionType CELL_IMAGE_CLICK
<dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead of cell images.public static UIPivotTable.ActionType[] values()
for (UIPivotTable.ActionType c : UIPivotTable.ActionType.values()) System.out.println(c);
public static UIPivotTable.ActionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null