Class JsonFormlyUtil.CheckboxBuilder

  • Enclosing class:
    JsonFormlyUtil

    public static final class JsonFormlyUtil.CheckboxBuilder
    extends java.lang.Object
    A Builder for a Formly Checkbox.
     {
            "key": "key",
            "type": "checkbox",
            "templateOptions": {
                    "label": "label",
                    "required": true
            },
            "expressionProperties": {
                    "templateOptions.required": "model.PROPERTY"
            },
            "hideExpression": "!model.PROPERTY",
            "defaultValue": "defaultValue"
     }
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getType

        protected java.lang.String getType()