Class WebappFindOptions
java.lang.Object
ro.sync.ecss.extensions.api.webapp.findreplace.WebappFindOptions
Find/Replace options.
- Since:
- 19.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setMatchCase
(boolean matchCase) void
setWholeWords
(boolean wholeWords)
-
Constructor Details
-
WebappFindOptions
public WebappFindOptions()
-
-
Method Details
-
isMatchCase
public boolean isMatchCase()- Returns:
- Returns
true
if search should be case sensitive.
-
setMatchCase
public void setMatchCase(boolean matchCase) - Parameters:
matchCase
-true
if search should be case sensitive.
-
setWholeWords
public void setWholeWords(boolean wholeWords) - Parameters:
wholeWords
-true
if search should match whole words only.
-
isWholeWords
public boolean isWholeWords()- Returns:
- Returns
true
if search should match whole words only.
-