org.jbpm.formModeler.core.processing.fieldHandlers
@Named(value="CreateDynamicObjectFieldFormatter") public class CreateDynamicObjectFieldFormatter extends DefaultFieldHandlerFormatter
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isDisabled |
protected Boolean |
isReadonly |
static String |
PARAM_DISPLAYPAGE |
static String |
PROPERTY_DELETEABLE |
static String |
PROPERTY_DISALLOW_CREATE_NEW |
static String |
PROPERTY_MODIFICABLE |
static String |
PROPERTY_PREVIEW_ITEMS |
static String |
PROPERTY_SEPARATOR |
static String |
PROPERTY_VISUALIZABLE |
protected String |
renderMode |
defaultMaxLength, defaultSize
Constructor and Description |
---|
CreateDynamicObjectFieldFormatter() |
Modifier and Type | Method and Description |
---|---|
protected void |
editItemInPosition(org.jbpm.formModeler.api.model.Form parentForm,
String currentNamespace,
int position,
org.jbpm.formModeler.api.model.Field field,
Object value,
String fieldName) |
protected void |
previewItemInPosition(org.jbpm.formModeler.api.model.Form parentForm,
String currentNamespace,
int position,
org.jbpm.formModeler.api.model.Field field,
Object value) |
protected void |
renderExistingItemsTable(org.jbpm.formModeler.api.model.Form parentForm,
String currentNamespace,
org.jbpm.formModeler.api.model.Field field,
Object value) |
protected void |
renderNewItemForm(org.jbpm.formModeler.api.model.Form form,
org.jbpm.formModeler.api.model.Field field,
String currentNamespace,
String fieldName,
String renderMode) |
void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
getCustomValueIfApplicable, getFieldHandlersManager, getFormManager, getFormProcessor, getUniqueIdentifier, setDefaultAttributes
afterRendering, getLang, getLocale, getLocaleManager, getParameter, includePage, renderFragment, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut
public static final String PARAM_DISPLAYPAGE
public static final String PROPERTY_DISALLOW_CREATE_NEW
public static final String PROPERTY_MODIFICABLE
public static final String PROPERTY_DELETEABLE
public static final String PROPERTY_VISUALIZABLE
public static final String PROPERTY_PREVIEW_ITEMS
public static final String PROPERTY_SEPARATOR
protected Boolean isDisabled
protected Boolean isReadonly
protected String renderMode
public void service(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterException
service
in class org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterException
protected void previewItemInPosition(org.jbpm.formModeler.api.model.Form parentForm, String currentNamespace, int position, org.jbpm.formModeler.api.model.Field field, Object value)
protected void editItemInPosition(org.jbpm.formModeler.api.model.Form parentForm, String currentNamespace, int position, org.jbpm.formModeler.api.model.Field field, Object value, String fieldName)
protected void renderNewItemForm(org.jbpm.formModeler.api.model.Form form, org.jbpm.formModeler.api.model.Field field, String currentNamespace, String fieldName, String renderMode)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.