| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ControlLocator
A locator for finding LayoutControls in a layout model. This locator interface is optionally implemented by LayoutModel implementations.
| Method Summary | |
|---|---|
| ListModel | findAllControls()
Finds all layout nodes representing a control on the layout model for this page. |
| ListModel | findControlByConcretePortletID(ObjectID aConcretePortletObjectID)
Deprecated. use findControlByPortletEntityID(ObjectID) instead Finds the layout node representing a control that holds the concrete portlet with the given object ID. |
| ListModel | findControlByPortletDefinitionID(ObjectID aPortletDefinitionID)
Finds the layout node representing a control that is backed by a portlet definition of the given ID. |
| ListModel | findControlByPortletEntityID(ObjectID aPortletEntityID)
Finds the layout node representing a control that is backed by a portlet entity of the given ID. |
| ListModel | findControlByPortletInstanceID(ObjectID aPortletInstanceObjectID)
Deprecated. use findControlByPortletDefinitionID(ObjectID) instead Finds the layout node representing a control that holds the portlet instance with the given object ID. |
| Methods inherited from interface com.ibm.portal.Locator |
|---|
| findByID, findByUniqueName |
| Method Detail |
|---|
ListModel findControlByPortletInstanceID(ObjectID aPortletInstanceObjectID)
ListModel findControlByConcretePortletID(ObjectID aConcretePortletObjectID)
ListModel findAllControls()
null. The order of the elements is not defined.ListModel findControlByPortletEntityID(ObjectID aPortletEntityID)
null. The order of controls is not defined.ListModel findControlByPortletDefinitionID(ObjectID aPortletDefinitionID)
null. The order of controls is not defined.
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||