public class ConfigurableFlowValidationHandler extends Object implements ValidationFocusTransferHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
BREADCRUMB_DIV_ID |
ON_FOCUS_TRANSFER_REQUESTED, ON_FOCUS_TRANSFERRED, TRANSFER_ERROR_OTHER, TRANSFER_ERROR_UNKNOWN_PATH, TRANSFER_SUCCESS| Constructor and Description |
|---|
ConfigurableFlowValidationHandler(ConfigurableFlowController controller) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zk.ui.Component |
findPropertyComponent(org.zkoss.zk.ui.Component comp,
String property) |
protected void |
focusComponent(org.zkoss.zk.ui.Component component,
String property,
boolean queue) |
int |
focusValidationPath(org.zkoss.zk.ui.Component parent,
String property)
Tries to transfer focus to field bound to specified path
|
protected String |
getFullQualifier(PropertyListType rootList,
PropertyType propertyType) |
protected StepType |
retrievePropertyStep(Object stepOrSubflow,
String property) |
protected StepType |
retrievePropertyStep(String property)
Retrieve
StepType for given property |
protected StepType |
retrieveStep(StepType stepType,
String property) |
public static final String BREADCRUMB_DIV_ID
public ConfigurableFlowValidationHandler(ConfigurableFlowController controller)
public int focusValidationPath(org.zkoss.zk.ui.Component parent,
String property)
ValidationFocusTransferHandlerfocusValidationPath in interface ValidationFocusTransferHandlerparent - parent component of fieldsproperty - path to be focusedValidationFocusTransferHandler.TRANSFER_SUCCESS,
ValidationFocusTransferHandler.TRANSFER_ERROR_UNKNOWN_PATH,
ValidationFocusTransferHandler.TRANSFER_ERROR_OTHERprotected StepType retrievePropertyStep(String property)
StepType for given propertyprotected String getFullQualifier(PropertyListType rootList, PropertyType propertyType)
protected org.zkoss.zk.ui.Component findPropertyComponent(org.zkoss.zk.ui.Component comp,
String property)
protected void focusComponent(org.zkoss.zk.ui.Component component,
String property,
boolean queue)
Copyright © 2018. All rights reserved.