|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| com.atlassian.gadgets.dashboard | This package contains the main APIs for interacting with dashboards and gadgets. |
| Uses of Layout in com.atlassian.gadgets.dashboard |
|---|
| Methods in com.atlassian.gadgets.dashboard that return Layout | |
|---|---|
Layout |
DashboardState.getLayout()
Returns the Layout of the dashboard. |
static Layout |
Layout.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Layout[] |
Layout.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.gadgets.dashboard with parameters of type Layout | |
|---|---|
DashboardState.Builder |
DashboardState.Builder.layout(Layout layout)
Set the Layout of the DashboardState under construction and return this Builder
to allow further construction to be done. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||