Uses of Package
org.pepstock.charba.client.dom.enums
-
Packages that use org.pepstock.charba.client.dom.enums Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.colors Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree.org.pepstock.charba.client.dom.elements Contains a set of DOM elements that Charba is using.org.pepstock.charba.client.dom.enums Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client Class Description CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.colors Class Description Repetition Enumerates the set of values how to repeat the pattern's image. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.commons Class Description EventButton Enumerates the property value of aNativeMouseEvent
to indicate which button was pressed on the mouse to trigger the event.
This property only guarantees to indicate which buttons are pressed during events caused by pressing or releasing one or multiple buttons.
As such, it is not reliable for events such asMouseEventType.MOUSE_ENTER
,MouseEventType.MOUSE_LEAVE
,MouseEventType.MOUSE_OVER
,MouseEventType.MOUSE_OUT
, orMouseEventType.MOUSE_MOVE
. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.dom Class Description BorderStyle Enumerates the sets the line style for all four sides of an element's border.CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.Display Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.MutationType Enumerates all types which can be set in the aMutationObserver
and consumable byMutationRecord.getType()
.NodeType Enumerates all possible types of aBaseNode
.
An integer is representing the type of the node.Position Enumerates the set of values how an element is positioned in a document.TextDecoration Enumerates the set of values to specify the appearance of decorative lines on text. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.dom.elements Class Description GlobalCompositeOperation Identifying which of the compositing or blending mode operations to use.Repetition Enumerates the set of values how to repeat the pattern's image.TextBaseline Enumerates the set of values to specify the current text baseline used when drawing text. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.dom.enums Class Description BorderStyle Enumerates the sets the line style for all four sides of an element's border.CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.Display Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.EventButton Enumerates the property value of aNativeMouseEvent
to indicate which button was pressed on the mouse to trigger the event.
This property only guarantees to indicate which buttons are pressed during events caused by pressing or releasing one or multiple buttons.
As such, it is not reliable for events such asMouseEventType.MOUSE_ENTER
,MouseEventType.MOUSE_LEAVE
,MouseEventType.MOUSE_OVER
,MouseEventType.MOUSE_OUT
, orMouseEventType.MOUSE_MOVE
.EventPhase Enumerates the phases of the event flow which is currently being evaluated.GlobalCompositeOperation Identifying which of the compositing or blending mode operations to use.IsKeyboardKey Maps a keyboard key methods.KeyboardCommonKey Enumerates the common keys forNativeKeyboardEvent
.KeyboardEditingKey Enumerates the editing keys forNativeKeyboardEvent
.KeyboardEventType Enumerates the DOM event type of the keyboard.KeyboardFunctionKey Enumerates the function keys forNativeKeyboardEvent
.KeyboardLocation Enumerates the constants identify which part of the keyboard the key event originates from.KeyboardModifierKey Enumerates the modifiers which are special keys which are used to generate special characters or cause special actions when used in combination with other keys.KeyboardNavigationKey Enumerates the navigation keys forNativeKeyboardEvent
.KeyboardUiKey Enumerates the user interface keys forNativeKeyboardEvent
.KeyboardWhitespaceKey Enumerates the whitespace keys forNativeKeyboardEvent
.MouseEventType Enumerates the DOM event type of the mouse.MutationType Enumerates all types which can be set in the aMutationObserver
and consumable byMutationRecord.getType()
.NodeType Enumerates all possible types of aBaseNode
.
An integer is representing the type of the node.PointerEventType Enumerates the DOM event type of the pointer (mouse, touch and pen).PointerType Enumerates the device type (mouse, pen, or touch) that caused a given pointer event.Position Enumerates the set of values how an element is positioned in a document.Repetition Enumerates the set of values how to repeat the pattern's image.TextBaseline Enumerates the set of values to specify the current text baseline used when drawing text.TextDecoration Enumerates the set of values to specify the appearance of decorative lines on text.TouchEventType Enumerates the DOM event type of the touch.Unit Enumerates the unit of measure for sizes. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.dom.events Class Description EventButton Enumerates the property value of aNativeMouseEvent
to indicate which button was pressed on the mouse to trigger the event.
This property only guarantees to indicate which buttons are pressed during events caused by pressing or releasing one or multiple buttons.
As such, it is not reliable for events such asMouseEventType.MOUSE_ENTER
,MouseEventType.MOUSE_LEAVE
,MouseEventType.MOUSE_OVER
,MouseEventType.MOUSE_OUT
, orMouseEventType.MOUSE_MOVE
.EventPhase Enumerates the phases of the event flow which is currently being evaluated.KeyboardLocation Enumerates the constants identify which part of the keyboard the key event originates from.KeyboardModifierKey Enumerates the modifiers which are special keys which are used to generate special characters or cause special actions when used in combination with other keys.PointerType Enumerates the device type (mouse, pen, or touch) that caused a given pointer event. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.enums Class Description KeyboardModifierKey Enumerates the modifiers which are special keys which are used to generate special characters or cause special actions when used in combination with other keys. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.gwt.widgets Class Description CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.impl.callbacks Class Description CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.impl.plugins Class Description CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.GlobalCompositeOperation Identifying which of the compositing or blending mode operations to use. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.utils Class Description CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.Repetition Enumerates the set of values how to repeat the pattern's image. -
Classes in org.pepstock.charba.client.dom.enums used by org.pepstock.charba.client.utils.toast Class Description BorderStyle Enumerates the sets the line style for all four sides of an element's border.