Uses of Interface
com.vaadin.client.widget.escalator.Row
-
Packages that use Row Package Description com.vaadin.client.widget.escalator com.vaadin.client.widget.treegrid com.vaadin.client.widgets -
-
Uses of Row in com.vaadin.client.widget.escalator
Classes in com.vaadin.client.widget.escalator that implement Row Modifier and Type Class Description classFlyweightRowAn internal implementation of theRowinterface.Methods in com.vaadin.client.widget.escalator with parameters of type Row Modifier and Type Method Description voidEscalatorUpdater. postAttach(Row row, Iterable<FlyweightCell> attachedCells)Called after attaching new cells to the escalator.voidEscalatorUpdater. postDetach(Row row, Iterable<FlyweightCell> detachedCells)Called after detaching cells from the escalator.voidEscalatorUpdater. preAttach(Row row, Iterable<FlyweightCell> cellsToAttach)Called before attaching new cells to the escalator.voidEscalatorUpdater. preDetach(Row row, Iterable<FlyweightCell> cellsToDetach)Called before detaching cells from the escalator.voidEscalatorUpdater. update(Row row, Iterable<FlyweightCell> cellsToUpdate)Renders a row contained in a row container. -
Uses of Row in com.vaadin.client.widget.treegrid
Methods in com.vaadin.client.widget.treegrid with parameters of type Row Modifier and Type Method Description voidTreeGrid.BodyUpdater. update(Row row, Iterable cellsToUpdate) -
Uses of Row in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type Row Modifier and Type Method Description voidGrid.BodyUpdater. postAttach(Row row, Iterable<FlyweightCell> attachedCells)voidGrid.StaticSectionUpdater. postAttach(Row row, Iterable<FlyweightCell> attachedCells)voidGrid.BodyUpdater. postDetach(Row row, Iterable<FlyweightCell> detachedCells)voidGrid.StaticSectionUpdater. postDetach(Row row, Iterable<FlyweightCell> detachedCells)voidGrid.BodyUpdater. preAttach(Row row, Iterable<FlyweightCell> cellsToAttach)voidGrid.StaticSectionUpdater. preAttach(Row row, Iterable<FlyweightCell> cellsToAttach)voidGrid.BodyUpdater. preDetach(Row row, Iterable<FlyweightCell> cellsToDetach)voidGrid.StaticSectionUpdater. preDetach(Row row, Iterable<FlyweightCell> cellsToDetach)voidGrid.BodyUpdater. update(Row row, Iterable<FlyweightCell> cellsToUpdate)voidGrid.StaticSectionUpdater. update(Row row, Iterable<FlyweightCell> cellsToUpdate)
-