com.ibm.mashups.enabler.runtime.skin
Interface RuntimeSkinLocator

All Superinterfaces:
Locator

public RuntimeSkinLocator
extends Locator

This locator interface allows for searching on the runtime skin model

Since:
2.4

Method Summary
 ModifiableRuntimeSkinNode findByLayoutNode(LayoutNode layoutNode)
           Returns the runtime skin for the specified layout node
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 

Method Detail

findByLayoutNode

ModifiableRuntimeSkinNode findByLayoutNode(LayoutNode layoutNode)
Returns the runtime skin for the specified layout node

Parameters:
layoutNode - the LayoutNode object used to find the RuntimeSkinNode. Must not be null.
Returns:
runtime skin node for this LayoutNode, or null if LayoutNode does not exist. Will also return null if the specified Layout Node is not active (ie, not on the current page)
See Also:
ModifiableRuntimeSkinNode


Copyright IBM Corp. 2010 All Rights Reserved.