Uses of Interface
org.jminor.framework.domain.Property.BooleanProperty

Packages that use Property.BooleanProperty
org.jminor.framework.domain   
 

Uses of Property.BooleanProperty in org.jminor.framework.domain
 

Methods in org.jminor.framework.domain that return Property.BooleanProperty
static Property.BooleanProperty Properties.booleanProperty(String propertyID, int columnType, String caption)
           
static Property.BooleanProperty Properties.booleanProperty(String propertyID, int columnType, String caption, Object trueValue, Object falseValue)
           
static Property.BooleanProperty Properties.booleanProperty(String propertyID, String caption)