com.ibm.portal.content
Interface ModifiableLayoutNode

All Superinterfaces:
Identifiable, LayoutNode, Modifiable, ModifiableIdentifiable, ModifiableRenderAspect, RenderAspect
All Known Subinterfaces:
ModifiableLayoutContainer, ModifiableLayoutControl

public interface ModifiableLayoutNode
extends LayoutNode, Modifiable, ModifiableIdentifiable, ModifiableRenderAspect

An interface representing a modifiable layout node instance.

Since:
6.1.0

Method Summary
 ModifiableLayoutMetrics getModifiableLayoutMetrics()
          Returns the modifiable layout metrics of the layout node.
 
Methods inherited from interface com.ibm.portal.content.LayoutNode
getLayoutMetrics, getMetrics
 
Methods inherited from interface com.ibm.portal.content.ModifiableRenderAspect
confirmSetSkin, confirmSetTemplateName, setSkin, setTemplateName
 
Methods inherited from interface com.ibm.portal.content.RenderAspect
getSkin, getTemplateName
 
Methods inherited from interface com.ibm.portal.ModifiableIdentifiable
getModifiableObjectID
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 

Method Detail

getModifiableLayoutMetrics

ModifiableLayoutMetrics getModifiableLayoutMetrics()
                                                   throws ModelException
Returns the modifiable layout metrics of the layout node.

Returns:
modifiable layout metrics, never null
Throws:
ModelException