Uses of Interface
com.vaadin.client.widget.escalator.SpacerUpdater
-
Packages that use SpacerUpdater Package Description com.vaadin.client.widget.escalator -
-
Uses of SpacerUpdater in com.vaadin.client.widget.escalator
Fields in com.vaadin.client.widget.escalator declared as SpacerUpdater Modifier and Type Field Description static SpacerUpdater
SpacerUpdater. NULL
A spacer updater that does nothing.Methods in com.vaadin.client.widget.escalator that return SpacerUpdater Modifier and Type Method Description SpacerUpdater
RowContainer.BodyRowContainer. getSpacerUpdater()
Gets the spacer updater currently in use.Methods in com.vaadin.client.widget.escalator with parameters of type SpacerUpdater Modifier and Type Method Description void
RowContainer.BodyRowContainer. setSpacerUpdater(SpacerUpdater spacerUpdater)
Sets a new spacer updater.
-