com.vaadin.client.widget.escalator.
Package com.vaadin.client.widget.escalator
-
Interface Summary Interface Description ColumnConfiguration A representation of the columns in an instance of
Escalator
.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 an
Escalator
.RowContainer A representation of the rows in each of the sections (header, body and footer) in an
Escalator
.RowContainer.BodyRowContainer The row container for the body section in an
Escalator
.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 a
ScrollbarBundle
either appears or is removed.Spacer A representation of a spacer element in a
RowContainer.BodyRowContainer
.SpacerUpdater An interface that handles the display of content for spacers.
-
Class Summary Class Description Cell Describes a cell
FlyweightCell A
FlyweightCell
represents a cell in theGrid
orEscalator
at a certain point in time.FlyweightRow An internal implementation of the
Row
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.
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.