nl.coderight.jazz.form
Class FormModel

java.lang.Object
  extended by nl.coderight.jazz.Model
      extended by nl.coderight.jazz.form.FormModel

public abstract class FormModel
extends Model

Base class for form models.


Constructor Summary
FormModel()
           
 
Method Summary
 void notifyValueChanged(String bindID, Object value)
          Notify field(s) value for bindID and/or selectID is changed.
 void notifyValueDeleted(String bindID, Object value)
          Notify field(s) value for bindID and/or selectID is deleted.
 void notifyValueInserted(String bindID, Object value)
          Notify field(s) value for bindID and/or selectID is inserted.
 void notifyValueUpdated(String bindID, Object value)
          Notify field(s) value for bindID and/or selectID is updated.
 
Methods inherited from class nl.coderight.jazz.Model
notifyModelChanged, notifyModelChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormModel

public FormModel()
Method Detail

notifyValueChanged

public final void notifyValueChanged(String bindID,
                                     Object value)
Notify field(s) value for bindID and/or selectID is changed. Used for single value fields and controls.


notifyValueInserted

public final void notifyValueInserted(String bindID,
                                      Object value)
Notify field(s) value for bindID and/or selectID is inserted. Use this for multi value fields and controls.


notifyValueUpdated

public final void notifyValueUpdated(String bindID,
                                     Object value)
Notify field(s) value for bindID and/or selectID is updated. Use this for multi value fields and controls.


notifyValueDeleted

public final void notifyValueDeleted(String bindID,
                                     Object value)
Notify field(s) value for bindID and/or selectID is deleted. Use this for multi value fields and controls.



Copyright 2010 CodeRight, All rights reserved.