[]
        
立即试用
(Showing Draft Content)

ISlicerItem

Interface ISlicerItem


public interface ISlicerItem
表示切片器中的一个项目。
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    获取切片项是否被选中的状态。
    获取切片项的值。
    void
    setSelected(boolean value)
    设置切片项是否被选中。
  • Method Details

    • getValue

      String getValue()
      获取切片项的值。
    • getSelected

      boolean getSelected()
      获取切片项是否被选中的状态。
    • setSelected

      void setSelected(boolean value)
      设置切片项是否被选中。