

Public Member Functions | |
| _.iKnow.Filters.Filter | CreateCustomFilter (_.Library.String pFilterType, _.Library.String pSettings) |
| Subclasses can override this method to instantiate an actual <class>iKnow.Filters.Filter</class> More... | |
| _.Library.Status | DrawCustomFilterInputs (_.Library.String pFilterType, _.Library.String pSettings) |
| Subclasses can override this method to draw the input fields specific to a custom. More... | |
| getCustomFilterSettings (filterType) | |
| Subclasses can override this method to pick up the values of the input fields. More... | |
| onloadHandler () | |
| This client event, if present, is fired when the page is loaded. | |
Static Public Member Functions | |
| _.Library.Status | GetCustomFilterTypes (pCustomFilterTypes) |
| Subclasses can override this method to supply custom filter types to be displayed. More... | |
| _.iKnow.Filters.Filter CreateCustomFilter | ( | _.Library.String | pFilterType, |
| _.Library.String | pSettings | ||
| ) |
Subclasses can override this method to instantiate an actual <class>iKnow.Filters.Filter</class>
object based on the supplied settings. pSettings is the string capturing user input, as assembled by <method>getCustomFilterSettings</method>.
| _.Library.Status DrawCustomFilterInputs | ( | _.Library.String | pFilterType, |
| _.Library.String | pSettings | ||
| ) |
Subclasses can override this method to draw the input fields specific to a custom.
filter type added through <method>GetCustomFilterTypes</method>. pSettings is the string capturing user input, as assembled by <method>getCustomFilterSettings</method>.
|
static |
Subclasses can override this method to supply custom filter types to be displayed.
in the filter type dropdown in the following format: pCustomFilterTypes(typeName) = typeLabel
| getCustomFilterSettings | ( | filterType | ) |
Subclasses can override this method to pick up the values of the input fields.
specific to a custom filter type as draw in <method>DrawCustomFilterIntputs</method> and concatenate them into a settings string.
| domain |
| drill |
| enableAutocomplete |
| filter |
| filtermode |
| includeOtherNamespaces |
| languageMode |
| pageSize |
| skiplists |
| source |
| summaryPct |
| term |
| useRepresentationForm |
| useStemming |