com.vaadin.flow.internal.nodefeature.
Class NodeProperties
Various node properties' ids.
For internal use only. May be renamed or removed in a future release.
Since:
1.0.
Author:
Vaadin Ltd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for id property.
static final String
JsonObject in-memory type value for
VirtualChildrenList
.static final String
JsonObject
@id
type value forVirtualChildrenList
.static final String
JsonObject
@name
type value forVirtualChildrenList
.static final String
Key for
ElementData.getJavaClass()
.static final String
Key for
ElementData.getPayload()
.static final String
Key for
ShadowRootData
.static final String
Key for
ElementData.getTag()
.static final String
JsonObject template-in-template type value for
VirtualChildrenList
.static final String
Key for
TextNodeMap.getText()
.static final String
JsonObject type key for
VirtualChildrenList
.static final String
The property in Json object which marks the object as special value transmitting URI (not just any string).
static final String
Key for
BasicTypeValue.getValue()
.static final String
The property value used on the client side only in addition to
VISIBLE
.static final String
The property used on the client side only in addition to
VISIBLE
.static final String
The property used on the client side only in addition to
VISIBLE
.static final String
Key for
ElementData.isVisible()
. -
Method Summary
-
Field Details
-
TAG
Key for
ElementData.getTag()
.See Also:
-
PAYLOAD
Key for
ElementData.getPayload()
.See Also:
-
JAVA_CLASS
Key for
ElementData.getJavaClass()
.See Also:
-
TEXT
Key for
TextNodeMap.getText()
.See Also:
-
SHADOW_ROOT
Key for
ShadowRootData
.See Also:
-
VALUE
Key for
BasicTypeValue.getValue()
.See Also:
-
TYPE
JsonObject type key for
VirtualChildrenList
.See Also:
-
IN_MEMORY_CHILD
JsonObject in-memory type value for
VirtualChildrenList
.See Also:
-
INJECT_BY_ID
JsonObject
@id
type value forVirtualChildrenList
.See Also:
-
INJECT_BY_NAME
JsonObject
@name
type value forVirtualChildrenList
.See Also:
-
TEMPLATE_IN_TEMPLATE
JsonObject template-in-template type value for
VirtualChildrenList
.See Also:
-
VISIBLE
Key for
ElementData.isVisible()
.See Also:
-
ID
Key for id property.
See Also:
-
VISIBILITY_BOUND_PROPERTY
The property value used on the client side only in addition to
VISIBLE
.See Also:
-
VISIBILITY_HIDDEN_PROPERTY
The property used on the client side only in addition to
VISIBLE
. Stores the client side value of "hidden" property.See Also:
-
VISIBILITY_STYLE_DISPLAY_PROPERTY
The property used on the client side only in addition to
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.See Also:
-
URI_ATTRIBUTE
The property in Json object which marks the object as special value transmitting URI (not just any string).
Used in the
ElementAttributeMap
.See Also:
-