public final class DataAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DISABLED
Custom disabled attribute.
|
static String |
RELOAD
Custom reload attribute.
|
static String |
SELECTABLE
The selectable attribute e. g. for trees.
|
static String |
SELECTION_MODE |
static String |
SELECTIONMODE
Deprecated.
Since 1.5.11
|
static String |
SHEET_ID
Reference to a sheet.
|
static String |
SHEETID
Deprecated.
Since 1.5.11
|
static String |
SRC_CLOSE
Alternate to the src attribute, icon open and close.
|
static String |
SRC_DEFAULT
Alternate to the src attribute, to implement a hover effect.
|
static String |
SRC_HOVER
Alternate to the src attribute, to implement a hover effect.
|
static String |
SRC_OPEN
Alternate to the src attribute, icon open and close.
|
static String |
SRCCLOSE
Deprecated.
Since 1.5.11
|
static String |
SRCDEFAULT
Deprecated.
Since 1.5.11
|
static String |
SRCHOVER
Deprecated.
Since 1.5.11
|
static String |
SRCOPEN
Deprecated.
Since 1.5.11
|
static String |
TREE_PARENT
Id of the parent node in a tree node.
|
static String |
TREEPARENT
Deprecated.
Since 1.5.11
|
Constructor and Description |
---|
DataAttributes() |
public static final String DISABLED
public static final String RELOAD
@Deprecated public static final String SELECTIONMODE
public static final String SELECTION_MODE
public static final String SELECTABLE
@Deprecated public static final String SHEETID
public static final String SHEET_ID
@Deprecated public static final String SRCHOVER
public static final String SRC_HOVER
@Deprecated public static final String SRCDEFAULT
public static final String SRC_DEFAULT
@Deprecated public static final String SRCCLOSE
public static final String SRC_CLOSE
@Deprecated public static final String SRCOPEN
public static final String SRC_OPEN
@Deprecated public static final String TREEPARENT
public static final String TREE_PARENT
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.