public final class UpdateLayoutChange extends Object implements DashboardChange
DashboardChange.Visitor
Constructor and Description |
---|
UpdateLayoutChange(Layout layout,
GadgetLayout gadgetLayout) |
Modifier and Type | Method and Description |
---|---|
void |
accept(DashboardChange.Visitor visitor)
Invokes the
Visitor s Visitor#visit(UpdateLayoutChange) method. |
GadgetLayout |
getGadgetLayout()
Get the layout of all the
Gadgets on the dashboard |
Layout |
getLayout()
Get the
Layout type, e.g. |
public UpdateLayoutChange(Layout layout, GadgetLayout gadgetLayout)
public void accept(DashboardChange.Visitor visitor)
Visitor
s Visitor#visit(UpdateLayoutChange)
method.accept
in interface DashboardChange
visitor
- Visitor
to invoke the specific visit
method on.public Layout getLayout()
Layout
type, e.g. three columnpublic GadgetLayout getGadgetLayout()
Gadgets
on the dashboardGadgets
on the dashboardCopyright © 2018 Atlassian. All rights reserved.