com.ibm.portal.content
Interface LayoutNode
- All Superinterfaces:
- Identifiable, RenderAspect
- All Known Subinterfaces:
- LayoutContainer, LayoutControl, ModifiableLayoutContainer, ModifiableLayoutControl, ModifiableLayoutNode
public interface LayoutNode
- extends RenderAspect
An interface for the nodes of a LayoutModel.
- Since:
- 5.1.0.1
getMetrics
CompositionMetrics getMetrics()
throws ModelException,
DataException
- Deprecated. use getLayoutMetrics() instead
Returns metrics information of this composition element. This could be
for example the width of the node.
- Throws:
- DataException - if an error occured while accessing the database
- ModelException - if an error occured while accessing model information
getLayoutMetrics
LayoutMetrics getLayoutMetrics()
throws ModelException,
DataException
- Returns metrics information of this layout node. This could be
for example the width of the node.
- Throws:
- DataException - if an error occured while accessing the database
- ModelException - if an error occured while accessing model information