Interface IFormItemFilter


  • public interface IFormItemFilter
    Filter for checking whether a built-in or plugin widget form element should be included or excluded.
    Since:
    7.0.1
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • isIncludeItem

        boolean isIncludeItem​(Class<? extends IXItemBasic> item)
        Parameters:
        item - Built-in form element to check.
        Returns:
        true to include the item, false to exclude the item.
      • isIncludeWidget

        boolean isIncludeWidget​(XItemWidgetWrapper widget)
        Parameters:
        widget - Widget plugin form element to check.
        Returns:
        true to include the widget, false to exclude the widget.