public class Gadget extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getGadgetTitle() |
void |
init() |
void |
maximize() |
void |
minimize() |
void |
refresh() |
GadgetView |
view()
Switches to the gadget iframe and returns a GadgetView which is the html page for the gadget.
|
public Gadget(String id)
public void init()
public GadgetView view()
public void minimize()
public void maximize()
public void refresh()
public String getGadgetTitle()
Copyright © 2015 Atlassian. All rights reserved.