{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.content
Interface DerivedLayoutControlCreationContext

All Superinterfaces:
CreationContext, LayoutControlCreationContext
public interface DerivedLayoutControlCreationContext
extends LayoutControlCreationContext

A node creation context for LayoutControls.

Since:
8.5

Method Summary
 Identifiable getDerivationParent()
          The derivation parent of the control that is to be created.
 
Methods inherited from interface com.ibm.portal.content.LayoutControlCreationContext
getPortletDefinition, getPortletEntity
 

Method Detail

getDerivationParent

Identifiable getDerivationParent()
The derivation parent of the control that is to be created.

Returns:
the layout control for which a derived layout control is to be created; May not be null.
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD