org.jbpm.formbuilder.client.effect
Class I18NFormEffect

java.lang.Object
  extended by org.jbpm.formapi.client.effect.FBFormEffect
      extended by org.jbpm.formbuilder.client.effect.I18NFormEffect

public class I18NFormEffect
extends FBFormEffect


Constructor Summary
I18NFormEffect()
           
 
Method Summary
 com.google.gwt.user.client.ui.PopupPanel createPanel()
           
 void createStyles()
           
 Map<String,String> getItemI18nMap()
           
 boolean isValidForItem(FBFormItem item)
           
 void setItemI18NMap(Map<String,String> i18nMap)
           
 
Methods inherited from class org.jbpm.formapi.client.effect.FBFormEffect
apply, getItem, getName, getParent, getWidget, remove, setParent, setWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18NFormEffect

public I18NFormEffect()
Method Detail

createStyles

public void createStyles()
Specified by:
createStyles in class FBFormEffect

createPanel

public com.google.gwt.user.client.ui.PopupPanel createPanel()
Overrides:
createPanel in class FBFormEffect

isValidForItem

public boolean isValidForItem(FBFormItem item)
Overrides:
isValidForItem in class FBFormEffect

getItemI18nMap

public Map<String,String> getItemI18nMap()

setItemI18NMap

public void setItemI18NMap(Map<String,String> i18nMap)


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