|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeGadgetColorHandler
Interface for changing the color of a gadget on a dashboard.
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
setGadgetColor(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
com.atlassian.gadgets.GadgetId gadgetId,
com.atlassian.gadgets.dashboard.Color color)
Sets the color of the specified gadget to the specified color. |
| Method Detail |
|---|
javax.ws.rs.core.Response setGadgetColor(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
com.atlassian.gadgets.GadgetId gadgetId,
com.atlassian.gadgets.dashboard.Color color)
dashboardId - the dashboard hosting the gadgetgadgetRequestContext - the context of this requestgadgetId - the ID of the gadget to changecolor - the new color of the gadget
Response for the client with details on the success
or failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||