Uiinfrastructure API Docs  
 

AActivitySpace.GetIsInPlaceRefreshEnabled Method 

This method is used to return whether this Activity Space has in place refresh enabled. If it is enabled, then we can, for example, include the JavaScript for JSXML. This method should be used carefully in shared components because if shared components use this method, then any time you add any in-place to an AS, you will have to implement it for all the shared components. Shared components that require you to implement a partial content display method should use another way to determine if they should be enabled or not.

public virtual bool GetIsInPlaceRefreshEnabled();

Return Value

boolean True if this AS has enabled in place refresh.

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace