portal.core.api
Class AbstractFormFieldUpdater

java.lang.Object
  extended byportal.core.api.AbstractFormFieldUpdater
All Implemented Interfaces:
IUpdater, java.io.Serializable

public abstract class AbstractFormFieldUpdater
extends java.lang.Object
implements IUpdater

See Also:
Serialized Form

Constructor Summary
AbstractFormFieldUpdater()
           
 
Method Summary
 void update(java.lang.Object value)
           
abstract  void update(java.lang.String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFormFieldUpdater

public AbstractFormFieldUpdater()
Method Detail

update

public final void update(java.lang.Object value)
Specified by:
update in interface IUpdater

update

public abstract void update(java.lang.String[] values)