Class CheckBoxFormElement.CheckBoxProperty

java.lang.Object
org.minimalj.model.properties.VirtualProperty
org.minimalj.frontend.form.element.CheckBoxFormElement.CheckBoxProperty
All Implemented Interfaces:
PropertyInterface
Direct Known Subclasses:
CheckBoxFormElement.SetElementFormElementProperty, EnumSetFormElement.EnumSetFormElementProperty
Enclosing class:
CheckBoxFormElement

public abstract static class CheckBoxFormElement.CheckBoxProperty
extends VirtualProperty
  • Constructor Summary

    Constructors 
    Constructor Description
    CheckBoxProperty()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class<?> getClazz()  
    java.lang.Class<?> getDeclaringClass()  
    java.lang.String getName()  
    abstract java.lang.Boolean getValue​(java.lang.Object object)  
    abstract void setValue​(java.lang.Object object, java.lang.Object newValue)  

    Methods inherited from class org.minimalj.model.properties.VirtualProperty

    getAnnotation, getGenericClass, getPath, isFinal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait