Interface DynamicContainerStrategy


public interface DynamicContainerStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isDynamic(List items)
    Determines if a items list contains elements that should be rendered dynamically.
    default boolean
    Check if the strategy is enabled for the given bean
  • Method Details

    • isDynamic

      boolean isDynamic(@NonNull List items)
      Determines if a items list contains elements that should be rendered dynamically.
      Parameters:
      items - the items list
      Returns:
      true if the rendering should be dynamic
    • isEnabled

      default boolean isEnabled(@NonNull Object bean)
      Check if the strategy is enabled for the given bean