Class NodeFeatures
java.lang.Object
com.vaadin.flow.internal.nodefeature.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 intId forAttachExistingElementFeature.static final intId forBasicTypeValue.static final intId forElementClassList.static final intId forClientCallableHandlers.static final intId forComponentMapping.static final intId forElementAttributeMap.static final intId forElementChildrenList.static final intId forElementData.static final intId forElementListenerMap.static final intId forElementPropertyMap.static final intId forElementStylePropertyMap.static final intId forInertData.static final intId forReconnectDialogConfigurationMap.static final intId forPollConfigurationMap.static final intId forPolymerEventListenerMap.static final intId forPolymerServerEventHandlers.static final intId forReconnectDialogConfigurationMap.static final intId forReturnChannelMap.static final intId forShadowRootData.static final intId forShadowRootHost.static final intId forModelList.static final intId forTextNodeMap.static final intId forPushConfigurationMap.static final intstatic final intId forVirtualChildrenList. -
Method Summary
-
Field Details
-
ELEMENT_DATA
public static final int ELEMENT_DATAId forElementData.- See Also:
-
ELEMENT_PROPERTIES
public static final int ELEMENT_PROPERTIESId forElementPropertyMap.- See Also:
-
ELEMENT_CHILDREN
public static final int ELEMENT_CHILDRENId forElementChildrenList.- See Also:
-
ELEMENT_ATTRIBUTES
public static final int ELEMENT_ATTRIBUTESId forElementAttributeMap.- See Also:
-
ELEMENT_LISTENERS
public static final int ELEMENT_LISTENERSId forElementListenerMap.- See Also:
-
UI_PUSHCONFIGURATION
public static final int UI_PUSHCONFIGURATIONId forPushConfigurationMap.- See Also:
-
UI_PUSHCONFIGURATION_PARAMETERS
public static final int UI_PUSHCONFIGURATION_PARAMETERS- See Also:
-
TEXT_NODE
public static final int TEXT_NODEId forTextNodeMap.- See Also:
-
POLL_CONFIGURATION
public static final int POLL_CONFIGURATIONId forPollConfigurationMap.- See Also:
-
RECONNECT_DIALOG_CONFIGURATION
public static final int RECONNECT_DIALOG_CONFIGURATIONId forReconnectDialogConfigurationMap.- See Also:
-
LOADING_INDICATOR_CONFIGURATION
public static final int LOADING_INDICATOR_CONFIGURATIONId forReconnectDialogConfigurationMap.- See Also:
-
CLASS_LIST
public static final int CLASS_LISTId forElementClassList.- See Also:
-
ELEMENT_STYLE_PROPERTIES
public static final int ELEMENT_STYLE_PROPERTIESId forElementStylePropertyMap.- See Also:
-
COMPONENT_MAPPING
public static final int COMPONENT_MAPPINGId forComponentMapping.- See Also:
-
TEMPLATE_MODELLIST
public static final int TEMPLATE_MODELLISTId forModelList.- See Also:
-
POLYMER_SERVER_EVENT_HANDLERS
public static final int POLYMER_SERVER_EVENT_HANDLERSId forPolymerServerEventHandlers.- See Also:
-
POLYMER_EVENT_LISTENERS
public static final int POLYMER_EVENT_LISTENERSId forPolymerEventListenerMap.- See Also:
-
CLIENT_DELEGATE_HANDLERS
public static final int CLIENT_DELEGATE_HANDLERSId forClientCallableHandlers.- See Also:
-
SHADOW_ROOT_DATA
public static final int SHADOW_ROOT_DATAId forShadowRootData.- See Also:
-
SHADOW_ROOT_HOST
public static final int SHADOW_ROOT_HOSTId forShadowRootHost.- See Also:
-
ATTACH_EXISTING_ELEMENT
public static final int ATTACH_EXISTING_ELEMENTId forAttachExistingElementFeature.- See Also:
-
BASIC_TYPE_VALUE
public static final int BASIC_TYPE_VALUEId forBasicTypeValue.- See Also:
-
VIRTUAL_CHILDREN
public static final int VIRTUAL_CHILDRENId forVirtualChildrenList.- See Also:
-
RETURN_CHANNEL_MAP
public static final int RETURN_CHANNEL_MAPId forReturnChannelMap.- See Also:
-
INERT_DATA
public static final int INERT_DATAId forInertData.- See Also:
-