org.jbpm.form.builder.ng.model.client
Class CommonGlobals
java.lang.Object
org.jbpm.form.builder.ng.model.client.CommonGlobals
public class CommonGlobals
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UPLOAD_ACTION_URL
public static final String UPLOAD_ACTION_URL
- See Also:
- Constant Field Values
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()
getI18n
public I18NConstants getI18n()
registerI18n
public void registerI18n(I18NConstants i18n)
getSettings
public SettingsDTO getSettings()
setSettings
public void setSettings(SettingsDTO settings)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.