Plumtree Portal UI  
 

IntrinsicPortletModel.ControlExists Method 

Returns true if the portlet has a control associated with it. This function should be implemented by the child class.

public abstract bool ControlExists();

Return Value

Returns true if portlet has control. Otherwise return false.

Implements

IIntrinsicPortletModelRO.ControlExists

See Also

IntrinsicPortletModel Class | com.plumtree.portaluiinfrastructure.intrinsicportlets Namespace | IIntrinsicPortletModelRO#ControlExists