Class EditorParameterHints

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

public class EditorParameterHints
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
    EditorParameterHints()  
  • Method Summary

    Modifier and Type Method Description
    Boolean isCycle()  
    Boolean isEnabled()  
    EditorParameterHints setCycle​(Boolean cycle)  
    EditorParameterHints 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

    • isCycle

      public Boolean isCycle()
      Returns:
      Enable cycling of parameter hints. Defaults to false.
    • setCycle

      public EditorParameterHints setCycle​(Boolean cycle)
      Parameters:
      cycle - Enable cycling of parameter hints. Defaults to false.
      Returns:
      This same instance, useful for chaining multiple setter methods in one call.
    • isEnabled

      public Boolean isEnabled()
      Returns:
      Enable parameter hints. Defaults to true.
    • setEnabled

      public EditorParameterHints setEnabled​(Boolean enabled)
      Parameters:
      enabled - Enable parameter hints. Defaults to true.
      Returns:
      This same instance, useful for chaining multiple setter methods in one call.