Enum Cursor
- All Implemented Interfaces:
ValueEnum
,Serializable
,Comparable<Cursor>
,Constable
cursor
page for a live demonstration.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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
-
DEFAULT
Use the default arrow cursor for this browser/OS.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "default". -
AUTO
Use the default cursor for this element type in this browser/OSIf this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "auto". -
WAIT
Use the wait cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "wait". -
HAND
Use the hand cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "hand". -
MOVE
Use the "move" (crosshairs) cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "move". -
HELP
Use the 'help' cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "help". -
TEXT
Use the 'text' (i-beam) cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "text". -
POINTER
Use the normal hand pointer that appears when you hover over a linkIf this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "pointer". -
ARROW
-
ALL_SCROLL
-
CROSSHAIR
Use the 'crosshair' ( + ) cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "crosshair". -
COL_RESIZE
Use the column resize cursor (horizontal double-tipped arrow)If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "col-resize". -
ROW_RESIZE
Use the row resize cursor (vertical double-tipped arrow)If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "row-resize". -
E_RESIZE
Use the "east resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "e-resize". -
W_RESIZE
Use the "west resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "w-resize". -
N_RESIZE
Use the "north resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "n-resize". -
S_RESIZE
Use the "south resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "s-resize". -
SE_RESIZE
Use the "south-east resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "se-resize". -
NE_RESIZE
Use the "north-east resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "ne-resize". -
NW_RESIZE
Use the "north-west resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "nw-resize". -
SW_RESIZE
Use the "south-west resize" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "sw-resize". -
NOT_ALLOWED
Use the "not-allowed" cursor.If this enumerated value is used in a
Component XML
file or server-side DataSource descriptor (.ds.xml file), use the value "not-allowed".
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
getValue
-