com.atlassian.jira.portal.PortletConfiguration |
Known Indirect Subclasses |
A representation of a configuration for a Google Gadget.
Only the main implementation (PortletConfigurationImpl), properly uses the full interface.Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the color to use when rendering the Chrome of this gadget.
| |||||||||||
Represents the column that the configured portlet resides in.
| |||||||||||
Provides the dashboard page id.
| |||||||||||
Returns the URI pointing to the Gadget XML for this particular portlet.
| |||||||||||
Return the id of the PortletConfiguration.
| |||||||||||
Represents the row that the configured portlet resides in.
| |||||||||||
An unmodifiable map of user preferences stored for this gadget.
| |||||||||||
Set the color of the chrome for a gadget.
| |||||||||||
Sets the column for the Portlet, effectively moving the portlet left or right on the page.
| |||||||||||
Sets the dashboard page id.
| |||||||||||
Sets the row for the Portlet, effectively moving the portlet up or down on the page.
| |||||||||||
Sets the userPreferences for this portletconfig.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Comparable
|
Returns the color to use when rendering the Chrome of this gadget.
Represents the column that the configured portlet resides in.
Returns the URI pointing to the Gadget XML for this particular portlet. May return null for legacy portlets (that don't implement the Gadget spec).
Return the id of the PortletConfiguration.
Represents the row that the configured portlet resides in.
An unmodifiable map of user preferences stored for this gadget. Will return an empty map in the case of a legacy gadget.
Set the color of the chrome for a gadget.
color | the color of the chrome for a gadget. |
---|
Sets the column for the Portlet, effectively moving the portlet left or right on the page.
column | the column number starting from 1. |
---|
Sets the dashboard page id.
portalPageId | the dashboard page id. |
---|
Sets the row for the Portlet, effectively moving the portlet up or down on the page.
row | the row number starting from 1. |
---|
Sets the userPreferences for this portletconfig.
userPrefs | A map of key value pairs |
---|