[]
首页
开发者学堂
文档
活字格
SpreadJS
GcExcel
Wyn
论坛
市场
生态机会
招聘求职
项目合作
活动
活动公告
悬赏达人
GCDG
登录
/
注册
首页
开发者学堂
文档
活字格
SpreadJS
GcExcel
Wyn
论坛
市场
生态机会
招聘求职
项目合作
活动
活动公告
悬赏达人
GCDG
产品首页
在线Demo
产品文档
API 参考
技术社区
立即试用
GcExcel Java 中文文档
产品首页
在线Demo
产品文档
API 参考
技术社区
立即试用
com.grapecity.documents.excel
com.grapecity.documents.excel.drawing
com.grapecity.documents.excel.expressions
com.grapecity.documents.excel.forms
Interfaces
Classes
Enum Classes
com.grapecity.documents.excel.template
com.grapecity.documents.excel.template.DataSource
com.grapecity.documents.excel.forms
(Showing Draft Content)
package-summary
Package com.grapecity.documents.excel.forms
package
com.grapecity.documents.excel.forms
Related Packages
Package
Description
com.grapecity.documents.excel
com.grapecity.documents.excel.drawing
com.grapecity.documents.excel.expressions
com.grapecity.documents.excel.template
All Classes and Interfaces
Interfaces
Classes
Enum Classes
Class
Description
DropDownItem
代表
IDropDown
的一个项目。
FormControlOrientation
定义了控件或布局可以具有的不同方向。
FormControlType
表示表单控件的类型。
IButton
按钮控件。
ICellLinkControl
具有CellLink属性的控件的常见成员。
ICellLinkControlT
<T>
具有CellLink属性的控件的常见成员。
ICheckBox
复选框控件。
IContentControl
具有文本内容显示的共同控件成员。
IControl
表单控件的基类。
IControlCollection
表单控件集合的常见成员
IControlT
<T extends
IControlT
<T>>
表单控件的泛型成员
IDropDown
下拉控件。
IDropDownItemList
防止对
IItemList
<
DropDownItem
>的泛型类型参数进行擦除。
IGroupBox
组框控件。
IItemCollection
<T>
保存构成
ISelector
内容的项目集合。
IItemList
<T>
保存构成
ISelector
内容的项目列表。
ILabel
标签控件。
IListBox
列表框控件。
IListBoxItemCollection
防止对
IItemCollection
<
ListBoxItem
>的泛型类型参数擦除。
IListBoxItemList
防止对
IItemList
<
ListBoxItem
>的泛型类型参数擦除。
IOptionButton
选项按钮控件。
IRangeBase
表示一个具有特定范围内的值的元素。
IScrollBar
滚动条控件。
ISelector
表示一个控件,允许用户从其子元素中选择项目。
ISelectorT
<T extends
SelectorItem
,
TCollection extends
IItemList
<T>>
表示一个控件,允许用户从其子元素中选择项目。
ISpinner
下拉选择控件。
ListBoxItem
代表
IListBox
的一个项。
SelectionMode
列表框的选择模式
SelectorItem
为选择控件中的项目类型提供基类。