Plumtree Portal UI  
 

SearchFormFactory Class

Factory class that manufactures a com.plumtree.xpshared.htmlelements.HTMLForm that encodes search requests and submits them to any ActivitySpace that includes a SearchResultModel. Note: If your form is used to find certain types of administrative objects, optionally within certain folders, you should probably call the static method GetObjectSearchForm(); this is the easiest way to make a form that works and satisfies portal UI standards. If you're making any other type of search form, you need to instantiate a SearchFormFactory object and add constraints and HTML elements to it, one at a time. Sample usage: see package com.plumtree.portalpagessample.search

For a list of all members of this type, see SearchFormFactory Members.

System.Object
   com.plumtree.portaluiinfrastructure.search.SearchFormFactory

public class SearchFormFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.search

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

SearchFormFactory Members | com.plumtree.portaluiinfrastructure.search Namespace