类 SelectFieldItem

java.lang.Object
com.grapecity.documents.excel.SelectFieldItem

public class SelectFieldItem extends Object
Represents an checkBoxList/radioList item.
  • 构造器详细资料

    • SelectFieldItem

      public SelectFieldItem()
      Generate an item for check box list or radio button list.
    • SelectFieldItem

      public SelectFieldItem(String text, Object value)
      Generate an item for check box list or radio button list.
      参数:
      text -
      value -
  • 方法详细资料

    • getText

      public String getText()
      Gets the text of the item.
      返回:
    • setText

      public void setText(String text)
      Sets the text of the item.
      参数:
      text -
    • getValue

      public Object getValue()
      Gets the value of the item.
      返回:
    • setValue

      public void setValue(Object value)
      Sets the value of the item.
      参数:
      value -