org.jbpm.formbuilder.client.edition
Class EditionPresenter

java.lang.Object
  extended by org.jbpm.formbuilder.client.edition.EditionPresenter
All Implemented Interfaces:
EditionView.Presenter

public class EditionPresenter
extends Object
implements EditionView.Presenter

Populates edition panel when a form item is selected


Constructor Summary
EditionPresenter(EditionView view)
           
 
Method Summary
 void onResetChanges(FBFormItem fakeItem, Map<String,Object> newItems)
           
 void onSaveChanges(Map<String,Object> oldProps, Map<String,Object> newProps, FBFormItem itemSelected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditionPresenter

public EditionPresenter(EditionView view)
Method Detail

onSaveChanges

public void onSaveChanges(Map<String,Object> oldProps,
                          Map<String,Object> newProps,
                          FBFormItem itemSelected)
Specified by:
onSaveChanges in interface EditionView.Presenter

onResetChanges

public void onResetChanges(FBFormItem fakeItem,
                           Map<String,Object> newItems)
Specified by:
onResetChanges in interface EditionView.Presenter


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.