Form Builder NG Model 6.0.0-SNAPSHOT

org.jbpm.form.builder.ng.model.client.effect.scripthandlers
Class PlainTextScriptHelper

java.lang.Object
  extended by org.jbpm.form.builder.ng.model.client.effect.scripthandlers.AbstractScriptHelper
      extended by org.jbpm.form.builder.ng.model.client.effect.scripthandlers.PlainTextScriptHelper
All Implemented Interfaces:
FBScriptHelper

public class PlainTextScriptHelper
extends AbstractScriptHelper


Constructor Summary
PlainTextScriptHelper()
           
 
Method Summary
 String asScriptContent()
          Transform any UI loaded content into a script implementation
 com.google.gwt.user.client.ui.Widget draw()
          Returns a UI component that implements visual contents
 Map<String,Object> getDataMap()
           
 String getName()
          Returns the name of the UI script helper
 String getScriptPanel()
           
 void setDataMap(Map<String,Object> dataMap)
           
 void setScript(FBScript script)
          For initialization purposes, the represented script.
 void setScriptPanel(String scriptPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextScriptHelper

public PlainTextScriptHelper()
Method Detail

setScript

public void setScript(FBScript script)
Description copied from interface: FBScriptHelper
For initialization purposes, the represented script.

Specified by:
setScript in interface FBScriptHelper
Overrides:
setScript in class AbstractScriptHelper

getDataMap

public Map<String,Object> getDataMap()

setDataMap

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

asScriptContent

public String asScriptContent()
Description copied from interface: FBScriptHelper
Transform any UI loaded content into a script implementation

Returns:
a script

draw

public com.google.gwt.user.client.ui.Widget draw()
Description copied from interface: FBScriptHelper
Returns a UI component that implements visual contents

Returns:

getName

public String getName()
Description copied from interface: FBScriptHelper
Returns the name of the UI script helper


setScriptPanel

public void setScriptPanel(String scriptPanel)

getScriptPanel

public String getScriptPanel()

Form Builder NG Model 6.0.0-SNAPSHOT

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