Interface LocalizedValidationAwareCustomViewRenderer
-
public interface LocalizedValidationAwareCustomViewRendererCustomView renderer for ConfigurableFlow that aware of the localized parameters for validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<LocalizedQualifier>getValidationPropertiesWithLocales(WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> params)Fetches properties for validation along with their locales that are rendered by this renderer.voidrender(org.zkoss.zk.ui.Component parent, ValidatableContainer validatableContainer, ViewType customView, java.util.Map<java.lang.String,java.lang.String> parameters, DataType dataType, WidgetInstanceManager widgetInstanceManager)
-
-
-
Method Detail
-
render
void 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)
-
getValidationPropertiesWithLocales
java.util.Collection<LocalizedQualifier> getValidationPropertiesWithLocales(WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> params)
Fetches properties for validation along with their locales that are rendered by this renderer.- Parameters:
wim- Widget Instance Manager from the controllerparams- parameters passed to this renderer- Returns:
- collection of properties with their locales
-
-