org.jbpm.formapi.client
Class CommonGlobals

java.lang.Object
  extended by org.jbpm.formapi.client.CommonGlobals

public class CommonGlobals
extends Object


Field Summary
static String BASE_LOCALE
           
static String FORM_PANEL_KEY
           
 
Method Summary
 AbstractFormItemCommand copy()
           
 AbstractFormItemCommand cut()
           
 com.allen_sauer.gwt.dnd.client.PickupDragController getDragController()
           
 com.google.gwt.event.shared.EventBus getEventBus()
           
static CommonGlobals getInstance()
           
 AbstractFormItemCommand paste()
           
 void registerCopy(AbstractFormItemCommand copy)
           
 void registerCut(AbstractFormItemCommand cut)
           
 void registerDragController(com.allen_sauer.gwt.dnd.client.PickupDragController dragController)
           
 void registerEventBus(com.google.gwt.event.shared.EventBus eventBus)
           
 void registerPaste(AbstractFormItemCommand paste)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_PANEL_KEY

public static final String FORM_PANEL_KEY
See Also:
Constant Field Values

BASE_LOCALE

public static final String BASE_LOCALE
See Also:
Constant Field Values
Method Detail

getInstance

public static CommonGlobals getInstance()

registerEventBus

public void registerEventBus(com.google.gwt.event.shared.EventBus eventBus)

getEventBus

public com.google.gwt.event.shared.EventBus getEventBus()

registerCopy

public void registerCopy(AbstractFormItemCommand copy)

registerCut

public void registerCut(AbstractFormItemCommand cut)

registerPaste

public void registerPaste(AbstractFormItemCommand paste)

copy

public AbstractFormItemCommand copy()

cut

public AbstractFormItemCommand cut()

paste

public AbstractFormItemCommand paste()

registerDragController

public void registerDragController(com.allen_sauer.gwt.dnd.client.PickupDragController dragController)

getDragController

public com.allen_sauer.gwt.dnd.client.PickupDragController getDragController()


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