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
 Element getDecoElement()
          Gets the decorative element for this spacer.
 Element getElement()
          Gets the root element for the spacer content.
 int getRow()
          Gets the row index.
 

Method Detail

getElement

Element getElement()
Gets the root element for the spacer content.

Returns:
the root element for the spacer content

getDecoElement

Element getDecoElement()
Gets the decorative element for this spacer.


getRow

int getRow()
Gets the row index.

Returns:
the row index.


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.