FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
载入中...
搜索中...
未找到
FineUIMvc.Component类 参考abstract

控件基类 更多...

类 FineUIMvc.Component 继承关系图:
FineUIMvc.ControlBase FineUIMvc.BaseMenuItem FineUIMvc.BoxComponent FineUIMvc.Menu FineUIMvc.Tool FineUIMvc.ToolbarFill FineUIMvc.ToolbarSeparator FineUIMvc.ToolbarText FineUIMvc.MenuItem FineUIMvc.MenuSeparator FineUIMvc.Button FineUIMvc.Calendar FineUIMvc.Container FineUIMvc.DataList FineUIMvc.Field FineUIMvc.MenuButton FineUIMvc.MenuCheckBox FineUIMvc.MenuHyperLink FineUIMvc.MenuText FineUIMvc.ButtonGroup FineUIMvc.FormRow FineUIMvc.PanelBase FineUIMvc.Toolbar FineUIMvc.CheckBox FineUIMvc.CheckBoxList FineUIMvc.HtmlEditor FineUIMvc.RadioButton FineUIMvc.RadioButtonList FineUIMvc.TextField FineUIMvc.ToolTipField

Public 成员函数

void ApplyStyles (string styles)
 设置控件样式
 
void AddCssClass (string cssClass)
 添加控件样式类
 
void RemoveCssClass (string cssClass)
 删除控件样式类
 
- Public 成员函数 继承自 FineUIMvc.ControlBase
 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 ? bool EncodeText [get, set]
 是否在客户端进行HTML编码
 
virtual bool FocusOnPageLoad [get, set]
 页面加载后立即获得焦点
 
virtual string CssClass [get, set]
 控件样式类名
 
virtual string CssStyle [get, set]
 控件样式
 
string Margin [get, set]
 外边距
 
int? MarginRight [get, set]
 右侧外边距
 
int? MarginLeft [get, set]
 左侧外边距
 
int? MarginTop [get, set]
 顶部外边距
 
int? MarginBottom [get, set]
 底部外边距
 
- 属性 继承自 FineUIMvc.ControlBase
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 IsFineUIMvcAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
virtual ListenerCollection Listeners [get, set]
 客户端事件列表
 
virtual EventCollection Events [get, set]
 服务端事件列表
 

详细描述

控件基类

成员函数说明

◆ AddCssClass()

void FineUIMvc.Component.AddCssClass ( string  cssClass)

添加控件样式类

参数
cssClass

◆ ApplyStyles()

void FineUIMvc.Component.ApplyStyles ( string  styles)

设置控件样式

参数
styles

◆ RemoveCssClass()

void FineUIMvc.Component.RemoveCssClass ( string  cssClass)

删除控件样式类

参数
cssClass

属性说明

◆ CssClass

virtual string FineUIMvc.Component.CssClass
getset

控件样式类名

◆ CssStyle

virtual string FineUIMvc.Component.CssStyle
getset

控件样式

◆ EncodeText

virtual ? bool FineUIMvc.Component.EncodeText
getset

是否在客户端进行HTML编码

◆ FocusOnPageLoad

virtual bool FineUIMvc.Component.FocusOnPageLoad
getset

页面加载后立即获得焦点

◆ Margin

string FineUIMvc.Component.Margin
getset

外边距

◆ MarginBottom

int? FineUIMvc.Component.MarginBottom
getset

底部外边距

◆ MarginLeft

int? FineUIMvc.Component.MarginLeft
getset

左侧外边距

◆ MarginRight

int? FineUIMvc.Component.MarginRight
getset

右侧外边距

◆ MarginTop

int? FineUIMvc.Component.MarginTop
getset

顶部外边距


该类的文档由以下文件生成: