Interface Spacer
-
public interface SpacerA representation of a spacer element in aRowContainer.BodyRowContainer.- Since:
- 7.5.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.ElementgetDecoElement()Gets the decorative element for this spacer.com.google.gwt.dom.client.ElementgetElement()Gets the root element for the spacer content.intgetRow()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.
-
getRow
int getRow()
Gets the row index.- Returns:
- the row index.
-
-