Uses of Interface
com.vaadin.client.widget.escalator.Row
-
Packages that use Row Package Description com.vaadin.client.widget.escalator 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 class
FlyweightRow
An internal implementation of theRow
interface.Methods in com.vaadin.client.widget.escalator with parameters of type Row Modifier and Type Method Description void
EscalatorUpdater. postAttach(Row row, Iterable<FlyweightCell> attachedCells)
Called after attaching new cells to the escalator.void
EscalatorUpdater. postDetach(Row row, Iterable<FlyweightCell> detachedCells)
Called after detaching cells from the escalator.void
EscalatorUpdater. preAttach(Row row, Iterable<FlyweightCell> cellsToAttach)
Called before attaching new cells to the escalator.void
EscalatorUpdater. preDetach(Row row, Iterable<FlyweightCell> cellsToDetach)
Called before detaching cells from the escalator.void
EscalatorUpdater. update(Row row, Iterable<FlyweightCell> cellsToUpdate)
Renders a row contained in a row container. -
Uses of Row in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type Row Modifier and Type Method Description void
Grid.BodyUpdater. postAttach(Row row, Iterable<FlyweightCell> attachedCells)
void
Grid.StaticSectionUpdater. postAttach(Row row, Iterable<FlyweightCell> attachedCells)
void
Grid.BodyUpdater. postDetach(Row row, Iterable<FlyweightCell> detachedCells)
void
Grid.StaticSectionUpdater. postDetach(Row row, Iterable<FlyweightCell> detachedCells)
void
Grid.BodyUpdater. preAttach(Row row, Iterable<FlyweightCell> cellsToAttach)
void
Grid.StaticSectionUpdater. preAttach(Row row, Iterable<FlyweightCell> cellsToAttach)
void
Grid.BodyUpdater. preDetach(Row row, Iterable<FlyweightCell> cellsToDetach)
void
Grid.StaticSectionUpdater. preDetach(Row row, Iterable<FlyweightCell> cellsToDetach)
void
Grid.BodyUpdater. update(Row row, Iterable<FlyweightCell> cellsToUpdate)
void
Grid.StaticSectionUpdater. update(Row row, Iterable<FlyweightCell> cellsToUpdate)
-