Uiinfrastructure API Docs  
 

ConstructFactory.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.

Return Value

See Also

ConstructFactory Class | com.plumtree.xpshared.htmlconstructs Namespace | ConstructFactory.GetConstruct Overload List