jbpm-form-modeler-ui 6.2.0.Final

org.jbpm.formModeler.core.processing.fieldHandlers.plugable
Class PlugableFieldHandler

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.fieldHandlers.plugable.PlugableFieldHandler
All Implemented Interfaces:
FieldHandler

public abstract class PlugableFieldHandler
extends Object
implements FieldHandler


Constructor Summary
PlugableFieldHandler()
           
 
Method Summary
abstract  String getInputHTML(Object value, Field field, String inputName, String namespace, Boolean readonly)
           
 String getPageToIncludeForDisplaying()
           
 String getPageToIncludeForRendering()
           
abstract  String getShowHTML(Object value, Field field, String inputName, String namespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.formModeler.core.processing.FieldHandler
getCompatibleClassNames, getParamValue, getValue, isEmpty
 

Constructor Detail

PlugableFieldHandler

public PlugableFieldHandler()
Method Detail

getInputHTML

public abstract String getInputHTML(Object value,
                                    Field field,
                                    String inputName,
                                    String namespace,
                                    Boolean readonly)

getShowHTML

public abstract String getShowHTML(Object value,
                                   Field field,
                                   String inputName,
                                   String namespace)

getPageToIncludeForRendering

public String getPageToIncludeForRendering()
Specified by:
getPageToIncludeForRendering in interface FieldHandler

getPageToIncludeForDisplaying

public String getPageToIncludeForDisplaying()
Specified by:
getPageToIncludeForDisplaying in interface FieldHandler

jbpm-form-modeler-ui 6.2.0.Final

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