Interface PageGridRow


@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class) public interface PageGridRow
A PageGridRow contains the placements of a row, without row spanning placements from upper rows.
  • Method Details

    • getPlacements

      List<PageGridPlacement> getPlacements()
      Returns the placements of this row.
      Returns:
      the placements of this row.
    • getEditablePlacements

      List<PageGridPlacement> getEditablePlacements()
      Returns the placements of this row that are editable.
      Returns:
      the placements of this row that are editable.
    • getHasItems

      boolean getHasItems()
      Checks if one of the placements of this row has at least one item
      Returns:
      true if one of the placements of this row has at least one item