FineUICore 11.7
企业级 ASP.NET Core 控件库
|
复选框列表控件帮助类 更多...
Public 成员函数 | |
CheckBoxListAjaxHelper (CheckBoxList source) | |
构造函数 | |
void | SelectedValueArray (params string[] selectedValueArray) |
设置选中项 | |
void | DataSource (object dataSource) |
设置数据源 | |
void | DataSource (object dataSource, string dataValueField, string dataTextField) |
设置数据源 | |
void | DataSource (object dataSource, string dataValueField, string dataTextField, string dataEnabledField) |
设置数据源 | |
void | LoadData (params CheckItem[] items) |
加载数据 | |
void | LoadData () |
加载数据 | |
Public 成员函数 继承自 FineUICore.FieldAjaxHelper< CheckBoxList, CheckBoxListAjaxHelper > | |
FieldAjaxHelper (Field source) | |
构造函数 | |
void | Focus () |
使控件获得焦点 | |
void | Focus (bool selectText) |
使控件获得焦点,并选中控件中的文本内容 | |
void | Focus (bool selectText, int delayMilliseconds) |
使控件获得焦点,并选中控件中的文本内容 | |
string | GetFocusReference () |
获得使控件获得焦点的脚本 | |
string | GetFocusReference (bool selectText) |
获得使控件获得焦点,并选中控件中的文本内容的脚本 | |
string | GetFocusReference (bool selectText, int delayMilliseconds) |
获得使控件获得焦点,并选中控件中的文本内容的脚本 | |
void | Reset () |
重置此字段的值(比如用来清空FileUpload的内容) | |
string | GetResetReference () |
获取重置此字段的客户端脚本 | |
string | GetValueReference () |
获取此字段值的客户端脚本(注意返回的脚本不带结束分号) | |
void | MarkInvalid (string message) |
设置字段验证失败的提示信息 | |
void | ClearInvalid () |
清除验证失败的提示信息 | |
string | GetMarkInvalidReference (string message) |
获取字段验证失败提示信息的客户端脚本 | |
string | GetClearInvalidReference () |
获取清除验证失败提示信息的客户端脚本 | |
属性 | |
new CheckBoxList | Source [get] |
当前控件 | |
属性 继承自 FineUICore.FieldAjaxHelper< CheckBoxList, CheckBoxListAjaxHelper > | |
new Field | Source [get] |
当前控件 | |
复选框列表控件帮助类
FineUICore.CheckBoxListAjaxHelper.CheckBoxListAjaxHelper | ( | CheckBoxList | source | ) |
构造函数
source |
void FineUICore.CheckBoxListAjaxHelper.DataSource | ( | object | dataSource | ) |
设置数据源
dataSource |
void FineUICore.CheckBoxListAjaxHelper.DataSource | ( | object | dataSource, |
string | dataValueField, | ||
string | dataTextField | ||
) |
设置数据源
dataSource | |
dataValueField | |
dataTextField |
void FineUICore.CheckBoxListAjaxHelper.DataSource | ( | object | dataSource, |
string | dataValueField, | ||
string | dataTextField, | ||
string | dataEnabledField | ||
) |
设置数据源
dataSource | |
dataValueField | |
dataTextField |
void FineUICore.CheckBoxListAjaxHelper.LoadData | ( | ) |
加载数据
void FineUICore.CheckBoxListAjaxHelper.LoadData | ( | params CheckItem[] | items | ) |
加载数据
items |
void FineUICore.CheckBoxListAjaxHelper.SelectedValueArray | ( | params string[] | selectedValueArray | ) |
设置选中项
selectedValueArray |
|
get |
当前控件