public final class NodeProperties extends Object
| 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 |
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 |
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.Copyright © 2000–2018 Vaadin Ltd. All rights reserved.