Package com.grapecity.documents.excel
Class SelectFieldItem
java.lang.Object
com.grapecity.documents.excel.SelectFieldItem
Represents an checkBoxList/radioList item.
-
Constructor Summary
ConstructorsConstructorDescriptionGenerate an item for check box list or radio button list.SelectFieldItem(String text, Object value) Generate an item for check box list or radio button list. -
Method Summary
-
Constructor Details
-
SelectFieldItem
public SelectFieldItem()Generate an item for check box list or radio button list. -
SelectFieldItem
Generate an item for check box list or radio button list.- Parameters:
text- The text of the item.value- The value of the item.
-
-
Method Details
-
getText
Gets the text of the item. -
setText
Sets the text of the item.- Parameters:
text- The text of the item.
-
getValue
Gets the value of the item.- Returns:
- The value of the item.
-
setValue
Sets the value of the item.- Parameters:
value- The value of the item.
-