Class WebappFindOptions

java.lang.Object
ro.sync.ecss.extensions.api.webapp.findreplace.WebappFindOptions

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class WebappFindOptions extends Object
Find/Replace options.
Since:
19.1
  • 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.