com.ibm.portal.content
Interface ThemeProvider
- All Known Subinterfaces:
- ContentLabel, ContentPage, LayoutModel<E>, LayoutModelController<T,M>, ModifiableContentLabel, ModifiableContentPage, ModifiableStaticContentPage, StaticContentPage, ThemeSetter
-
public interface ThemeProvider
An interface that allows the retrieval of a Theme that is associated with a portal resource.
- Since:
- 5.1.0.1
Method Summary
|
Theme |
getTheme()
Return the theme associated with this element. |
getTheme
Theme getTheme()
- Returns the theme associated with this element.
- Returns:
- the theme set for this element or null if none was set.