Interface IRowContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContainerContent, IContent, IElement, IStyledElement

public interface IRowContent extends IContainerContent
Provides the interfaces for the Row AbstractContent
  • Method Details

    • getRowID

      int getRowID()
      Get the row id
      Returns:
      the row id
    • setRowID

      void setRowID(int rowID)
      Set the row id
      Parameters:
      rowID - row id
    • getTable

      ITableContent getTable()
      Get the table
      Returns:
      the table
    • getGroupId

      String getGroupId()
      Get the group id
      Returns:
      the group id
    • setGroupId

      void setGroupId(String groupId)
      Set the group id
      Parameters:
      groupId - group id
    • getGroup

      IGroupContent getGroup()
      Get the group
      Returns:
      the group
    • getBand

      IBandContent getBand()
      Get the band
      Returns:
      the band
    • setRepeatable

      void setRepeatable(boolean repeatable)
      Set repeatable
      Parameters:
      repeatable - is repeatable
    • isRepeatable

      boolean isRepeatable()
      Is repeatable
      Returns:
      is repeatable