{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD 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
Method Summary LayoutMetrics getLayoutMetrics()
Returns metrics information of this layout node.CompositionMetrics getMetrics()
Deprecated. use getLayoutMetrics() instead Returns metrics information of this composition element. This could be for example the width of the node.
Methods inherited from interface com.ibm.portal.content.RenderAspect getSkin, getTemplateName
Methods inherited from interface com.ibm.portal.Identifiable getObjectID
Method Detail 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
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD