Uses of Interface
com.vaadin.client.widget.escalator.EscalatorUpdater
-
Packages that use EscalatorUpdater Package Description com.vaadin.client.widget.escalator com.vaadin.client.widget.treegrid 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 EscalatorUpdaterEscalatorUpdater. NULLAnEscalatorUpdaterthat doesn't render anything.Methods in com.vaadin.client.widget.escalator that return EscalatorUpdater Modifier and Type Method Description EscalatorUpdaterRowContainer. getEscalatorUpdater()Returns the currentEscalatorUpdaterused to render cells.Methods in com.vaadin.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.client.widget.treegrid
Classes in com.vaadin.client.widget.treegrid that implement EscalatorUpdater Modifier and Type Class Description protected classTreeGrid.BodyUpdaterBody updater that adds additional style to each row containing depth information inside the hierarchy.Methods in com.vaadin.client.widget.treegrid that return EscalatorUpdater Modifier and Type Method Description protected EscalatorUpdaterTreeGrid. createBodyUpdater() -
Uses of EscalatorUpdater in com.vaadin.client.widgets
Classes in com.vaadin.client.widgets that implement EscalatorUpdater Modifier and Type Class Description protected classGrid.BodyUpdaterEscalatorUpdater implementation for Grid's body section.protected classGrid.StaticSectionUpdaterEscalatorUpdater implementation for Grid's static sections (header and footer).Methods in com.vaadin.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.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.
-