|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.WSuggestionPopup.Options
public static class WSuggestionPopup.Options
A configuration object to generate a matcher and replacer JavaScript function.
WSuggestionPopup| Field Summary | |
|---|---|
java.lang.String |
appendReplacedText
When replacing the current edited value with suggestion value, append the following string as well. |
java.lang.String |
highlightBeginTag
Open tag to highlight a match in a suggestion. |
java.lang.String |
highlightEndTag
Close tag to highlight a match in a suggestion. |
char |
listSeparator
When editing a list of values, the separator used for different items. |
java.lang.String |
whitespace
When editing a value, the whitespace characters ignored before the current value. |
java.lang.String |
wordSeparators
To show suggestions based on matches of the edited value with parts of the suggestion. |
| Constructor Summary | |
|---|---|
WSuggestionPopup.Options()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String highlightBeginTag
Must be an opening markup tag, such as <b>.
Used during matching.
public java.lang.String highlightEndTag
Must be a closing markup tag, such as </b>.
Used during matching.
public char listSeparator
For example, ',' to separate different values on komma. Specify 0 ('\0') for no list separation.
Used during matching and replacing.
public java.lang.String whitespace
For example, " \\n" to ignore spaces and newlines.
Used during matching and replacing.
public java.lang.String wordSeparators
For example, " .@" will also match with suggestion text after a space, a dot (.) or an at-symbol (@).
Used during matching.
public java.lang.String appendReplacedText
Used during replacing.
| Constructor Detail |
|---|
public WSuggestionPopup.Options()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||