Uses of Class
com.hybris.cockpitng.config.jaxb.wizard.ViewType
-
-
Uses of ViewType in com.hybris.cockpitng.config.jaxb.wizard
Methods in com.hybris.cockpitng.config.jaxb.wizard that return ViewType Modifier and Type Method Description ViewTypeObjectFactory. createViewType()Create an instance ofViewType -
Uses of ViewType in com.hybris.cockpitng.widgets.configurableflow
Methods in com.hybris.cockpitng.widgets.configurableflow with parameters of type ViewType Modifier and Type Method Description protected java.util.Set<java.lang.String>ConfigurableFlowController. getViewTypeValidationProperties(ViewType viewType)Deprecated, for removal: This API element is subject to removal in a future version.since 1811, useConfigurableFlowController.getViewTypeValidationPropertiesWithLocales(ViewType)insteadprotected java.util.Collection<LocalizedQualifier>ConfigurableFlowController. getViewTypeValidationPropertiesWithLocales(ViewType viewType) -
Uses of ViewType in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer with parameters of type ViewType Modifier and Type Method Description abstract voidDefaultCustomViewRenderer. render(org.zkoss.zk.ui.Component parent, ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, DataType dataType, WidgetInstanceManager widgetInstanceManager)abstract voidDefaultValidatableCustomViewRenderer. render(org.zkoss.zk.ui.Component parent, ValidatableContainer validatableContainer, ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, DataType dataType, WidgetInstanceManager widgetInstanceManager) -
Uses of ViewType in com.hybris.cockpitng.widgets.configurableflow.validation
Methods in com.hybris.cockpitng.widgets.configurableflow.validation with parameters of type ViewType Modifier and Type Method Description voidLocalizedValidationAwareCustomViewRenderer. render(org.zkoss.zk.ui.Component parent, ValidatableContainer validatableContainer, ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, DataType dataType, WidgetInstanceManager widgetInstanceManager)voidValidationAwareCustomViewRenderer. render(org.zkoss.zk.ui.Component parent, ValidatableContainer validatableContainer, ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, DataType dataType, WidgetInstanceManager widgetInstanceManager)Deprecated, for removal: This API element is subject to removal in a future version.
-