org.jbpm.formbuilder.client
Class FormBuilderGlobals

java.lang.Object
  extended by org.jbpm.formbuilder.client.FormBuilderGlobals

public class FormBuilderGlobals
extends Object

Base singleton to obtain global variables, like service callers and event buses


Field Summary
static String BASE_LOCALE
           
static String FORM_PANEL_KEY
           
 
Method Summary
 I18NConstants getI18n()
           
static FormBuilderGlobals getInstance()
           
 FormBuilderResources getResources()
           
 FormBuilderService getService()
           
 void registerI18n(I18NConstants i18n)
           
 void registerResources(FormBuilderResources resources)
           
 void registerService(FormBuilderService service)
           
 
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 FormBuilderGlobals getInstance()

getI18n

public I18NConstants getI18n()

registerI18n

public void registerI18n(I18NConstants i18n)

registerService

public void registerService(FormBuilderService service)

getService

public FormBuilderService getService()

registerResources

public void registerResources(FormBuilderResources resources)

getResources

public FormBuilderResources getResources()


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