Uses of Interface
com.vaadin.client.widget.escalator.EscalatorUpdater
-
Packages that use EscalatorUpdater Package Description com.vaadin.client.widget.escalator com.vaadin.client.widgets -
-
Uses of EscalatorUpdater in com.vaadin.client.widget.escalator
Fields in com.vaadin.client.widget.escalator declared as EscalatorUpdater Modifier and Type Field Description static EscalatorUpdater
EscalatorUpdater. NULL
AnEscalatorUpdater
that doesn't render anything.Methods in com.vaadin.client.widget.escalator that return EscalatorUpdater Modifier and Type Method Description EscalatorUpdater
RowContainer. getEscalatorUpdater()
Returns the currentEscalatorUpdater
used to render cells.Methods in com.vaadin.client.widget.escalator with parameters of type EscalatorUpdater Modifier and Type Method Description void
RowContainer. setEscalatorUpdater(EscalatorUpdater escalatorUpdater)
Sets theEscalatorUpdater
to use when displaying data in the escalator. -
Uses of EscalatorUpdater in com.vaadin.client.widgets
Classes in com.vaadin.client.widgets that implement EscalatorUpdater Modifier and Type Class Description protected class
Grid.BodyUpdater
protected class
Grid.StaticSectionUpdater
Methods in com.vaadin.client.widgets that return EscalatorUpdater Modifier and Type Method Description protected EscalatorUpdater
Grid. createBodyUpdater()
Creates the escalator updater used to update the body rows in this grid.protected EscalatorUpdater
Grid. createFooterUpdater()
Creates the escalator updater used to update the footer rows in this grid.protected EscalatorUpdater
Grid. createHeaderUpdater()
Creates the escalator updater used to update the header rows in this grid.EscalatorUpdater
Escalator.AbstractRowContainer. getEscalatorUpdater()
Methods in com.vaadin.client.widgets with parameters of type EscalatorUpdater Modifier and Type Method Description void
Escalator.AbstractRowContainer. setEscalatorUpdater(EscalatorUpdater escalatorUpdater)
Sets theEscalatorUpdater
to use when displaying data in the escalator.
-