FineUICore 11.7
企业级 ASP.NET Core 控件库
|
控件基类 更多...
Public 成员函数 | |
ControlBase () | |
构造函数 | |
bool | PropertyModified (string propertyName) |
回发过程中此属性是否被改变 | |
bool | PropertyModified (params string[] propertyNames) |
回发过程中这些属性是否被改变 | |
string | GetPostBackEventReference () |
获取回发页面的客户端脚本 | |
string | GetPostBackEventReference (string action) |
获取回发页面的客户端脚本 | |
string | GetPostBackEventReference (string action, ParameterCollection parameters) |
获取回发页面的客户端脚本 | |
string | GetPostBackEventReference (Event evt) |
获取回发页面的客户端脚本 | |
virtual string | GetHideReference () |
获取隐藏控件的客户端脚本 | |
virtual string | GetShowReference () |
获取显示控件的客户端脚本 | |
属性 | |
ControlBase | Parent [get] |
父控件 | |
string | ProductName [get] |
产品名称 | |
virtual string | ProductVersion [get] |
产品版本 | |
virtual JObject | Attributes [get, set] |
HTML标签属性 | |
string | AttributeDataTag [get, set] |
HTML标签属性(data-tag) | |
string | WrapperID [get] |
控件外部容器的客户端ID(比如:Button1_wrapper) | |
string | ID [get, set] |
控件ID | |
virtual bool | Enabled [get, set] |
是否可用 | |
virtual bool | Hidden [get, set] |
是否隐藏控件 | |
virtual HideMode | HideMode [get, set] |
隐藏模式 | |
bool | IsFineUIAjaxPostBack [get] |
是否处于FineUI的AJAX回发过程 | |
bool | IsFineUICoreAjaxPostBack [get] |
是否处于FineUI的AJAX回发过程 | |
virtual ListenerCollection | Listeners [get, set] |
客户端事件列表 | |
virtual EventCollection | Events [get, set] |
服务端事件列表 | |
控件基类
FineUICore.ControlBase.ControlBase | ( | ) |
构造函数
|
virtual |
string FineUICore.ControlBase.GetPostBackEventReference | ( | ) |
获取回发页面的客户端脚本
string FineUICore.ControlBase.GetPostBackEventReference | ( | Event | evt | ) |
获取回发页面的客户端脚本
evt | 事件对象 |
string FineUICore.ControlBase.GetPostBackEventReference | ( | string | action | ) |
获取回发页面的客户端脚本
action | 动作地址 |
string FineUICore.ControlBase.GetPostBackEventReference | ( | string | action, |
ParameterCollection | parameters | ||
) |
获取回发页面的客户端脚本
action | 动作地址 |
parameters | 请求参数 |
|
virtual |
bool FineUICore.ControlBase.PropertyModified | ( | params string[] | propertyNames | ) |
回发过程中这些属性是否被改变
propertyNames | 属性名 |
bool FineUICore.ControlBase.PropertyModified | ( | string | propertyName | ) |
回发过程中此属性是否被改变
propertyName | 属性名 |
|
getset |
HTML标签属性(data-tag)
|
getset |
HTML标签属性
|
getset |
是否可用
|
getset |
服务端事件列表
|
getset |
是否隐藏控件
|
getset |
隐藏模式
|
getset |
控件ID
|
get |
是否处于FineUI的AJAX回发过程
|
get |
是否处于FineUI的AJAX回发过程
|
getset |
客户端事件列表
|
get |
父控件
|
get |
产品名称
|
get |
产品版本
|
get |
控件外部容器的客户端ID(比如:Button1_wrapper)