org.jbpm.formbuilder.client.effect.scripthandlers
Class ToggleScriptHelper

java.lang.Object
  extended by org.jbpm.formbuilder.client.effect.scripthandlers.AbstractScriptHelper
      extended by org.jbpm.formbuilder.client.effect.scripthandlers.ToggleScriptHelper
All Implemented Interfaces:
FBScriptHelper, Mappable

public class ToggleScriptHelper
extends AbstractScriptHelper


Field Summary
static String HIDE
           
static String HIDING_STRATEGY_COLLAPSE
           
static String HIDING_STRATEGY_HIDDEN
           
static String SHOW
           
static String TOGGLE
           
 
Constructor Summary
ToggleScriptHelper()
           
 
Method Summary
 String asScriptContent()
           
 com.google.gwt.user.client.ui.Widget draw()
           
 String getActionOnEvent()
           
 Map<String,Object> getDataMap()
           
 String getHidingStrategy()
           
 String getIdField()
           
 String getName()
           
 void setActionOnEvent(String actionOnEvent)
           
 void setDataMap(Map<String,Object> dataMap)
           
 void setHidingStrategy(String hidingStrategy)
           
 void setIdField(String idField)
           
 
Methods inherited from class org.jbpm.formbuilder.client.effect.scripthandlers.AbstractScriptHelper
setScript
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOGGLE

public static final String TOGGLE
See Also:
Constant Field Values

SHOW

public static final String SHOW
See Also:
Constant Field Values

HIDE

public static final String HIDE
See Also:
Constant Field Values

HIDING_STRATEGY_COLLAPSE

public static final String HIDING_STRATEGY_COLLAPSE
See Also:
Constant Field Values

HIDING_STRATEGY_HIDDEN

public static final String HIDING_STRATEGY_HIDDEN
See Also:
Constant Field Values
Constructor Detail

ToggleScriptHelper

public ToggleScriptHelper()
Method Detail

getDataMap

public Map<String,Object> getDataMap()

setDataMap

public void setDataMap(Map<String,Object> dataMap)

asScriptContent

public String asScriptContent()

draw

public com.google.gwt.user.client.ui.Widget draw()

getName

public String getName()

getIdField

public String getIdField()

setIdField

public void setIdField(String idField)

getActionOnEvent

public String getActionOnEvent()

setActionOnEvent

public void setActionOnEvent(String actionOnEvent)

getHidingStrategy

public String getHidingStrategy()

setHidingStrategy

public void setHidingStrategy(String hidingStrategy)


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