com.vaadin.flow.internal.nodefeature.
Package com.vaadin.flow.internal.nodefeature
-
Interface Summary Interface Description ReturnChannelRegistration A registration for a return channel.
-
Class Summary Class Description AbstractPropertyMap Abstract class to be used as a parent for node maps which supports setting properties in a map.
AbstractServerHandlers<T> Abstract class for collecting Methods which are published as
serverObject.<name>
on the client side.AttachExistingElementFeature Temporary storage of data required to handle existing element attachment callback from the client side.
BasicTypeValue The feature contains a value of the basic type.
ClientCallableHandlers Methods which are published as
element.$server.<name>
on the client side.ComponentMapping A server side only node feature for mapping a node to a component.
ElementAttributeMap Map for element attribute values.
ElementChildrenList List of nodes describing the child elements of an element.
ElementClassList Handles CSS class names for an element.
ElementData Map of basic element information.
ElementListenerMap Map of DOM events with server-side listeners.
ElementPropertyMap Map for element property values.
ElementStylePropertyMap Map for element style values.
InertData Server-side feature defining whether a node is inert, and if it should ignore inheriting inert state from parent.
LoadingIndicatorConfigurationMap Map for storing configuration for the loading indicator.
ModelList List for model values used in data binding in templates.
NodeFeature A node feature represents a group of related values and functionality in a state node.
NodeFeatureRegistry A registry of node features that are available based on type.
NodeFeatures Registry of node feature id numbers and map keys shared between server and client.
NodeList<T extends Serializable> A state node feature that structures data as a list.
NodeList.SetView<T extends Serializable> NodeMap A state node feature that structures data as a map.
NodeProperties Various node properties' ids.
NodeValue<T extends Serializable> A node feature that carries a single value.
PollConfigurationMap A node map for storing configuration for polling.
PolymerEventListenerMap Map of PolymerTemplate events with server-side listeners.
PolymerServerEventHandlers Deprecated. Polymer template support is deprecated - we recommend you to useLitTemplate
instead.PushConfigurationMap Map for storing the push configuration for a UI.
PushConfigurationMap.PushConfigurationParametersMap Map for storing push parameters.
ReconnectDialogConfigurationMap Map for storing the reconnect dialog configuration for a UI.
ReturnChannelMap Server-side node feature that keeps track of the return channels registered for a state node.
SerializableNodeList<T extends Serializable> A list which contains
Serializable
values but notStateNode
s.ServerSideFeature Abstract node feature that is only present on the server.
ShadowRootData Map of basic element information.
ShadowRootHost Marker feature for a
StateNode
which is a shadow root for some element.StateNodeNodeList A list which contains
StateNode
s.TextNodeMap Map holding the data of a text node.
VirtualChildrenList List of nodes describing the virtually connected child elements of an element.
-
Exception Summary Exception Description PropertyChangeDeniedException The exception is thrown when a property change from client is disallowed on the server side.