接口 IDropDown

所有超级接口:
ICellLinkControl, ICellLinkControlT<Integer>, IControl, IControlT<IDropDown>, ISelector, ISelectorT<DropDownItem,IDropDownItemList>

public interface IDropDown extends IControlT<IDropDown>, ISelectorT<DropDownItem,IDropDownItemList>
下拉控件。
  • 方法详细资料

    • getDropDownLines

      int getDropDownLines()
      获取最大列表数。
    • setDropDownLines

      void setDropDownLines(int value)
      设置最大列表数量。