org.jbpm.formModeler.core.processing.fieldHandlers
Class CreateDynamicObjectFieldFormatter
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
org.jbpm.formModeler.core.processing.fieldHandlers.DefaultFieldHandlerFormatter
org.jbpm.formModeler.core.processing.fieldHandlers.CreateDynamicObjectFieldFormatter
@Named(value="CreateDynamicObjectFieldFormatter")
public class CreateDynamicObjectFieldFormatter
- extends DefaultFieldHandlerFormatter
|
Method Summary |
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)
|
| Methods inherited from class org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter |
afterRendering, getLang, getLocale, getLocaleManager, getParameter, includePage, renderFragment, 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 |
PARAM_DISPLAYPAGE
public static final String PARAM_DISPLAYPAGE
- See Also:
- Constant Field Values
PROPERTY_DISALLOW_CREATE_NEW
public static final String PROPERTY_DISALLOW_CREATE_NEW
- See Also:
- Constant Field Values
PROPERTY_MODIFICABLE
public static final String PROPERTY_MODIFICABLE
- See Also:
- Constant Field Values
PROPERTY_DELETEABLE
public static final String PROPERTY_DELETEABLE
- See Also:
- Constant Field Values
PROPERTY_VISUALIZABLE
public static final String PROPERTY_VISUALIZABLE
- See Also:
- Constant Field Values
PROPERTY_PREVIEW_ITEMS
public static final String PROPERTY_PREVIEW_ITEMS
- See Also:
- Constant Field Values
PROPERTY_SEPARATOR
public static final String PROPERTY_SEPARATOR
- See Also:
- Constant Field Values
isDisabled
protected Boolean isDisabled
isReadonly
protected Boolean isReadonly
renderMode
protected String renderMode
CreateDynamicObjectFieldFormatter
public CreateDynamicObjectFieldFormatter()
service
public void service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterException
- Specified by:
service in class org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
- Throws:
org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterException
previewItemInPosition
protected void previewItemInPosition(org.jbpm.formModeler.api.model.Form parentForm,
String currentNamespace,
int position,
org.jbpm.formModeler.api.model.Field field,
Object value)
editItemInPosition
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)
renderNewItemForm
protected void renderNewItemForm(org.jbpm.formModeler.api.model.Form form,
org.jbpm.formModeler.api.model.Field field,
String currentNamespace,
String fieldName,
String renderMode)
renderExistingItemsTable
protected void renderExistingItemsTable(org.jbpm.formModeler.api.model.Form parentForm,
String currentNamespace,
org.jbpm.formModeler.api.model.Field field,
Object value)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.