Uses of Class
de.cuioss.test.jsf.config.decorator.ComponentConfigDecorator
-
Packages that use ComponentConfigDecorator Package Description de.cuioss.test.jsf.config de.cuioss.test.jsf.config.decorator Provides the decorator to be passed to the corresponding callback methodsde.cuioss.test.jsf.converter Provides types and base-classes for convenient testing of the converter.de.cuioss.test.jsf.util -
-
Uses of ComponentConfigDecorator in de.cuioss.test.jsf.config
Methods in de.cuioss.test.jsf.config with parameters of type ComponentConfigDecorator Modifier and Type Method Description voidComponentConfigurator. configureComponents(ComponentConfigDecorator decorator)Callback method for interacting with theComponentConfigDecoratorat the correct time. -
Uses of ComponentConfigDecorator in de.cuioss.test.jsf.config.decorator
Methods in de.cuioss.test.jsf.config.decorator that return ComponentConfigDecorator Modifier and Type Method Description ComponentConfigDecoratorComponentConfigDecorator. addUiComponent(String expr, UIComponent component)Add a component to the view root to be found when searching viaUIComponentBase.findComponent(String).ComponentConfigDecoratorComponentConfigDecorator. registerBehavior(Class<? extends ClientBehavior> behaviorClass)Register aClientBehavior.ComponentConfigDecoratorComponentConfigDecorator. registerBehavior(String behaviorId, Class<? extends ClientBehavior> behaviorClass)Register aClientBehaviorfor a given behaviorIdComponentConfigDecoratorComponentConfigDecorator. registerCompositeComponent(String libraryName, String tagName, UIComponent uiComponent)Register a composite component to be rendered.ComponentConfigDecoratorComponentConfigDecorator. registerConverter(Class<? extends Converter> converter)Register aConverterfor a given target class.ComponentConfigDecoratorComponentConfigDecorator. registerConverter(Class<? extends Converter> converter, Class<?> targetClass)Register aConverterfor a given target class.ComponentConfigDecoratorComponentConfigDecorator. registerConverter(Class<? extends Converter> converter, String converterId)Register aConverterto a given converterId.ComponentConfigDecoratorComponentConfigDecorator. registerCuiMockComponentWithRenderer()Shorthand for registering aCuiMockComponentwith aCuiMockRenderer.ComponentConfigDecoratorComponentConfigDecorator. registerMockRenderer(String family, String rendererType)Registers aCuiMockRendererfor the given attributes.ComponentConfigDecoratorComponentConfigDecorator. registerMockRendererForCommandButton()Shorthand for registering aCuiMockRendererforHtmlCommandButton.ComponentConfigDecoratorComponentConfigDecorator. registerMockRendererForHtmlForm()Shorthand for registering aCuiMockRendererforHtmlForm.ComponentConfigDecoratorComponentConfigDecorator. registerMockRendererForHtmlInputText()Shorthand for registering aCuiMockRendererforHtmlInputText.ComponentConfigDecoratorComponentConfigDecorator. registerMockRendererForHtmlOutputText()Shorthand for registering aCuiMockRendererforHtmlOutputText.ComponentConfigDecoratorComponentConfigDecorator. registerMockRendererForHtmlSelectBooleanCheckbox()Shorthand for registering aCuiMockRendererforHtmlSelectBooleanCheckbox.ComponentConfigDecoratorComponentConfigDecorator. registerMockRendererForHtmlSelectOneRadio()Shorthand for registering aCuiMockRendererforHtmlSelectOneRadio.ComponentConfigDecoratorComponentConfigDecorator. registerRenderer(Class<? extends Renderer> renderer)Registers aRendererThe family and rendererType will be derived by the mandatoryFacesRendererannotationComponentConfigDecoratorComponentConfigDecorator. registerRenderer(String family, String rendererType, Renderer renderer)Registers aRendererComponentConfigDecoratorComponentConfigDecorator. registerUIComponent(Class<? extends UIComponent> component)Registers aUIComponentComponentConfigDecoratorComponentConfigDecorator. registerUIComponent(String componentType, Class<? extends UIComponent> component)Registers aUIComponentComponentConfigDecoratorComponentConfigDecorator. registerValidator(Class<? extends Validator> validator)Adds addValidatorthe needed validatorId is retrieved fromFacesValidator.ComponentConfigDecoratorComponentConfigDecorator. registerValidator(String validatorId, Class<? extends Validator> validator)Adds addValidatorto the given id. -
Uses of ComponentConfigDecorator in de.cuioss.test.jsf.converter
Methods in de.cuioss.test.jsf.converter with parameters of type ComponentConfigDecorator Modifier and Type Method Description voidAbstractConverterTest. configureComponents(ComponentConfigDecorator decorator)Callback method for interacting with theComponentConfigDecoratorat the correct time.
This method provide extension point to prepare needed test environment for your converter test. -
Uses of ComponentConfigDecorator in de.cuioss.test.jsf.util
Methods in de.cuioss.test.jsf.util that return ComponentConfigDecorator Modifier and Type Method Description protected ComponentConfigDecoratorConfigurableFacesTest. getComponentConfigDecorator()default ComponentConfigDecoratorJsfEnvironmentConsumer. getComponentConfigDecorator()ComponentConfigDecoratorJsfEnvironmentHolder. getComponentConfigDecorator()Methods in de.cuioss.test.jsf.util with parameters of type ComponentConfigDecorator Modifier and Type Method Description static voidConfigurationHelper. configureComponents(Object testClass, ComponentConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenComponentConfiguratorand calls them with the givenComponentConfigDecorator.
-