|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.ItemDataRole
public class ItemDataRole
Enumeration that indicates a role for a data item.
A single data item can have data associated with it corresponding to different roles. Each role may be used by the corresponding view class in a different way.
WModelIndex.getData(int role)| Field Summary | |
|---|---|
static int |
BarBrushColorRole
Bar brush color (for WCartesianChart). |
static int |
BarPenColorRole
Bar pen color (for WCartesianChart). |
static int |
CheckStateRole
Role that indicates the check state. |
static int |
DecorationRole
Role for the url of an icon. |
static int |
DisplayRole
Role for textual representation. |
static int |
EditRole
Role for the edited value. |
static int |
LevelRole
Level in aggregation, for header data. |
static int |
LinkRole
Role for a link. |
static int |
MarkerBrushColorRole
Marker brush color (for WCartesianChart). |
static int |
MarkerPenColorRole
Marker pen color (for WCartesianChart). |
static int |
StyleClassRole
Role for the style class. |
static int |
ToolTipRole
Role for a tooltip. |
static int |
UserRole
First role reserved for user purposes. |
| Constructor Summary | |
|---|---|
ItemDataRole()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DisplayRole
public static final int DecorationRole
public static final int EditRole
public static final int StyleClassRole
public static final int CheckStateRole
Role that indicates the check state. Data for this role should be a
bool. When the ItemFlag.ItemIsTristate flag is set
for the item, data for this role should be of type CheckState.
public static final int ToolTipRole
public static final int LinkRole
public static final int LevelRole
public static final int MarkerPenColorRole
WCartesianChart).
public static final int MarkerBrushColorRole
WCartesianChart).
public static final int BarPenColorRole
WCartesianChart).
public static final int BarBrushColorRole
WCartesianChart).
public static final int UserRole
| Constructor Detail |
|---|
public ItemDataRole()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||