Package org.pepstock.charba.client.dom.enums
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
- Author:
- Andrea "Stock" Stocchero
-
Interface Summary Interface Description IsKeyboardKey Maps a keyboard key methods. -
Enum Summary Enum 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.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.Visibility Enumerates the visibility values for showing or hiding an element without changing the layout of a document.