Class EditorLightbulbOptions

java.lang.Object
org.primefaces.json.JSONObject
com.github.blutorange.primefaces.config.monacoeditor.EditorLightbulbOptions
All Implemented Interfaces:
Serializable

public class EditorLightbulbOptions
extends org.primefaces.json.JSONObject
implements Serializable
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.primefaces.json.JSONObject

    NULL
  • Constructor Summary

    Constructors 
    Constructor Description
    EditorLightbulbOptions()  
  • Method Summary

    Modifier and Type Method Description
    Boolean isEnabled()  
    EditorLightbulbOptions setEnabled​(Boolean enabled)  

    Methods inherited from class org.primefaces.json.JSONObject

    accumulate, append, doubleToString, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, quote, remove, similar, stringToValue, testValidity, toJSONArray, toString, toString, valueToString, wrap, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • isEnabled

      public Boolean isEnabled()
      Returns:
      Enable the lightbulb code action. Defaults to true.
    • setEnabled

      public EditorLightbulbOptions setEnabled​(Boolean enabled)
      Parameters:
      enabled - Enable the lightbulb code action. Defaults to true.
      Returns:
      This same instance, useful for chaining multiple setter methods in one call.