org.drools.guvnor.client.asseteditor.drools.factmodel
Class AnnotationEditorPopup

java.lang.Object
  extended by org.drools.guvnor.client.asseteditor.drools.factmodel.AnnotationEditorPopup

public class AnnotationEditorPopup
extends Object

A pop-up editor for a single Fact annotation


Constructor Summary
AnnotationEditorPopup(AnnotationMetaModel annotation, List<AnnotationMetaModel> annotations)
           
AnnotationEditorPopup(List<AnnotationMetaModel> annotations)
           
 
Method Summary
 AnnotationMetaModel getAnnotation()
           
 void setOkCommand(com.google.gwt.user.client.Command okCommand)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationEditorPopup

public AnnotationEditorPopup(List<AnnotationMetaModel> annotations)

AnnotationEditorPopup

public AnnotationEditorPopup(AnnotationMetaModel annotation,
                             List<AnnotationMetaModel> annotations)
Method Detail

getAnnotation

public AnnotationMetaModel getAnnotation()

setOkCommand

public void setOkCommand(com.google.gwt.user.client.Command okCommand)

show

public void show()


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