Interface Spacer

    • Method Summary

      All Methods Instance Methods Abstract 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.
      • getRow

        int getRow()
        Gets the row index.
        Returns:
        the row index.