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