Uses of Interface
portal.core.model.BooleanModel

Packages that use BooleanModel
portal.comp   
portal.core.model   
 

Uses of BooleanModel in portal.comp
 

Methods in portal.comp that return BooleanModel
 BooleanModel CheckBox.getBooleanModel()
           
 

Constructors in portal.comp with parameters of type BooleanModel
CheckBox(BooleanModel model)
           
 

Uses of BooleanModel in portal.core.model
 

Classes in portal.core.model that implement BooleanModel
 class SimpleBooleanModel