nl.coderight.jazz.form.binding
Interface DataBinding<V>

All Known Implementing Classes:
MultiValueBinding, SingleValueBinding

public interface DataBinding<V>

Interface for fields that support data binding.


Method Summary
 void commit(FormModel model)
           
 void update(FormModel model)
           
 

Method Detail

update

void update(FormModel model)
            throws DataBindingException
Throws:
DataBindingException

commit

void commit(FormModel model)
            throws DataBindingException
Throws:
DataBindingException


Copyright 2010 CodeRight, All rights reserved.