|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use 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 View in com.atlassian.gadgets.embedded.internal |
|---|
| Methods in com.atlassian.gadgets.embedded.internal with parameters of type View | |
|---|---|
URI |
GadgetUrlBuilder.build(GadgetState gadget,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
|
URI |
GadgetUrlBuilder.build(GadgetState gadget,
View view,
GadgetRequestContext gadgetRequestContext)
Deprecated. as of 2.0, use GadgetUrlBuilder.build(GadgetState, ModuleId, View, GadgetRequestContext) |
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 View in com.atlassian.gadgets.view |
|---|
| Fields in com.atlassian.gadgets.view declared as View | |
|---|---|
static View |
View.DEFAULT
Default View, which uses the default ViewType and
is writable. |
| Methods in com.atlassian.gadgets.view that return View | |
|---|---|
View |
View.Builder.build()
Returns a new ViewSettings object using the values in this
Builder. |
| Methods in com.atlassian.gadgets.view with parameters of type View | |
|---|---|
URI |
RenderedGadgetUriBuilder.build(GadgetState gadgetState,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
Returns the URL to the rendered gadget. |
URI |
RenderedGadgetUriBuilder.build(GadgetState gadgetState,
View view,
GadgetRequestContext gadgetRequestContext)
Deprecated. as of 2.0, use RenderedGadgetUriBuilder.build(GadgetState, ModuleId, View, GadgetRequestContext) |
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 | |||||||||