Enum Cursor
- All Implemented Interfaces:
- ValueEnum,- Serializable,- Comparable<Cursor>,- Constable
cursor page for a live demonstration.- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionUse the default cursor for this element type in this browser/OSUse the column resize cursor (horizontal double-tipped arrow)Use the 'crosshair' ( + ) cursor.Use the default arrow cursor for this browser/OS.Use the "east resize" cursor.Use the hand cursor.Use the 'help' cursor.Use the "move" (crosshairs) cursor.Use the "north resize" cursor.Use the "north-east resize" cursor.Use the "not-allowed" cursor.Use the "north-west resize" cursor.Use the normal hand pointer that appears when you hover over a linkUse the row resize cursor (vertical double-tipped arrow)Use the "south resize" cursor.Use the "south-east resize" cursor.Use the "south-west resize" cursor.Use the 'text' (i-beam) cursor.Use the "west resize" cursor.Use the wait cursor.
- 
Method Summary
- 
Enum Constant Details- 
DEFAULTUse the default arrow cursor for this browser/OS.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "default".
- 
AUTOUse the default cursor for this element type in this browser/OSIf this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "auto".
- 
WAITUse the wait cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "wait".
- 
HANDUse the hand cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "hand".
- 
MOVEUse the "move" (crosshairs) cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "move".
- 
HELPUse the 'help' cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "help".
- 
TEXTUse the 'text' (i-beam) cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "text".
- 
POINTERUse the normal hand pointer that appears when you hover over a linkIf this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "pointer".
- 
ARROW
- 
ALL_SCROLL
- 
CROSSHAIRUse the 'crosshair' ( + ) cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "crosshair".
- 
COL_RESIZEUse the column resize cursor (horizontal double-tipped arrow)If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "col-resize".
- 
ROW_RESIZEUse the row resize cursor (vertical double-tipped arrow)If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "row-resize".
- 
E_RESIZEUse the "east resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "e-resize".
- 
W_RESIZEUse the "west resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "w-resize".
- 
N_RESIZEUse the "north resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "n-resize".
- 
S_RESIZEUse the "south resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "s-resize".
- 
SE_RESIZEUse the "south-east resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "se-resize".
- 
NE_RESIZEUse the "north-east resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "ne-resize".
- 
NW_RESIZEUse the "north-west resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "nw-resize".
- 
SW_RESIZEUse the "south-west resize" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "sw-resize".
- 
NOT_ALLOWEDUse the "not-allowed" cursor.If this enumerated value is used in a Component XMLfile or server-side DataSource descriptor (.ds.xml file), use the value "not-allowed".
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getValue
 
-