org.drools.guvnor.client.admin
Class PerspectiveEditorPopUp

java.lang.Object
  extended by org.drools.guvnor.client.admin.PerspectiveEditorPopUp
All Implemented Interfaces:
PerspectiveEditorPopUpView.Presenter

public class PerspectiveEditorPopUp
extends Object
implements PerspectiveEditorPopUpView.Presenter


Constructor Summary
PerspectiveEditorPopUp(org.drools.guvnor.client.admin.PerspectiveEditorPopUpView view)
           
 
Method Summary
 void hide()
           
 void onCancel()
           
 void onSave()
           
 void setConfiguration(IFramePerspectiveConfiguration iFramePerspectiveConfiguration)
           
 void show(SaveCommand saveCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectiveEditorPopUp

public PerspectiveEditorPopUp(org.drools.guvnor.client.admin.PerspectiveEditorPopUpView view)
Method Detail

show

public void show(SaveCommand saveCommand)

onSave

public void onSave()
Specified by:
onSave in interface PerspectiveEditorPopUpView.Presenter

onCancel

public void onCancel()
Specified by:
onCancel in interface PerspectiveEditorPopUpView.Presenter

setConfiguration

public void setConfiguration(IFramePerspectiveConfiguration iFramePerspectiveConfiguration)

hide

public void hide()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.