Package | Description |
---|---|
com.atlassian.gadgets.dashboard.internal | |
com.atlassian.gadgets.dashboard.internal.velocity | |
com.atlassian.gadgets.dashboard.view | |
com.atlassian.gadgets.embedded.internal |
Handles construction of gadget <iframes>, rendering, and URLs
to Shindig's gadget rendering servlet.
|
com.atlassian.gadgets.view |
Contains classes related to the rendering and display of gadgets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractViewComponent |
Modifier and Type | Method and Description |
---|---|
ViewComponent |
VelocityViewFactory.createDashboardView(Iterable<DashboardTab> tabs,
DashboardState selectedTabDashboardState,
String username,
int maxGadgets,
GadgetRequestContext gadgetRequestContext) |
Modifier and Type | Method and Description |
---|---|
ViewComponent |
DashboardTabViewFactory.createDashboardView(Iterable<DashboardTab> tabs,
DashboardState selectedTabDashboardState,
String username,
int maxGadgets,
GadgetRequestContext gadgetRequestContext)
Returns a
ViewComponent that will render the DashboardState and DashboardTab s
customizing the view based on the permissions the user has to view/edit the dashboard and the
specified Locale . |
Modifier and Type | Method and Description |
---|---|
ViewComponent |
GadgetViewFactoryImpl.createGadgetView(GadgetState state,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext) |
ViewComponent |
GadgetViewFactoryImpl.createGadgetView(GadgetState state,
View view,
GadgetRequestContext gadgetRequestContext)
|
Modifier and Type | Method and Description |
---|---|
ViewComponent |
GadgetViewFactory.createGadgetView(GadgetState state,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
Returns a
ViewComponent that will render the GadgetState , customizing the view based on the
Locale specified in the GadgetRequestContext and the desired ViewType . |
ViewComponent |
GadgetViewFactory.createGadgetView(GadgetState state,
View view,
GadgetRequestContext gadgetRequestContext)
|
Copyright © 2018 Atlassian. All rights reserved.