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(Form parentForm,
String currentNamespace,
int position,
Field field,
Object value,
String fieldName)
|
protected void |
previewItemInPosition(Form parentForm,
String currentNamespace,
int position,
Field field,
Object value)
|
protected void |
renderExistingItemsTable(Form parentForm,
String currentNamespace,
Field field,
Object value)
|
protected void |
renderNewItemForm(Form form,
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
fieldI18nResourceObtainer
@Inject
protected FieldI18nResourceObtainer fieldI18nResourceObtainer
helper
@Inject
protected SubFormHelper helper
isReadonly
protected Boolean isReadonly
renderMode
protected String renderMode
fieldUID
protected String fieldUID
fieldNS
protected String fieldNS
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(Form parentForm,
String currentNamespace,
int position,
Field field,
Object value)
editItemInPosition
protected void editItemInPosition(Form parentForm,
String currentNamespace,
int position,
Field field,
Object value,
String fieldName)
renderNewItemForm
protected void renderNewItemForm(Form form,
Field field,
String currentNamespace,
String fieldName,
String renderMode)
renderExistingItemsTable
protected void renderExistingItemsTable(Form parentForm,
String currentNamespace,
Field field,
Object value)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.