Class JsonCheckBox

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<K,​V>
java.util.LinkedHashMap<java.lang.String,​java.lang.Object>
org.minimalj.frontend.impl.json.JsonComponent
org.minimalj.frontend.impl.json.JsonInputComponent<java.lang.Boolean>
org.minimalj.frontend.impl.json.JsonCheckBox
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>, Frontend.IComponent, Frontend.Input<java.lang.Boolean>

public class JsonCheckBox
extends JsonInputComponent<java.lang.Boolean>
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.minimalj.frontend.impl.json.JsonComponent

    JsonComponent.JsonPropertyListener

    Nested classes/interfaces inherited from class java.util.AbstractMap

    java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
  • Field Summary

    Fields inherited from class org.minimalj.frontend.impl.json.JsonInputComponent

    EDITABLE, VALUE
  • Constructor Summary

    Constructors 
    Constructor Description
    JsonCheckBox​(java.lang.String text, Frontend.InputComponentListener changeListener)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean getValue()  
    void setValue​(java.lang.Boolean selected)  

    Methods inherited from class org.minimalj.frontend.impl.json.JsonInputComponent

    setEditable

    Methods inherited from class org.minimalj.frontend.impl.json.JsonComponent

    fireChange, getId, put, readExternal, setPropertyListener, writeExternal

    Methods inherited from class java.util.LinkedHashMap

    clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values

    Methods inherited from class java.util.HashMap

    clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, size

    Methods inherited from class java.util.AbstractMap

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Map

    compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, size