Uses of Interface
com.vaadin.v7.client.widget.escalator.RowContainer
-
Packages that use RowContainer Package Description com.vaadin.v7.client.widget.escalator com.vaadin.v7.client.widgets -
-
Uses of RowContainer in com.vaadin.v7.client.widget.escalator
Subinterfaces of RowContainer in com.vaadin.v7.client.widget.escalator Modifier and Type Interface Description static interfaceRowContainer.BodyRowContainerThe row container for the body section in anEscalator. -
Uses of RowContainer in com.vaadin.v7.client.widgets
Classes in com.vaadin.v7.client.widgets that implement RowContainer Modifier and Type Class Description classEscalator.AbstractRowContainerMethods in com.vaadin.v7.client.widgets that return RowContainer Modifier and Type Method Description RowContainerEscalator. findRowContainer(com.google.gwt.dom.client.Element element)Returns theRowContainerwhich contains the element.RowContainerEscalator. getFooter()Returns the row container for the footer in this Escalator.RowContainerEscalator. getHeader()Returns the row container for the header in this Escalator.Constructors in com.vaadin.v7.client.widgets with parameters of type RowContainer Constructor Description StaticSectionUpdater(Grid.StaticSection<?> section, RowContainer container)
-