We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widget.escalator.
Interface Spacer
-
public interface Spacer
A representation of a spacer element in a
RowContainer.BodyRowContainer
.Since:
7.5.0
Author:
Vaadin Ltd
-
-
Method Summary
All Methods Modifier and Type Method Description com.google.gwt.dom.client.Element
getDecoElement()
Gets the decorative element for this spacer.
com.google.gwt.dom.client.Element
getElement()
Gets the root element for the spacer content.
int
getRow()
Gets the row index.
-
-
-
Method Detail
-
getElement
com.google.gwt.dom.client.Element getElement()
Gets the root element for the spacer content.
Returns:
the root element for the spacer content
-
getDecoElement
com.google.gwt.dom.client.Element getDecoElement()
Gets the decorative element for this spacer.
Returns:
the decorative element
-
getRow
int getRow()
Gets the row index.
Returns:
the row index.
-
-