Interface RenderingVisibilityService

All Known Implementing Classes:
DefaultRenderingVisibilityService

public interface RenderingVisibilityService
Interface responsible for verifying the visibility of an ItemModel.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isVisible(ItemModel itemModel)
    Verifies the visibility of ItemModel
  • Method Details

    • isVisible

      boolean isVisible(ItemModel itemModel)
      Verifies the visibility of ItemModel
      Parameters:
      itemModel - the ItemModel
      Returns:
      true if the ItemModel is visible and false otherwise.