com.ibm.mashups.enabler.model
Interface ThemeModel

All Superinterfaces:
ListModel, Locator, Model, ResourceLocator

public ThemeModel
extends ListModel, ResourceLocator

Interface for a theme model. This list model describes a list of theme objects.

The theme model supports the following strategies:


Method Summary
 SkinModel getSkinModel(Theme theme)
           Returns the skin model for the given theme.
 
Methods inherited from interface com.ibm.mashups.enabler.ListModel
iterator
 
Methods inherited from interface com.ibm.mashups.enabler.model.Model
setStrategy, getStrategies, getStrategy, addStrategy, removeStrategy
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 
Methods inherited from interface com.ibm.mashups.enabler.ResourceLocator
findResourceUrl, findResourceURL
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 

Method Detail

getSkinModel

SkinModel getSkinModel(Theme theme)
Returns the skin model for the given theme.

Parameters:
theme - the Theme for which to return the skin model; must not be null
Returns:
skin model for given theme, Never null.


Copyright IBM Corp. 2010 All Rights Reserved.