public class EditorInlineSuggestOptions
extends org.primefaces.shaded.json.JSONObject
implements java.io.Serializable
| Constructor and Description |
|---|
EditorInlineSuggestOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMode() |
java.lang.Boolean |
isEnabled() |
EditorInlineSuggestOptions |
setEnabled(java.lang.Boolean enabled) |
EditorInlineSuggestOptions |
setMode(EInlineSuggestMode mode) |
EditorInlineSuggestOptions |
setMode(java.lang.String mode) |
accumulate, append, doubleToString, entrySet, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getFloat, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getNumber, getString, has, increment, isDecimalNotation, isEmpty, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optFloat, optFloat, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optNumber, optNumber, optQuery, optQuery, optString, optString, put, put, put, put, put, put, put, put, putOnce, putOpt, query, query, quote, quote, remove, similar, stringToNumber, stringToValue, testValidity, toJSONArray, toMap, toString, toString, valueToString, wrap, write, writepublic java.lang.Boolean isEnabled()
public EditorInlineSuggestOptions setEnabled(java.lang.Boolean enabled)
public java.lang.String getMode()
subword to only show ghost text if the replace text is a sub word of the suggestion
text. Use subwordSmart to only show ghost text if the replace text is a sub word of the suggestion text,
but the sub word must start after the cursor position. Defaults to prefix.public EditorInlineSuggestOptions setMode(EInlineSuggestMode mode)
public EditorInlineSuggestOptions setMode(java.lang.String mode)
Copyright © 2011–2021. All rights reserved.