Decision Center API

ilog.rules.teamserver.web.components.intelliruleeditor
Interface IlrClientScriptBlockValueEditorProvider

All Superinterfaces:
IlrClientScriptValueEditorProvider

public interface IlrClientScriptBlockValueEditorProvider
extends IlrClientScriptValueEditorProvider

Provides an interface which has to be implemented by any custom value editor used in the intellirule editor Must be used when the script is defined directly in this provider


Method Summary
 String getClientScriptBlock()
          Returns the script of the editor as javascript block
 
Methods inherited from interface ilog.rules.teamserver.web.components.intelliruleeditor.IlrClientScriptValueEditorProvider
getClientScriptClassName
 

Method Detail

getClientScriptBlock

String getClientScriptBlock()
Returns the script of the editor as javascript block

Returns:
A string that contains the code of the editor

Decision Center API

© Copyright IBM Corp. 1987, 2013