org.jbpm.formbuilder.client.toolbar
Interface ToolBarView

All Known Implementing Classes:
ToolBarViewImpl

public interface ToolBarView


Method Summary
 ToolRegistration addButton(com.google.gwt.resources.client.ImageResource button, String name, com.google.gwt.event.dom.client.ClickHandler clickHandler)
           
 ToolRegistration addMessage(String label, String value)
           
 void showDialog(String confirmText, com.google.gwt.event.dom.client.ClickHandler okButtonHandler)
           
 

Method Detail

addButton

ToolRegistration addButton(com.google.gwt.resources.client.ImageResource button,
                           String name,
                           com.google.gwt.event.dom.client.ClickHandler clickHandler)

addMessage

ToolRegistration addMessage(String label,
                            String value)

showDialog

void showDialog(String confirmText,
                com.google.gwt.event.dom.client.ClickHandler okButtonHandler)


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