Class NodeProperties
java.lang.Object
com.vaadin.flow.internal.nodefeature.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 forVirtualChildrenList
.static final String
JsonObject@id
type value forVirtualChildrenList
.static final String
JsonObject@name
type value forVirtualChildrenList
.static final String
Key forElementData.getJavaClass()
.static final String
Key forElementData.getPayload()
.static final String
Key forShadowRootData
.static final String
Key forElementData.getTag()
.static final String
JsonObject template-in-template type value forVirtualChildrenList
.static final String
Key forTextNodeMap.getText()
.static final String
JsonObject type key forVirtualChildrenList
.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 forBasicTypeValue.getValue()
.static final String
The property value used on the client side only in addition toVISIBLE
.static final String
The property used on the client side only in addition toVISIBLE
.static final String
The property used on the client side only in addition toVISIBLE
.static final String
Key forElementData.isVisible()
. -
Method Summary
-
Field Details
-
TAG
Key forElementData.getTag()
.- See Also:
-
PAYLOAD
Key forElementData.getPayload()
.- See Also:
-
JAVA_CLASS
Key forElementData.getJavaClass()
.- See Also:
-
TEXT
Key forTextNodeMap.getText()
.- See Also:
-
SHADOW_ROOT
Key forShadowRootData
.- See Also:
-
VALUE
Key forBasicTypeValue.getValue()
.- See Also:
-
TYPE
JsonObject type key forVirtualChildrenList
.- See Also:
-
IN_MEMORY_CHILD
JsonObject in-memory type value forVirtualChildrenList
.- 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 forVirtualChildrenList
.- See Also:
-
VISIBLE
Key forElementData.isVisible()
.- See Also:
-
ID
Key for id property.- See Also:
-
VISIBILITY_BOUND_PROPERTY
The property value used on the client side only in addition toVISIBLE
.- See Also:
-
VISIBILITY_HIDDEN_PROPERTY
The property used on the client side only in addition toVISIBLE
. Stores the client side value of "hidden" property.- See Also:
-
VISIBILITY_STYLE_DISPLAY_PROPERTY
The property used on the client side only in addition toVISIBLE
. 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:
-