com.ibm.mashups.enabler.layout
Interface LayoutNode

All Superinterfaces:
Identifiable, MetaData, ModifiableMetaData, com.ibm.mashups.enabler.Transformable

public LayoutNode
extends com.ibm.mashups.enabler.Transformable, ModifiableMetaData, Identifiable

Base interface for layout elements.


Method Summary
 String getLayoutNodeType()
           Returns the type of this layout node as defined inConstants .
 
Methods inherited from interface com.ibm.mashups.enabler.ModifiableMetaData
setMetaData, confirmSetMetaData, removeMetaData, confirmRemoveMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.MetaData
getMetaDataNames, getMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 

Method Detail

getLayoutNodeType

String getLayoutNodeType()
Returns the type of this layout node as defined inConstants .

Returns:
type of this layout node


Copyright IBM Corp. 2010 All Rights Reserved.