Package com.levigo.jadice.web.client.ui
Class DefaultCursorStyleSelector
java.lang.Object
com.levigo.jadice.web.client.ui.DefaultCursorStyleSelector
- All Implemented Interfaces:
CursorStyleSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines the Cursor to be used during Creation of an Annotation.
-
Constructor Details
-
DefaultCursorStyleSelector
public DefaultCursorStyleSelector()
-
-
Method Details
-
determineAnnoCreationCursor
Description copied from interface:CursorStyleSelector
Determines the Cursor to be used during Creation of an Annotation. All functional values can be accessed by calling UIStyler.get().cursorStyle().{any function}.- Specified by:
determineAnnoCreationCursor
in interfaceCursorStyleSelector
- Parameters:
anno
- The Annotation to be created- Returns:
- the css-value for the cursor to use during creation, e.g. "crosshair"
-