A B C D E G H I L N R S T

S

save() - Method in class net.sourceforge.jfacefactories.presenters.AbstractPresenter
Causes the following sequence of calls:
  • calls doPreSave() - if this returns false stops
  • calls doPreSave() on each child - if any returns false stops immediately
  • calls doSave() - if this returns false stops
  • calls doSave() on each child - if any returns false stops immediately
  • calls doPostSave()
  • calls doPostSave() on each child Each implemented method in this sequence must handle its own errors, simply returning false to indicate the save process must terminate.
    setDomainObjectValue(String, Object) - Method in class net.sourceforge.jfacefactories.presenters.AbstractPresenter
    Sets the value for the passed property on the domain object if it has changed where there are no associated calculated values affected
    Fires all standard property listeners;
    This also records the change and (potentially) marks the model as dirty.
    setDomainObjectValue(String, Object, String...) - Method in class net.sourceforge.jfacefactories.presenters.AbstractPresenter
    Sets the value for the passed property on the domain object if it has changed.
    setExceptionHandler(IExceptionHandler) - Static method in class net.sourceforge.jfacefactories.binders.Binders
    Sets the exception handler for binding operations.
    setExceptionHandler(IExceptionHandler) - Method in class net.sourceforge.jfacefactories.presenters.AbstractPresenter
    Sets the exception handler for save and setter operations.
    setPresenterValue(String, Object) - Method in class net.sourceforge.jfacefactories.presenters.AbstractPresenter
    Sets the value for a passed property on the presenter (as opposed to the underlying domain object).
    setPresenterValue(String, Object, String...) - Method in class net.sourceforge.jfacefactories.presenters.AbstractPresenter
    Sets the value for a passed property on the presenter (as opposed to the underlying domain object).

  • A B C D E G H I L N R S T