Class EditorPaddingOptions

  • All Implemented Interfaces:
    java.io.Serializable

    public class EditorPaddingOptions
    extends org.primefaces.shaded.json.JSONObject
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.primefaces.shaded.json.JSONObject

        NULL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getBottom()  
      java.lang.Number getTop()  
      EditorPaddingOptions setBottom​(java.lang.Number bottom)  
      EditorPaddingOptions setTop​(java.lang.Number top)  
      • Methods inherited from class org.primefaces.shaded.json.JSONObject

        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, write
      • Methods inherited from class java.lang.Object

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

      • EditorPaddingOptions

        public EditorPaddingOptions()
    • Method Detail

      • getBottom

        public java.lang.Number getBottom()
        Returns:
        Spacing between bottom edge of editor and last line.
      • setBottom

        public EditorPaddingOptions setBottom​(java.lang.Number bottom)
        Parameters:
        bottom - Spacing between bottom edge of editor and last line.
        Returns:
        This same instance, useful for chaining multiple setter methods in one call.
      • getTop

        public java.lang.Number getTop()
        Returns:
        Spacing between top edge of editor and first line.
      • setTop

        public EditorPaddingOptions setTop​(java.lang.Number top)
        Parameters:
        top - Spacing between top edge of editor and first line.
        Returns:
        This same instance, useful for chaining multiple setter methods in one call.