@Immutable public final class DashboardColumns extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static DashboardColumns |
from(Iterable<? extends Iterable<DashboardItemState>> columns,
int numberOfColumns) |
List<List<DashboardItemState>> |
getColumns()
Returns an immutable List of all columns represented as a list of items.
|
List<DashboardItemState> |
getItemsInColumn(DashboardState.ColumnIndex column)
Returns an immutable
List of the DashboardStateItems in the given column. |
int |
hashCode() |
int |
numberOfColumns() |
String |
toString() |
public List<DashboardItemState> getItemsInColumn(DashboardState.ColumnIndex column)
List of the DashboardStateItems in the given column. column - the index of the column to retrieve the DashboardItemStates forList of the DashboardItemStates in the columnpublic List<List<DashboardItemState>> getColumns()
public int numberOfColumns()
public static DashboardColumns from(Iterable<? extends Iterable<DashboardItemState>> columns, int numberOfColumns)
Copyright © 2024 Atlassian. All rights reserved.