nl.openedge.baritus.population
Class AbstractFieldPopulator

java.lang.Object
  extended bynl.openedge.baritus.population.AbstractFieldPopulator
All Implemented Interfaces:
FieldPopulator
Direct Known Subclasses:
OgnlFieldPopulator

public abstract class AbstractFieldPopulator
extends java.lang.Object
implements FieldPopulator

Convenience class for populators.

Author:
Eelco Hillenius, Sander Hofstee

Field Summary
protected  FormBeanCtrlBase ctrl
          reference to the controller
 
Constructor Summary
AbstractFieldPopulator()
          default constructor
AbstractFieldPopulator(FormBeanCtrlBase ctrl)
          constructor with control
 
Method Summary
 FormBeanCtrlBase getCtrl()
          get reference to the controller
 void setCtrl(FormBeanCtrlBase ctrl)
          set reference to the controller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.openedge.baritus.population.FieldPopulator
setProperty
 

Field Detail

ctrl

protected FormBeanCtrlBase ctrl
reference to the controller

Constructor Detail

AbstractFieldPopulator

public AbstractFieldPopulator()
default constructor


AbstractFieldPopulator

public AbstractFieldPopulator(FormBeanCtrlBase ctrl)
constructor with control

Method Detail

getCtrl

public FormBeanCtrlBase getCtrl()
get reference to the controller

Returns:
reference to the controller

setCtrl

public void setCtrl(FormBeanCtrlBase ctrl)
set reference to the controller

Parameters:
ctrl - reference to the controller


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