Uses of Class
com.vaadin.flow.internal.nodefeature.NodeList
-
Packages that use NodeList Package Description com.vaadin.flow.internal.change com.vaadin.flow.internal.nodefeature -
-
Uses of NodeList in com.vaadin.flow.internal.change
Methods in com.vaadin.flow.internal.change that return NodeList Modifier and Type Method Description protected NodeList<T>AbstractListChange. getNodeList()Gets a changed list.Constructors in com.vaadin.flow.internal.change with parameters of type NodeList Constructor 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. -
Uses of NodeList in com.vaadin.flow.internal.nodefeature
Subclasses of NodeList in com.vaadin.flow.internal.nodefeature Modifier and Type Class Description classAbstractServerHandlers<T>Abstract class for collecting Methods which are published asserverObject.<name>on the client side.classClientCallableHandlersMethods which are published aselement.$server.<name>on the client side.classElementChildrenListList of nodes describing the child elements of an element.classElementClassListHandles CSS class names for an element.classModelListList for model values used in data binding in templates.classPolymerServerEventHandlersDeprecated.Polymer template support is deprecated - we recommend you to useLitTemplateinstead.classSerializableNodeList<T extends Serializable>A list which containsSerializablevalues but notStateNodes.classStateNodeNodeListA list which containsStateNodes.classVirtualChildrenListList of nodes describing the virtually connected child elements of an element.Constructors in com.vaadin.flow.internal.nodefeature with parameters of type NodeList Constructor Description SetView(NodeList<T> nodeList)Creates a new view for the given list.
-