org.jbpm.model.formapi.shared.api
Interface FBScriptHelper

All Superinterfaces:
Mappable
All Known Implementing Classes:
AbstractScriptHelper, PlainTextScriptHelper, PopulateComboBoxScriptHelper, RestServiceScriptHelper, ToggleScriptHelper

public interface FBScriptHelper
extends Mappable

Helper to create visually attractive components for generating javascript editors


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
 String getName()
          Returns the name of the UI script helper
 void setScript(FBScript script)
          For initialization purposes, the represented script.
 
Methods inherited from interface org.jbpm.model.formapi.shared.api.Mappable
getDataMap, setDataMap
 

Method Detail

asScriptContent

String asScriptContent()
Transform any UI loaded content into a script implementation

Returns:
a script

draw

com.google.gwt.user.client.ui.Widget draw()
Returns a UI component that implements visual contents

Returns:

getName

String getName()
Returns the name of the UI script helper


setScript

void setScript(FBScript script)
For initialization purposes, the represented script.

Parameters:
script -


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