Uses of Class
org.jminor.common.ui.checkbox.TristateCheckBox

Packages that use TristateCheckBox
org.jminor.framework.client.ui   
 

Uses of TristateCheckBox in org.jminor.framework.client.ui
 

Methods in org.jminor.framework.client.ui that return TristateCheckBox
protected  TristateCheckBox EntityEditPanel.createTristateCheckBox(Property property)
          Creates a TristateCheckBox bound to the given property
static TristateCheckBox EntityUiUtil.createTristateCheckBox(Property property, EntityEditModel editModel, StateObserver enabledState, boolean includeCaption)
           
protected  TristateCheckBox EntityEditPanel.createTristateCheckBox(Property property, StateObserver enabledState)
          Creates a TristateCheckBox bound to the given property
protected  TristateCheckBox EntityEditPanel.createTristateCheckBox(Property property, StateObserver enabledState, boolean includeCaption)
          Creates a TristateCheckBox bound to the given property
protected  TristateCheckBox EntityEditPanel.createTristateCheckBox(String propertyID)
          Creates a TristateCheckBox bound to the property identified by propertyID
protected  TristateCheckBox EntityEditPanel.createTristateCheckBox(String propertyID, StateObserver enabledState)
          Creates a TristateCheckBox bound to the property identified by propertyID
protected  TristateCheckBox EntityEditPanel.createTristateCheckBox(String propertyID, StateObserver enabledState, boolean includeCaption)
          Creates a TristateCheckBox bound to the property identified by propertyID