+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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.
 

Method Detail

getTheme

Theme getTheme()
Returns the theme associated with this element.

Returns:
the theme set for this element or null if none was set.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD