Package | Description |
---|---|
com.vaadin.flow.internal.change | |
com.vaadin.flow.internal.nodefeature |
Modifier and Type | Method and Description |
---|---|
protected NodeList<T> |
AbstractListChange.getNodeList()
Gets a changed list.
|
Constructor and Description |
---|
AbstractListChange(NodeList<T> list,
int index)
Creates a new list change.
|
ListAddChange(NodeList<T> list,
boolean nodeValues,
int index,
List<? extends T> newItems)
Creates a new list add change.
|
ListClearChange(NodeList<T> list)
Creates a new list clear change.
|
ListRemoveChange(NodeList<T> list,
int index,
T removedItem)
Creates a new list remove change.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerHandlers<T>
Abstract class for collecting Methods which are published as
serverObject.<name> on the client side. |
class |
ClientCallableHandlers
Methods which are published as
element.$server.<name> on
the client side. |
class |
ElementChildrenList
List of nodes describing the child elements of an element.
|
class |
ElementClassList
Handles CSS class names for an element.
|
class |
ModelList
List for model values used in data binding in templates.
|
class |
PolymerServerEventHandlers
Methods which are published as event-handlers on the client side.
|
class |
SerializableNodeList<T extends Serializable>
A list which contains
Serializable values but not StateNode s. |
class |
StateNodeNodeList
A list which contains
StateNode s. |
class |
SynchronizedPropertiesList
List of synchronized properties for an element.
|
class |
SynchronizedPropertyEventsList
List of synchronized property events for an element.
|
class |
VirtualChildrenList
List of nodes describing the virtually connected child elements of an
element.
|
Constructor and Description |
---|
SetView(NodeList<T> nodeList)
Creates a new view for the given list.
|
Copyright © 2025. All rights reserved.