Méthode | Description | |
---|---|---|
bubbleEvent ( $sender, $param ) | Sets the SearchCondition of the TScaffoldListView as the search terms given by the text of the search text box. | |
getListViewID ( ) : string | ||
getSearchButton ( ) : TButton | ||
getSearchText ( ) : TTextBox | ||
getSearchableFields ( ) : string | ||
setListViewID ( $value ) | ||
setSearchableFields ( $value ) |
Méthode | Description | |
---|---|---|
createSearchCondition ( ) : string | ||
getFields ( ) : array | ||
getListView ( ) : |
public bubbleEvent ( $sender, $param ) |
protected createSearchCondition ( ) : string | ||
Résultat | string | the search criteria for the search terms in the search text box. |
protected getListView ( ) : |
||
Résultat | the scaffold list view this search box belongs to. |
public getListViewID ( ) : string | ||
Résultat | string | ID of the TScaffoldListView this search control belongs to. |
public getSearchButton ( ) : TButton | ||
Résultat | TButton | button with default label "Search". |
public getSearchText ( ) : TTextBox | ||
Résultat | TTextBox | search text box. |
public getSearchableFields ( ) : string | ||
Résultat | string | comma delimited list of fields that may be searched. |