com.vaadin.flow.internal.nodefeature.
Class NodeFeatures
Registry of node feature id numbers and map keys shared between server and client.
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 int
Id for
AttachExistingElementFeature
.static final int
Id for
BasicTypeValue
.static final int
Id for
ElementClassList
.static final int
Id for
ClientCallableHandlers
.static final int
Id for
ComponentMapping
.static final int
Id for
ElementAttributeMap
.static final int
Id for
ElementChildrenList
.static final int
Id for
ElementData
.static final int
Id for
ElementListenerMap
.static final int
Id for
ElementPropertyMap
.static final int
Id for
ElementStylePropertyMap
.static final int
Id for
InertData
.static final int
Id for
ReconnectDialogConfigurationMap
.static final int
Id for
PollConfigurationMap
.static final int
Id for
PolymerEventListenerMap
.static final int
Id for
PolymerServerEventHandlers
.static final int
Id for
ReconnectDialogConfigurationMap
.static final int
Id for
ReturnChannelMap
.static final int
Id for
ShadowRootData
.static final int
Id for
ShadowRootHost
.static final int
Id for
ModelList
.static final int
Id for
TextNodeMap
.static final int
Id for
PushConfigurationMap
.static final int
static final int
Id for
VirtualChildrenList
. -
Method Summary
-
Field Details
-
ELEMENT_DATA
public static final int ELEMENT_DATAId for
ElementData
.See Also:
-
ELEMENT_PROPERTIES
public static final int ELEMENT_PROPERTIESId for
ElementPropertyMap
.See Also:
-
ELEMENT_CHILDREN
public static final int ELEMENT_CHILDRENId for
ElementChildrenList
.See Also:
-
ELEMENT_ATTRIBUTES
public static final int ELEMENT_ATTRIBUTESId for
ElementAttributeMap
.See Also:
-
ELEMENT_LISTENERS
public static final int ELEMENT_LISTENERSId for
ElementListenerMap
.See Also:
-
UI_PUSHCONFIGURATION
public static final int UI_PUSHCONFIGURATIONId for
PushConfigurationMap
.See Also:
-
UI_PUSHCONFIGURATION_PARAMETERS
public static final int UI_PUSHCONFIGURATION_PARAMETERSId for
PushConfigurationMap.PushConfigurationParametersMap
.See Also:
-
TEXT_NODE
public static final int TEXT_NODEId for
TextNodeMap
.See Also:
-
POLL_CONFIGURATION
public static final int POLL_CONFIGURATIONId for
PollConfigurationMap
.See Also:
-
RECONNECT_DIALOG_CONFIGURATION
public static final int RECONNECT_DIALOG_CONFIGURATIONId for
ReconnectDialogConfigurationMap
.See Also:
-
LOADING_INDICATOR_CONFIGURATION
public static final int LOADING_INDICATOR_CONFIGURATIONId for
ReconnectDialogConfigurationMap
.See Also:
-
CLASS_LIST
public static final int CLASS_LISTId for
ElementClassList
.See Also:
-
ELEMENT_STYLE_PROPERTIES
public static final int ELEMENT_STYLE_PROPERTIESId for
ElementStylePropertyMap
.See Also:
-
COMPONENT_MAPPING
public static final int COMPONENT_MAPPINGId for
ComponentMapping
.See Also:
-
TEMPLATE_MODELLIST
public static final int TEMPLATE_MODELLISTId for
ModelList
.See Also:
-
POLYMER_SERVER_EVENT_HANDLERS
public static final int POLYMER_SERVER_EVENT_HANDLERSId for
PolymerServerEventHandlers
.See Also:
-
POLYMER_EVENT_LISTENERS
public static final int POLYMER_EVENT_LISTENERSId for
PolymerEventListenerMap
.See Also:
-
CLIENT_DELEGATE_HANDLERS
public static final int CLIENT_DELEGATE_HANDLERSId for
ClientCallableHandlers
.See Also:
-
SHADOW_ROOT_DATA
public static final int SHADOW_ROOT_DATAId for
ShadowRootData
.See Also:
-
SHADOW_ROOT_HOST
public static final int SHADOW_ROOT_HOSTId for
ShadowRootHost
.See Also:
-
ATTACH_EXISTING_ELEMENT
public static final int ATTACH_EXISTING_ELEMENTId for
AttachExistingElementFeature
.See Also:
-
BASIC_TYPE_VALUE
public static final int BASIC_TYPE_VALUEId for
BasicTypeValue
.See Also:
-
VIRTUAL_CHILDREN
public static final int VIRTUAL_CHILDRENId for
VirtualChildrenList
.See Also:
-
RETURN_CHANNEL_MAP
public static final int RETURN_CHANNEL_MAPId for
ReturnChannelMap
.See Also:
-
INERT_DATA
public static final int INERT_DATAId for
InertData
.See Also:
-