接口 ContentSelector<T>

类型参数:
T - the content type
所有已知实现类:
IncludeExcludeContentSelector

public interface ContentSelector<T>
Strategy used by CustomLayers to select the layer of an item.
从以下版本开始:
2.3.0
作者:
Madhura Bhave, Phillip Webb
另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    contains(T item)
    Returns true if the specified item is contained in this selection.
    Return the Layer that the selector represents.
  • 方法详细资料

    • getLayer

      Layer getLayer()
      Return the Layer that the selector represents.
      返回:
      the named layer
    • contains

      boolean contains(T item)
      Returns true if the specified item is contained in this selection.
      参数:
      item - the item to test
      返回:
      if the item is contained