Class NodeProperties
- java.lang.Object
-
- com.vaadin.flow.internal.nodefeature.NodeProperties
-
public final class NodeProperties extends Object
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
Fields Modifier and Type Field Description static StringIDKey for id property.static StringIN_MEMORY_CHILDJsonObject in-memory type value forVirtualChildrenList.static StringINJECT_BY_IDJsonObject@idtype value forVirtualChildrenList.static StringPAYLOADKey forElementData.getPayload().static StringSHADOW_ROOTKey forShadowRootData.static StringTAGKey forElementData.getTag().static StringTEMPLATE_IN_TEMPLATEJsonObject template-in-template type value forVirtualChildrenList.static StringTEXTKey forTextNodeMap.getText().static StringTYPEJsonObject type key forVirtualChildrenList.static StringURI_ATTRIBUTEThe property in Json object which marks the object as special value transmitting URI (not just any string).static StringVALUEKey forBasicTypeValue.getValue().static StringVISIBILITY_BOUND_PROPERTYThe property value used on the client side only in addition toVISIBLE.static StringVISIBILITY_HIDDEN_PROPERTYThe property used on the client side only in addition toVISIBLE.static StringVISIBILITY_STYLE_DISPLAY_PROPERTYThe property used on the client side only in addition toVISIBLE.static StringVISIBLEKey forElementData.isVisible().
-
-
-
Field Detail
-
TAG
public static final String TAG
Key forElementData.getTag().- See Also:
- Constant Field Values
-
PAYLOAD
public static final String PAYLOAD
Key forElementData.getPayload().- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
Key forTextNodeMap.getText().- See Also:
- Constant Field Values
-
SHADOW_ROOT
public static final String SHADOW_ROOT
Key forShadowRootData.- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
Key forBasicTypeValue.getValue().- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
JsonObject type key forVirtualChildrenList.- See Also:
- Constant Field Values
-
IN_MEMORY_CHILD
public static final String IN_MEMORY_CHILD
JsonObject in-memory type value forVirtualChildrenList.- See Also:
- Constant Field Values
-
INJECT_BY_ID
public static final String INJECT_BY_ID
JsonObject@idtype value forVirtualChildrenList.- See Also:
- Constant Field Values
-
TEMPLATE_IN_TEMPLATE
public static final String TEMPLATE_IN_TEMPLATE
JsonObject template-in-template type value forVirtualChildrenList.- See Also:
- Constant Field Values
-
VISIBLE
public static final String VISIBLE
Key forElementData.isVisible().- See Also:
- Constant Field Values
-
ID
public static final String ID
Key for id property.- See Also:
- Constant Field Values
-
VISIBILITY_BOUND_PROPERTY
public static final String VISIBILITY_BOUND_PROPERTY
The property value used on the client side only in addition toVISIBLE.- See Also:
- Constant Field Values
-
VISIBILITY_HIDDEN_PROPERTY
public static final String VISIBILITY_HIDDEN_PROPERTY
The property used on the client side only in addition toVISIBLE. Stores the client side value of "hidden" property.- See Also:
- Constant Field Values
-
VISIBILITY_STYLE_DISPLAY_PROPERTY
public static final String 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:
- Constant Field Values
-
URI_ATTRIBUTE
public static final String 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:
- Constant Field Values
-
-