public class ConfigurableFlowRenderer extends Object
| Constructor and Description |
|---|
ConfigurableFlowRenderer() |
public static final String WIZARD_STYLE_BR_LABEL
public static final String WIZARD_STYLE_BR_S_LABEL
public static final String WIZARD_STYLE_BR_SP
public static final String WIZARD_STYLE_BR_SP_ARROW
public static final String WIZARD_STYLE_BR_ARROW
public static final String WIZARD_STYLE_BR_PREFIX
public static final String WIZARD_STYLE_BEFORE
public static final String WIZARD_STYLE_ACTIVE
public static final String WIZARD_STYLE_AFTER
public static final String WIZARD_STYLE_Z_INDEX
public static final String WIZARD_STYLE_LAYOUT
public static final String WIZARD_STYLE_CONTENT
public static final String WIZARD_STYLE_COLUMN_CONTENT
public static final String WIZARD_STYLE_INFO
public static final String WIZARD_STYLE_NAVI
public static final String WIZARD_STYLE_LEFT_PACK
public static final String WIZARD_STYLE_RIGHT_PACK
public static final String WIZARD_STYLE_BTN_BLUE
public static final String WIZARD_STYLE_PROPERTY
public static final String WIZARD_STYLE_PROPERTY_LABEL
public static final String WIZARD_STYLE_PROPERTY_LABEL_MANDATORY
public static final String WIZARD_STYLE_READ_ONLY_VALUE
public static final String WIZARD_STYLE_NONE
public static final String WIZARD_STYLE_LEFT
public static final String WIZARD_STYLE_RIGHT
public static final String WIZARD_STYLE_TOP
public static final String WIZARD_RESULT_MSG_SUCCESS_TILE
public static final String WIZARD_RESULT_MSG_FAIL_TILE
public static final String WIZARD_RESULT_MSG_TITLE
public static final String WIZARD_RESULT_MSG_TEXT
public static final String ZUL
public static final String HUNDRED_PERCENT_S
public static final String WIZARD_PREFIX
public static final String SEPARATOR
public static final int HUNDRED_PERCENT
public static final String CURRENT_OBJECT
public static final String IS_NESTED_OBJECT_CREATION_DISABLED_SETTING
@Deprecated public static final String PARENT_OBJECT
public static final String STEP_INITIALIZED
public static final String STEP_ID_ATTRIBUTE
public static final String SCLASS_COMPONENT_WRAPPER
protected static final String NO_READ_ACCESS
protected boolean showBreadcrumb
protected final ConfigurableFlowExpressions cfExpressions
public void setValidatableContainer(ValidatableContainer validatableContainer)
public void setEditorChangeListener(EditorChangeListener editorChangeListener)
protected org.zkoss.zk.ui.Component createPropertyLine(String prefix, PropertyType property)
protected Editor buildEditor(EditorBuilder editorBuilder, WidgetInstanceManager widgetInstanceManager)
@Deprecated protected void initializeEditorInstance(Editor editor, WidgetInstanceManager widgetInstanceManager, String normalizedPropertyQualifier)
buildEditor(EditorBuilder, WidgetInstanceManager) insteadprotected boolean isTypeLocalized(PropertyType property)
@Deprecated protected DataType getEditorValueType(PropertyType property)
protected Boolean isNestedObjectCreationDisabled(List<Parameter> editorParameter)
protected org.zkoss.zk.ui.Component prepareErrorRow(String label)
protected boolean isNestedObjectCreationDisabled()
protected boolean isAttributeWritable(DataAttribute attributeData, String normalizedQualifier, String normalizedTypeQualifier)
@Deprecated protected String getNotificationSource()
NotificationService.getWidgetNotificationSource(WidgetInstanceManager) instead.protected String resolveType(DataAttribute attributeData)
protected String normalizePropertyQualifier(String prefix, PropertyType property)
protected org.zkoss.zk.ui.HtmlBasedComponent createBreadcrumbEntry(StepType step)
protected boolean isStepChangePossible(StepType currentStep, StepType targetStep)
public void renderCurrentStep(StepType currentStep)
protected void applyComponentsVisitor()
protected void unregisterComponentsFromVisitor()
public void cleanUpRendererObservers()
protected String getTypeCodeFromWizardCtx()
protected void renderContent(org.zkoss.zk.ui.Component parent,
ContentType content)
public void updateNavigation(StepType currentStep)
public void doCustom(StepType currentStep, CustomType customType)
currentStep - current stepcustomType - custom type navigationprotected org.zkoss.zul.Button createAndAppendButton(org.zkoss.zk.ui.Component buttonsContainer,
String labelKey,
StepType currentStep,
AbstractActionType actionType,
String actionId)
protected void wrapChildAndAppend(org.zkoss.zk.ui.Component parent,
org.zkoss.zk.ui.Component child)
protected FlowActionHandlerAdapter createActionHandlerAdapter(StepType currentStep, org.zkoss.zk.ui.event.Event event)
protected void toggleButtonActiveState(org.zkoss.zul.Button button,
AbstractActionType actionType)
protected void applyVisibilityRestriction(org.zkoss.zk.ui.Component component,
AbstractActionType actionType)
@Deprecated protected void displayMessages(List<ResultMessage> messages)
@Deprecated protected void displayMessage(ResultMessage msg)
public void clearMessages()
public void refreshView()
protected void refreshView(org.zkoss.zk.ui.Component comp)
protected String getPropertyDescription(String attributeDataDescription, PropertyType propertyType)
public org.zkoss.zul.Div getContentDiv()
public void setContentDiv(org.zkoss.zul.Div contentDiv)
public org.zkoss.zul.Div getBreadcrumbDiv()
public void setBreadcrumbDiv(org.zkoss.zul.Div breadcrumbDiv)
public org.zkoss.zul.Div getMsgAreaDiv()
public void setMsgAreaDiv(org.zkoss.zul.Div msgAreaDiv)
public org.zkoss.zul.Div getNavigationDiv()
public WidgetInstanceManager getWidgetInstanceManager()
public void setWidgetInstanceManager(WidgetInstanceManager widgetInstanceManager)
public TypeFacade getTypeFacade()
@Autowired public void setTypeFacade(TypeFacade typeFacade)
public TransitionListenerFactory getTransitionListenerFactory()
public void setTransitionListenerFactory(TransitionListenerFactory transitionListenerFactory)
public ConfigurableFlowLabelService getConfigurableFlowLabelService()
public void setConfigurableFlowLabelService(ConfigurableFlowLabelService configurableFlowLabelService)
public PermissionFacade getPermissionFacade()
@Autowired public void setPermissionFacade(PermissionFacade permissionFacade)
public AttributeDescriptionIconRenderer getAttributeDescriptionIconRenderer()
public void setAttributeDescriptionIconRenderer(AttributeDescriptionIconRenderer attributeDescriptionIconRenderer)
public CockpitLocaleService getCockpitLocaleService()
@Autowired public void setCockpitLocaleService(CockpitLocaleService cockpitLocaleService)
public CockpitUserService getCockpitUserService()
@Autowired public void setCockpitUserService(CockpitUserService cockpitUserService)
public void setComponentsVisitorFactory(ComponentsVisitorFactory componentsVisitorFactory)
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
public void setValidationRenderer(ValidationRenderer validationRenderer)
public void setValidationResultsPopup(ConfigurableFlowValidationResultsPopup validationResultsPopup)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
@Deprecated protected ValidationResult doValidate()
@Deprecated protected ValidationContext createValidationContext()
@Deprecated protected ValidationResult getCurrentValidationResult()
@Deprecated protected Object getCurrentObject()
@Deprecated public <T> T getValue(String key, Class<T> expectedClass)
public ValidationHandler getValidationHandler()
public void setValidationHandler(ValidationHandler validationHandler)
public boolean isShowBreadcrumb()
public void setShowBreadcrumb(boolean showBreadcrumb)
Copyright © 2018. All rights reserved.