Interface CursorStyle

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype

public interface CursorStyle extends com.google.gwt.resources.client.CssResource
  • Method Details

    • ALIAS_CURSOR

      String ALIAS_CURSOR()
      Returns:
      The css alias cursor.
    • ALL_SCROLL_CURSOR

      String ALL_SCROLL_CURSOR()
      Returns:
      The css all-scroll cursor.
    • CELL_CURSOR

      String CELL_CURSOR()
      Returns:
      The css cell cursor.
    • CONTEXT_MENU_CURSOR

      String CONTEXT_MENU_CURSOR()
      Returns:
      The css context-menu cursor.
    • COL_RESIZE_CURSOR

      String COL_RESIZE_CURSOR()
      Returns:
      The css col-resize cursor.
    • COPY_CURSOR

      String COPY_CURSOR()
      Returns:
      The css copy cursor.
    • CROSSHAIR_CURSOR

      String CROSSHAIR_CURSOR()
      Returns:
      The css crosshair cursor.
    • DEFAULT_CURSOR

      String DEFAULT_CURSOR()
      Returns:
      The css default cursor.
    • E_RESIZE_CURSOR

      String E_RESIZE_CURSOR()
      Returns:
      The css e-resize cursor.
    • EW_RESIZE_CURSOR

      String EW_RESIZE_CURSOR()
      Returns:
      The css ew-resize cursor.
    • GRAB_CURSOR

      String GRAB_CURSOR()
      Returns:
      The css grab cursor.
    • GRABBING_CURSOR

      String GRABBING_CURSOR()
      Returns:
      The css grabbing cursor.
    • HELP_CURSOR

      String HELP_CURSOR()
      Returns:
      The css help cursor.
    • MOVE_CURSOR

      String MOVE_CURSOR()
      Returns:
      The css move cursor.
    • N_RESIZE_CURSOR

      String N_RESIZE_CURSOR()
      Returns:
      The css n-resize cursor.
    • NE_RESIZE_CURSOR

      String NE_RESIZE_CURSOR()
      Returns:
      The css ne-resize cursor.
    • NESW_RESIZE_CURSOR

      String NESW_RESIZE_CURSOR()
      Returns:
      The css nesw-resize cursor.
    • NO_DROP_CURSOR

      String NO_DROP_CURSOR()
      Returns:
      The css no-drop cursor.
    • NONE_CURSOR

      String NONE_CURSOR()
      Returns:
      The css none cursor.
    • NOT_ALLOWED_CURSOR

      String NOT_ALLOWED_CURSOR()
      Returns:
      The css not-allowed cursor.
    • POINTER_CURSOR

      String POINTER_CURSOR()
      Returns:
      The css pointer cursor.
    • PROGRESS_CURSOR

      String PROGRESS_CURSOR()
      Returns:
      The css progress cursor.
    • ROW_RESIZE_CURSOR

      String ROW_RESIZE_CURSOR()
      Returns:
      The css row-resize cursor.
    • S_RESIZE_CURSOR

      String S_RESIZE_CURSOR()
      Returns:
      The css s-resize cursor.
    • SE_RESIZE_CURSOR

      String SE_RESIZE_CURSOR()
      Returns:
      The css se-resize cursor.
    • SW_RESIZE_CURSOR

      String SW_RESIZE_CURSOR()
      Returns:
      The css sw-resize cursor.
    • TEXT_CURSOR

      String TEXT_CURSOR()
      Returns:
      The css text cursor.
    • URL_CURRENTLY_BROKEN_CURSOR

      String URL_CURRENTLY_BROKEN_CURSOR()
      Returns:
      The css url cursor. Currently broken.
    • VERTICAL_TEXT_CURSOR

      String VERTICAL_TEXT_CURSOR()
      Returns:
      The css vertical-text cursor.
    • W_RESIZE_CURSOR

      String W_RESIZE_CURSOR()
      Returns:
      The css w-resize cursor.
    • WAIT_CURSOR

      String WAIT_CURSOR()
      Returns:
      The css wait cursor.
    • ZOOM_IN_CURSOR

      String ZOOM_IN_CURSOR()
      Returns:
      The css zoom-in cursor.
    • ZOOM_OUT_CURSOR

      String ZOOM_OUT_CURSOR()
      Returns:
      The css zoom-out cursor.
    • INITIAL_CURSOR

      String INITIAL_CURSOR()
      Returns:
      The css initial cursor.
    • INHERIT_CURSOR

      String INHERIT_CURSOR()
      Returns:
      The css inherit cursor.
    • CHANGEABLE_ANNO_CURSOR

      String CHANGEABLE_ANNO_CURSOR()
      Returns:
      A cursor used by the default wrangler.
    • UNCHANGEABLE_ANNO_CURSOR

      String UNCHANGEABLE_ANNO_CURSOR()
      Returns:
      A cursor used by the default wrangler.
    • ANNOTOOL_ACTIVE_CURSOR

      String ANNOTOOL_ACTIVE_CURSOR()
      Returns:
      A cursor used by the annotation tool.
    • ANNOTOOL_MOVE_CURSOR

      String ANNOTOOL_MOVE_CURSOR()
      Returns:
      A cursor used by the annotation tool.
    • ANNOTOOL_DEFAULT_CREATION_CURSOR

      String ANNOTOOL_DEFAULT_CREATION_CURSOR()
      Returns:
      A cursor used by the annotation tool.
    • PANTOOL_CURSOR

      String PANTOOL_CURSOR()
      Returns:
      A cursor used by the pan tool.
    • PANTOOL_ACTIVE_CURSOR

      String PANTOOL_ACTIVE_CURSOR()
      Returns:
      A cursor used by the pan tool.
    • BASIC_SLIDER_CURSOR_HORIZONTAL

      String BASIC_SLIDER_CURSOR_HORIZONTAL()
      Returns:
      A cursor used over the basic sliders.
    • BASIC_SLIDER_CURSOR_VERTICAL

      String BASIC_SLIDER_CURSOR_VERTICAL()
      Returns:
      A cursor used over the basic sliders.
    • KNOB_WIDGET_CURSOR

      String KNOB_WIDGET_CURSOR()
      Returns:
      A cursor used by the knob wiget.
    • PAN_FORCE_TOOL_CURSOR

      String PAN_FORCE_TOOL_CURSOR()
      Returns:
      A cursor used by the pan force tool.
    • TEXT_COPY_CURSOR

      String TEXT_COPY_CURSOR()
      Returns:
      A cursor used by the text selection tool.
    • TEXT_SELECT_CURSOR

      String TEXT_SELECT_CURSOR()
      Returns:
      A cursor used by the text selection tool.
    • SELECT_PAGE_CURSOR

      String SELECT_PAGE_CURSOR()
      Returns:
      A cursor used by the select page tool.
    • VISIBLE_BOUNDS_CURSOR

      String VISIBLE_BOUNDS_CURSOR()
      Returns:
      A cursor used by the visible bounds tool.