org.jbpm.model.formbuilder.client.form
Class I18NUtils

java.lang.Object
  extended by org.jbpm.model.formbuilder.client.form.I18NUtils
All Implemented Interfaces:
I18NFormItem

public class I18NUtils
extends Object
implements I18NFormItem


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jbpm.model.formapi.client.form.I18NFormItem
I18NFormItem.Format
 
Constructor Summary
I18NUtils()
           
 
Method Summary
 boolean containsLocale(String localeName)
           
 I18NFormItem.Format getFormat()
           
 String getI18n(String key)
           
 Map<String,String> getI18nMap()
           
 void saveI18nMap(Map<String,String> i18nMap)
           
 void setFormat(I18NFormItem.Format format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NUtils

public I18NUtils()
Method Detail

containsLocale

public boolean containsLocale(String localeName)
Specified by:
containsLocale in interface I18NFormItem

saveI18nMap

public void saveI18nMap(Map<String,String> i18nMap)
Specified by:
saveI18nMap in interface I18NFormItem

getI18nMap

public Map<String,String> getI18nMap()
Specified by:
getI18nMap in interface I18NFormItem

getI18n

public String getI18n(String key)
Specified by:
getI18n in interface I18NFormItem

getFormat

public I18NFormItem.Format getFormat()
Specified by:
getFormat in interface I18NFormItem

setFormat

public void setFormat(I18NFormItem.Format format)
Specified by:
setFormat in interface I18NFormItem


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