Uses of Class
nl.openedge.baritus.FormBeanCtrlBase

Packages that use FormBeanCtrlBase
nl.openedge.baritus The main classes of Baritus.  
nl.openedge.baritus.population Populators for Baritus.  
 

Uses of FormBeanCtrlBase in nl.openedge.baritus
 

Subclasses of FormBeanCtrlBase in nl.openedge.baritus
 class FormBeanCtrl
          Singleton implementation.
 

Methods in nl.openedge.baritus that return FormBeanCtrlBase
 FormBeanCtrlBase FormBeanContext.getController()
          get current controller
 

Methods in nl.openedge.baritus with parameters of type FormBeanCtrlBase
 void FormBeanContext.setController(FormBeanCtrlBase controller)
          set current controller
 

Constructors in nl.openedge.baritus with parameters of type FormBeanCtrlBase
DefaultValidatorDelegate(ValidatorRegistry validatorRegistry, FormBeanCtrlBase ctrl)
          construct with validator registry and instance of ctrl
PopulatorRegistry(FormBeanCtrlBase formBeanCtrl)
          construct registry with the current instance of FormBeanBase
 

Uses of FormBeanCtrlBase in nl.openedge.baritus.population
 

Fields in nl.openedge.baritus.population declared as FormBeanCtrlBase
protected  FormBeanCtrlBase AbstractFieldPopulator.ctrl
          reference to the controller
 

Methods in nl.openedge.baritus.population that return FormBeanCtrlBase
 FormBeanCtrlBase AbstractFieldPopulator.getCtrl()
          get reference to the controller
 

Methods in nl.openedge.baritus.population with parameters of type FormBeanCtrlBase
 void AbstractFieldPopulator.setCtrl(FormBeanCtrlBase ctrl)
          set reference to the controller
 

Constructors in nl.openedge.baritus.population with parameters of type FormBeanCtrlBase
AbstractFieldPopulator(FormBeanCtrlBase ctrl)
          constructor with control
OgnlFieldPopulator(FormBeanCtrlBase ctrl)
          construct with reference to the control
 



Copyright © 2003-2004 Open Edge. All Rights Reserved.