Class DefaultCursorStyleSelector

java.lang.Object
com.levigo.jadice.web.client.ui.DefaultCursorStyleSelector
All Implemented Interfaces:
CursorStyleSelector

public class DefaultCursorStyleSelector extends Object implements CursorStyleSelector
  • Constructor Details

    • DefaultCursorStyleSelector

      public DefaultCursorStyleSelector()
  • Method Details

    • determineAnnoCreationCursor

      public String determineAnnoCreationCursor(Annotation anno)
      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 interface CursorStyleSelector
      Parameters:
      anno - The Annotation to be created
      Returns:
      the css-value for the cursor to use during creation, e.g. "crosshair"