@ApplicationScoped @Named(value="org.jbpm.formModeler.core.processing.fieldHandlers.multipleSubform.SubFormSendHandler") public class SubFormSendHandler extends BeanHandler
Constructor and Description |
---|
SubFormSendHandler() |
Modifier and Type | Method and Description |
---|---|
void |
actionAddItem(CommandRequest request) |
void |
actionCancelEditItem(CommandRequest request) |
void |
actionCancelPreviewItem(CommandRequest request) |
void |
actionDeleteItem(CommandRequest request) |
void |
actionEditItem(CommandRequest request) |
void |
actionExpandSubform(CommandRequest request) |
void |
actionPreviewItem(CommandRequest request) |
void |
actionSaveEditedItem(CommandRequest request) |
protected Map |
deepCloneOfMap(Map map,
Map cache) |
protected Map[] |
deepCloneOfMapArray(Map[] maparray,
Map cache) |
void |
editItem(CommandRequest request,
boolean doIt) |
FieldHandlersManager |
getFieldHandlersManager() |
protected Set |
getFormNamespaceDatas(CommandRequest request,
String action) |
FormProcessor |
getFormProcessor() |
FormStatusManager |
getFormStatusManager() |
NamespaceManager |
getNamespaceManager() |
boolean |
isEnabledForActionHandling() |
void |
previewItem(CommandRequest request,
boolean doIt) |
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getCurrentComponentRenderer, getExtraActionParams, getFieldErrors, handle, hasError, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
public NamespaceManager getNamespaceManager()
public FormProcessor getFormProcessor()
public FormStatusManager getFormStatusManager()
public FieldHandlersManager getFieldHandlersManager()
public void actionExpandSubform(CommandRequest request)
public void actionAddItem(CommandRequest request)
public void actionDeleteItem(CommandRequest request) throws Exception
Exception
public void actionEditItem(CommandRequest request) throws Exception
Exception
public void actionSaveEditedItem(CommandRequest request)
public void actionCancelEditItem(CommandRequest request) throws Exception
Exception
public void actionPreviewItem(CommandRequest request) throws Exception
Exception
public void actionCancelPreviewItem(CommandRequest request) throws Exception
Exception
public void previewItem(CommandRequest request, boolean doIt) throws Exception
Exception
public void editItem(CommandRequest request, boolean doIt) throws Exception
Exception
protected Set getFormNamespaceDatas(CommandRequest request, String action)
public boolean isEnabledForActionHandling()
isEnabledForActionHandling
in class BeanHandler
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.