|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HeaderFlag>
eu.webtoolkit.jwt.HeaderFlag
public enum HeaderFlag
Flags that indicate table header options.
WAbstractItemModel.getHeaderFlags(int section, Orientation orientation)| Enum Constant Summary | |
|---|---|
ColumnIsCollapsed
Flag that indicates that the column can be expanded. |
|
ColumnIsExpandedLeft
Flag that indicates that the column was expanded to the left. |
|
ColumnIsExpandedRight
Flag that indicates that the column was expanded to the right. |
|
HeaderIsTristate
Flag that indicates that the item has three states. |
|
HeaderIsUserCheckable
Flag that indicates that the header can be checked. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the numerical representation of this enum. |
static HeaderFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HeaderFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HeaderFlag ColumnIsCollapsed
WAbstractItemModel.expandColumn(int column)public static final HeaderFlag ColumnIsExpandedLeft
WAbstractItemModel.collapseColumn(int column)public static final HeaderFlag ColumnIsExpandedRight
WAbstractItemModel.collapseColumn(int column)public static final HeaderFlag HeaderIsUserCheckable
public static final HeaderFlag HeaderIsTristate
When set, ItemDataRole.CheckStateRole data is of type
CheckState
| Method Detail |
|---|
public static HeaderFlag[] values()
for (HeaderFlag c : HeaderFlag.values()) System.out.println(c);
public static HeaderFlag 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 name
java.lang.NullPointerException - if the argument is nullpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||