Uiinfrastructure API Docs  
 

UIConstructFactory.GetConstruct Method (PTConstructType)

Call this method to obtain a PTConstruct.

public static PTConstruct GetConstruct(
   PTConstructType type
);

Parameters

type
Pass the type of construct you wish to obtain. Construct types are available as static members of the various PTConstructType classes.

See Also

UIConstructFactory Class | com.plumtree.uiinfrastructure.htmlconstructs Namespace | UIConstructFactory.GetConstruct Overload List