Uses of Interface
com.vaadin.v7.client.widget.escalator.EscalatorUpdater
-
Packages that use EscalatorUpdater Package Description com.vaadin.v7.client.widget.escalator com.vaadin.v7.client.widgets -
-
Uses of EscalatorUpdater in com.vaadin.v7.client.widget.escalator
Fields in com.vaadin.v7.client.widget.escalator declared as EscalatorUpdater Modifier and Type Field Description static EscalatorUpdaterEscalatorUpdater. NULLAnEscalatorUpdaterthat doesn't render anything.Methods in com.vaadin.v7.client.widget.escalator that return EscalatorUpdater Modifier and Type Method Description EscalatorUpdaterRowContainer. getEscalatorUpdater()Returns the currentEscalatorUpdaterused to render cells.Methods in com.vaadin.v7.client.widget.escalator with parameters of type EscalatorUpdater Modifier and Type Method Description voidRowContainer. setEscalatorUpdater(EscalatorUpdater escalatorUpdater)Sets theEscalatorUpdaterto use when displaying data in the escalator. -
Uses of EscalatorUpdater in com.vaadin.v7.client.widgets
Classes in com.vaadin.v7.client.widgets that implement EscalatorUpdater Modifier and Type Class Description protected classGrid.BodyUpdaterprotected classGrid.StaticSectionUpdaterMethods in com.vaadin.v7.client.widgets that return EscalatorUpdater Modifier and Type Method Description protected EscalatorUpdaterGrid. createBodyUpdater()Creates the escalator updater used to update the body rows in this grid.protected EscalatorUpdaterGrid. createFooterUpdater()Creates the escalator updater used to update the footer rows in this grid.protected EscalatorUpdaterGrid. createHeaderUpdater()Creates the escalator updater used to update the header rows in this grid.EscalatorUpdaterEscalator.AbstractRowContainer. getEscalatorUpdater()Methods in com.vaadin.v7.client.widgets with parameters of type EscalatorUpdater Modifier and Type Method Description voidEscalator.AbstractRowContainer. setEscalatorUpdater(EscalatorUpdater escalatorUpdater)Sets theEscalatorUpdaterto use when displaying data in the escalator.
-