Class | Description |
---|---|
ConstructFactory | |
ConstructStaticHelpers | This class contains static methods that generate HTMLElements. |
ElementName | |
FactoryHelper | |
PTBannerType | |
PTBreadcrumbPath | An object of this class can be used to contruct the familiar breadcrumb path. The breadcrumb path construct contains an ordered list of text and/or links, separated by a separator character. |
PTButtonType | |
PTConstruct | |
PTConstructType | |
PTDatePicker | |
PTDurationCombo | |
PTDynamicQueryTable | |
PTImageType | This class contains an enumeration of all images appearing in the Plumtree portal ui. An HTMLImg object can be obtained for any one of these images from the PTConstructFactory in the following way: HTMLImg i = (HTMLImg) PTConstructFactory.GetConstruct( PTImageType.MY_IMAGE ).GetHTMLElement(); If you wish to add an image to this class, search for the string "ADD_HERE", and you will find comments describing what to do. |
PTListItem | |
PTListItemSubLink | |
PTQueryCondition | |
PTStyleClass | |
PTStyleSheetLink | This construct creates a style sheet HTMLLink. Eventually, this should programmatically determine the correct style sheet based upon the user's preferences and language/locale. |
PTTableBuilder |