public final class GadgetLayout extends Object
Defines how gadgets should be layed out on a dashboard.
Constructor and Description |
---|
GadgetLayout(List<? extends Iterable<GadgetId>> columnLayout) |
Modifier and Type | Method and Description |
---|---|
Iterable<GadgetId> |
getGadgetsInColumn(int column)
Returns the IDs of the gadgets that appear in a given column.
|
int |
getNumberOfColumns()
Returns the number of columns that should be on the dashboard.
|
Copyright © 2018 Atlassian. All rights reserved.