|
jbpm-form-modeler-ui 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.formModeler.core.processing.AbstractFieldHandler
org.jbpm.formModeler.core.processing.DefaultFieldHandler
org.jbpm.formModeler.core.processing.fieldHandlers.InputTextFieldHandler
@Named(value="org.jbpm.formModeler.core.processing.fieldHandlers.InputTextFieldHandler") public class InputTextFieldHandler
Handler for input text
| Constructor Summary | |
|---|---|
InputTextFieldHandler()
|
|
| Method Summary | |
|---|---|
boolean |
acceptsPropertyName(String propName)
|
String[] |
getCompatibleClassNames()
Determine the list of class types this field can generate. |
String |
getPageToIncludeForDisplaying()
When rendering a form, if field is handled by this handler, determine the page that renders the displaying of the value |
String |
getPageToIncludeForRendering()
When rendering a form, if field is handled by this handler, determine the page that renders the input(s) |
String |
getPageToIncludeForSearching()
|
Map |
getParamValue(String inputName,
Object objectValue,
String pattern)
Determine the value as a parameter map for a given input value. |
Object |
getValue(org.jbpm.formModeler.api.model.Field field,
String inputName,
Map parametersMap,
Map filesMap,
String desiredClassName,
Object previousValue)
Read a parameter value (normally from a request), and translate it to an object with desired class (that must be one of the returned by this handler) |
boolean |
isEmpty(Object value)
|
void |
setPageToIncludeForDisplaying(String pageToIncludeForDisplaying)
|
void |
setPageToIncludeForRendering(String pageToIncludeForRendering)
|
void |
setPageToIncludeForSearching(String pageToIncludeForSearching)
|
| Methods inherited from class org.jbpm.formModeler.core.processing.DefaultFieldHandler |
|---|
getFieldHandlersManager, getFormManager, getFormProcessor, getFormStatusManager, getFunctionsProvider, getName, getNamespaceManager, getReplacementManager, shouldPersist |
| Methods inherited from class org.jbpm.formModeler.core.processing.AbstractFieldHandler |
|---|
checkBooleanParameter, getFieldName, getHumanName, initialize, isEvaluable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputTextFieldHandler()
| Method Detail |
|---|
public String[] getCompatibleClassNames()
public Object getValue(org.jbpm.formModeler.api.model.Field field,
String inputName,
Map parametersMap,
Map filesMap,
String desiredClassName,
Object previousValue)
throws Exception
Exception
public Map getParamValue(String inputName,
Object objectValue,
String pattern)
objectValue - Object value to representpattern - Pattern to apply if any
public String getPageToIncludeForDisplaying()
getPageToIncludeForDisplaying in interface FieldHandlergetPageToIncludeForDisplaying in class AbstractFieldHandlerpublic boolean isEmpty(Object value)
public void setPageToIncludeForDisplaying(String pageToIncludeForDisplaying)
public boolean acceptsPropertyName(String propName)
public String getPageToIncludeForRendering()
getPageToIncludeForRendering in interface FieldHandlergetPageToIncludeForRendering in class AbstractFieldHandlerpublic void setPageToIncludeForRendering(String pageToIncludeForRendering)
public String getPageToIncludeForSearching()
getPageToIncludeForSearching in interface FieldHandlergetPageToIncludeForSearching in class AbstractFieldHandlerpublic void setPageToIncludeForSearching(String pageToIncludeForSearching)
|
jbpm-form-modeler-ui 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||