|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewComponent | |
|---|---|
| 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. |
| Uses of ViewComponent in com.atlassian.gadgets.dashboard.internal |
|---|
| Classes in com.atlassian.gadgets.dashboard.internal that implement ViewComponent | |
|---|---|
class |
AbstractViewComponent
|
| Uses of ViewComponent in com.atlassian.gadgets.dashboard.internal.velocity |
|---|
| Methods in com.atlassian.gadgets.dashboard.internal.velocity that return ViewComponent | |
|---|---|
ViewComponent |
VelocityViewFactory.createDashboardView(Iterable<DashboardTab> tabs,
DashboardState selectedTabDashboardState,
String username,
int maxGadgets,
GadgetRequestContext gadgetRequestContext)
|
| Uses of ViewComponent in com.atlassian.gadgets.dashboard.view |
|---|
| Methods in com.atlassian.gadgets.dashboard.view that return ViewComponent | |
|---|---|
ViewComponent |
DashboardTabViewFactory.createDashboardView(Iterable<DashboardTab> tabs,
DashboardState selectedTabDashboardState,
String username,
int maxGadgets,
GadgetRequestContext gadgetRequestContext)
Returns a ViewComponent that will render the DashboardState and DashboardTabs
customizing the view based on the permissions the user has to view/edit the dashboard and the
specified Locale. |
| Uses of ViewComponent in com.atlassian.gadgets.embedded.internal |
|---|
| Methods in com.atlassian.gadgets.embedded.internal that return ViewComponent | |
|---|---|
ViewComponent |
GadgetViewFactoryImpl.createGadgetView(GadgetState state,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
|
ViewComponent |
GadgetViewFactoryImpl.createGadgetView(GadgetState state,
View view,
GadgetRequestContext gadgetRequestContext)
Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState,com.atlassian.gadgets.view.ModuleId,com.atlassian.gadgets.view.View,com.atlassian.gadgets.GadgetRequestContext) |
| Uses of ViewComponent in com.atlassian.gadgets.view |
|---|
| Methods in com.atlassian.gadgets.view that return ViewComponent | |
|---|---|
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)
Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View,com.atlassian.gadgets.GadgetRequestContext) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||