public interface ChooseByNameViewModel
Modifier and Type | Method and Description |
---|---|
boolean |
canShowListForEmptyPattern()
If true, top matching candidates should be shown in the popup also when the entered pattern is empty.
|
int |
getMaximumListSizeLimit()
Returns the maximum number of candidates to show in the popup.
|
ChooseByNameModel |
getModel() |
Project |
getProject() |
boolean |
isSearchInAnyPlace()
If true, the pattern entered in the dialog should be searched anywhere in the text of the candidate items, not just in the beginning.
|
java.lang.String |
transformPattern(java.lang.String pattern)
Transforms text entered by the user in the dialog into the search pattern (for example, removes irrelevant suffixes like "line ...")
|
Project getProject()
ChooseByNameModel getModel()
boolean isSearchInAnyPlace()
java.lang.String transformPattern(java.lang.String pattern)
boolean canShowListForEmptyPattern()
int getMaximumListSizeLimit()