com.atlassian.jira.pageobjects.gadgets
Class Gadget

java.lang.Object
  extended by com.atlassian.jira.pageobjects.gadgets.Gadget

public class Gadget
extends Object

Implements a object for interacting with a JIRA Dashboard Gadget.


Constructor Summary
Gadget(String id)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gadget

public Gadget(String id)
Method Detail

init

public void init()

view

public GadgetView view()
Switches to the gadget iframe and returns a GadgetView which is the html page for the gadget.

Returns:

minimize

public void minimize()

maximize

public void maximize()

refresh

public void refresh()

getGadgetTitle

public String getGadgetTitle()


Copyright © 2002-2012 Atlassian. All Rights Reserved.