nl.openedge.baritus.population
Interface FieldPopulator

All Known Implementing Classes:
AbstractFieldPopulator, IgnoreFieldPopulator

public interface FieldPopulator

A field populator knows how to populate properties from (request) parameters. Users can implement this interface to override the default population behaviour and register instances with field names.

Author:
Eelco Hillenius

Method Summary
 boolean setProperty(org.infohazard.maverick.flow.ControllerContext cctx, FormBeanContext formBeanContext, java.lang.String name, java.lang.Object value)
          set a property on the given form
 

Method Detail

setProperty

public boolean setProperty(org.infohazard.maverick.flow.ControllerContext cctx,
                           FormBeanContext formBeanContext,
                           java.lang.String name,
                           java.lang.Object value)
                    throws java.lang.Exception
set a property on the given form

Parameters:
cctx - maverick context
formBeanContext - context with instance of the form to set the property on
name - name of the property
value - unconverted value to set
Returns:
boolean true if the property was set successfully, false otherwise
Throws:
java.lang.Exception


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