| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThemeLinkItem
A theme contribution that creates a URL.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
boolean | isNewWindow()
Indicates if the URL should be opened in a new browser window or not. |
EngineURL | newURL()
Returns the generated URL. |
boolean | requiresPOST()
If the URL is an action, it should be rendered as a FORM POST instead of the usual GET. |
Methods inherited from interface com.ibm.portal.theme.plugin.ThemeItem |
---|
getTooltip, newIconURL |
Methods inherited from interface com.ibm.portal.theme.plugin.ThemeContent |
---|
getOrdinal, init |
Methods inherited from interface com.ibm.portal.ActiveFlag |
---|
isActive |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Method Detail |
---|
EngineURL newURL() throws StateException
null
value is
returned.
null
boolean requiresPOST()
true
if the URL is an actionboolean isNewWindow()
true
if the URL should be opened in a new window
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |