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 StringKey for id property.static final StringJsonObject in-memory type value forVirtualChildrenList.static final StringJsonObject@idtype value forVirtualChildrenList.static final StringJsonObject@nametype value forVirtualChildrenList.static final StringKey forElementData.getJavaClass().static final StringKey forElementData.getPayload().static final StringKey forShadowRootData.static final StringKey forElementData.getTag().static final StringJsonObject template-in-template type value forVirtualChildrenList.static final StringKey forTextNodeMap.getText().static final StringJsonObject type key forVirtualChildrenList.static final StringThe property in Json object which marks the object as special value transmitting URI (not just any string).static final StringKey forBasicTypeValue.getValue().static final StringThe property value used on the client side only in addition toVISIBLE.static final StringThe property used on the client side only in addition toVISIBLE.static final StringThe property used on the client side only in addition toVISIBLE.static final StringKey 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@idtype value forVirtualChildrenList.- See Also:
-
INJECT_BY_NAME
JsonObject@nametype 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:
-