Interface DynamicElementsProviderComponentsVisitor

All Known Implementing Classes:
DefaultDynamicElementsProviderComponentsVisitor

public interface DynamicElementsProviderComponentsVisitor
An addition to the ComponentsVisitor contract that provides access to some dynamic elements information. Can be used as a 'hard-wired' visitor as part of a CompoundComponentsVisitor declaration, or declared as a dynamic forms visitor, such as:
<df:visitor id="visitor" beanId="dynamicElementsProviderComponentsVisitor"/>
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.AbstractDynamicElement>
     
  • Method Details

    • getNonVisibleDynamicElements

      List<com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.AbstractDynamicElement> getNonVisibleDynamicElements(Object target)