public final class NodeProperties extends Object
For internal use only. May be renamed or removed in a future release.
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Key for id property.
|
static String |
IN_MEMORY_CHILD
JsonObject in-memory type value for
VirtualChildrenList. |
static String |
INJECT_BY_ID
JsonObject
@id type value for VirtualChildrenList. |
static String |
PAYLOAD
Key for
ElementData.getPayload(). |
static String |
SHADOW_ROOT
Key for
ShadowRootData. |
static String |
TAG
Key for
ElementData.getTag(). |
static String |
TEMPLATE_IN_TEMPLATE
JsonObject template-in-template type value for
VirtualChildrenList. |
static String |
TEXT
Key for
TextNodeMap.getText(). |
static String |
TYPE
JsonObject type key for
VirtualChildrenList. |
static String |
URI_ATTRIBUTE
The property in Json object which marks the object as special value
transmitting URI (not just any string).
|
static String |
VALUE
Key for
BasicTypeValue.getValue(). |
static String |
VISIBILITY_BOUND_PROPERTY
The property value used on the client side only in addition to
VISIBLE. |
static String |
VISIBILITY_HIDDEN_PROPERTY
The property used on the client side only in addition to
VISIBLE. |
static String |
VISIBILITY_STYLE_DISPLAY_PROPERTY
The property used on the client side only in addition to
VISIBLE. |
static String |
VISIBLE
Key for
ElementData.isVisible(). |
public static final String TAG
ElementData.getTag().public static final String PAYLOAD
ElementData.getPayload().public static final String TEXT
TextNodeMap.getText().public static final String SHADOW_ROOT
ShadowRootData.public static final String VALUE
BasicTypeValue.getValue().public static final String TYPE
VirtualChildrenList.public static final String IN_MEMORY_CHILD
VirtualChildrenList.public static final String INJECT_BY_ID
@id type value for VirtualChildrenList.public static final String TEMPLATE_IN_TEMPLATE
VirtualChildrenList.public static final String VISIBLE
ElementData.isVisible().public static final String ID
public static final String VISIBILITY_BOUND_PROPERTY
VISIBLE.public static final String VISIBILITY_HIDDEN_PROPERTY
VISIBLE. Stores the client side value of "hidden" property.public static final String VISIBILITY_STYLE_DISPLAY_PROPERTY
VISIBLE. It stores the client side value of the CSS "display"
property to be able to restore when making a hidden element visible
again. Used only when the element is inside a shadow root, and the CSS
"display: none" is set in addition the "hidden" attribute.public static final String URI_ATTRIBUTE
Used in the ElementAttributeMap.
Copyright © 2025. All rights reserved.