Plumtree UI Infrastructure API  
 

IPageControl Methods

The methods of the IPageControl interface are listed below. For a complete list of IPageControl interface members, see the IPageControl Members topic.

Public Instance Methods

GetComponentHTML This method serves as a getter for component HTML. Sub-classes must implement this method.
GetComponentMgr Return a ComponentMgr of the type responsisble for this PageControl.
GetComponentMgrName Return the name of the ComponentMgr of the type responsible for this Page Control.
GetUniqueInstanceID This method returns the string used to uniquely idenify this component on a page.
StoreUserInput This abstract method stores the input submitted by the user. It should be called after a POST or GET. In the case of the date picker, it would store the date.

See Also

IPageControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace