Class EditorQuickSuggestionsOptions
- java.lang.Object
-
- org.primefaces.shaded.json.JSONObject
-
- org.primefaces.extensions.model.monacoeditor.EditorQuickSuggestionsOptions
-
- All Implemented Interfaces:
java.io.Serializable
public class EditorQuickSuggestionsOptions extends org.primefaces.shaded.json.JSONObject implements java.io.SerializableConfiguration options for quick suggestions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditorQuickSuggestionsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EQuickSuggestionsValuegetComments()EQuickSuggestionsValuegetOther()EQuickSuggestionsValuegetStrings()java.lang.BooleanisComments()java.lang.BooleanisOther()java.lang.BooleanisStrings()EditorQuickSuggestionsOptionssetComments(java.lang.Boolean comments)EditorQuickSuggestionsOptionssetComments(EQuickSuggestionsValue comments)EditorQuickSuggestionsOptionssetOther(java.lang.Boolean other)EditorQuickSuggestionsOptionssetOther(EQuickSuggestionsValue other)EditorQuickSuggestionsOptionssetStrings(java.lang.Boolean strings)EditorQuickSuggestionsOptionssetStrings(EQuickSuggestionsValue strings)-
Methods inherited from class org.primefaces.shaded.json.JSONObject
accumulate, append, clear, doubleToString, entrySet, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getFloat, getInt, getJSONArray, getJSONObject, getLong, getMapType, getNames, getNames, getNumber, getString, has, increment, isDecimalNotation, isEmpty, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optBooleanObject, optBooleanObject, optDouble, optDouble, optDoubleObject, optDoubleObject, optEnum, optEnum, optFloat, optFloat, optFloatObject, optFloatObject, optInt, optInt, optIntegerObject, optIntegerObject, optJSONArray, optJSONArray, optJSONObject, optJSONObject, optLong, optLong, optLongObject, optLongObject, 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, write
-
-
-
-
Method Detail
-
isComments
public java.lang.Boolean isComments()
-
getComments
public EQuickSuggestionsValue getComments()
-
setComments
public EditorQuickSuggestionsOptions setComments(java.lang.Boolean comments)
-
setComments
public EditorQuickSuggestionsOptions setComments(EQuickSuggestionsValue comments)
-
isOther
public java.lang.Boolean isOther()
-
getOther
public EQuickSuggestionsValue getOther()
-
setOther
public EditorQuickSuggestionsOptions setOther(java.lang.Boolean other)
-
setOther
public EditorQuickSuggestionsOptions setOther(EQuickSuggestionsValue other)
-
isStrings
public java.lang.Boolean isStrings()
-
getStrings
public EQuickSuggestionsValue getStrings()
-
setStrings
public EditorQuickSuggestionsOptions setStrings(java.lang.Boolean strings)
-
setStrings
public EditorQuickSuggestionsOptions setStrings(EQuickSuggestionsValue strings)
-
-