Package com.vaadin.client.widget.escalator
-
Interface Summary Interface Description ColumnConfiguration A representation of the columns in an instance ofEscalator
.EscalatorUpdater An interface that allows client code to define how a certain row in Escalator will be displayed.PositionFunction A functional interface that can be used for positioning elements in the DOM.Row A representation of a row in anEscalator
.RowContainer A representation of the rows in each of the sections (header, body and footer) in anEscalator
.RowContainer.BodyRowContainer The row container for the body section in anEscalator
.RowVisibilityChangeHandler Event handler that gets notified when the range of visible rows changes e.g.ScrollbarBundle.VisibilityHandler A means to listen to when the scrollbar handle in aScrollbarBundle
either appears or is removed.Spacer A representation of a spacer element in aRowContainer.BodyRowContainer
.SpacerUpdater An interface that handles the display of content for spacers. -
Class Summary Class Description Cell Describes a cellFlyweightCell FlyweightRow An internal implementation of theRow
interface.PositionFunction.Translate3DPosition A position function using "transform: translate3d(x,y,z)" to position elements in the DOM.PositionFunction.TranslatePosition A position function using "transform: translate(x,y)" to position elements in the DOM.PositionFunction.WebkitTranslate3DPosition A position function using "-webkit-transform: translate3d(x,y,z)" to position elements in the DOM.RowVisibilityChangeEvent Event fired when the range of visible rows changes e.g. because of scrolling.ScrollbarBundle An element-like bundle representing a configurable and visual scrollbar in one axis.ScrollbarBundle.HorizontalScrollbarBundle A representation of a single horizontal scrollbar.ScrollbarBundle.VerticalScrollbarBundle A representation of a single vertical scrollbar.ScrollbarBundle.VisibilityChangeEvent Event for scrollbar visibility changes. -
Enum Summary Enum Description ScrollbarBundle.Direction The orientation of the scrollbar.