org.jbpm.formModeler.core.processing.fieldHandlers
Class DefaultFieldHandlerFormatter
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
org.jbpm.formModeler.core.processing.fieldHandlers.DefaultFieldHandlerFormatter
- Direct Known Subclasses:
- CreateDynamicObjectFieldFormatter, DateFieldHandlerFormatter, LinkFieldHandlerFormatter, RangeInputTextFieldHandlerFormatter, SimpleFieldHandlerFormatter, SubformFormatter
@Named(value="DefaultFieldHandlerFormatter")
public abstract class DefaultFieldHandlerFormatter
- extends org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
| Methods inherited from class org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter |
afterRendering, getLang, getLocale, getLocaleManager, getParameter, includePage, renderFragment, service, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultMaxLength
@Inject
protected int defaultMaxLength
defaultSize
@Inject
protected int defaultSize
DefaultFieldHandlerFormatter
public DefaultFieldHandlerFormatter()
getFormManager
public FormManager getFormManager()
getFormProcessor
public FormProcessor getFormProcessor()
getFieldHandlersManager
public FieldHandlersManager getFieldHandlersManager()
setDefaultAttributes
protected void setDefaultAttributes(org.jbpm.formModeler.api.model.Field field,
org.jbpm.formModeler.api.model.Form form,
String namespace)
getUniqueIdentifier
protected String getUniqueIdentifier(org.jbpm.formModeler.api.model.Form form,
String namespace,
org.jbpm.formModeler.api.model.Field field,
String fieldName)
getCustomValueIfApplicable
protected Object getCustomValueIfApplicable(org.jbpm.formModeler.api.model.Field field,
String propName,
Object propValue,
org.jbpm.formModeler.api.model.Form form,
String namespace)
- Some attributes require special treatment.
- Parameters:
propName - propValue -
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.