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 Summary
Modifier and TypeMethodDescriptionReturns the placements of this row that are editable.boolean
Checks if one of the placements of this row has at least one itemReturns the placements of this row.
-
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
-