参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
Public 成员函数 | 属性 | 所有成员列表
FineUI.BoxComponent类 参考

控件基类(抽象类) 更多...

类 FineUI.BoxComponent 继承关系图:
FineUI.Component FineUI.ControlBase FineUI.Container FineUI.Field FineUI.Toolbar FineUI.PanelBase FineUI.CheckBox FineUI.CheckBoxList FineUI.HtmlEditor FineUI.RadioButton FineUI.RadioButtonList FineUI.TextField FineUI.TooltipField

Public 成员函数

 BoxComponent ()
 构造函数 更多...
 
- Public 成员函数 继承自 FineUI.Component
 Component ()
 构造函数 更多...
 
new void Focus ()
 使控件获得焦点 更多...
 
void Focus (bool selectText)
 使控件获得焦点,并选中控件中的文本内容 更多...
 
void Focus (bool selectText, int delayMilliseconds)
 使控件获得焦点,并选中控件中的文本内容 更多...
 
virtual string GetFocusReference ()
 获得使控件获得焦点的脚本 更多...
 
virtual string GetFocusReference (bool selectText)
 获得使控件获得焦点,并选中控件中的文本内容的脚本 更多...
 
virtual string GetFocusReference (bool selectText, int delayMilliseconds)
 获得使控件获得焦点,并选中控件中的文本内容的脚本 更多...
 
- Public 成员函数 继承自 FineUI.ControlBase
 ControlBase ()
 构造函数 更多...
 
override void RenderControl (HtmlTextWriter writer)
 重载 RenderControl,为了向子控件公开 RenderBeginTag 和 RenderEndTag 两个方法 更多...
 
void RecoverPropertiesFromJObject (JObject state)
 从JObject恢复控件的属性 更多...
 
JObject ConvertPropertiesToJObject (List< string > propertyList)
 将控件的属性列表转化为JObject对象 更多...
 
string GetPostBackEventReference ()
 获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','');) 更多...
 
string GetPostBackEventReference (string eventArgument)
 获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','true');) 更多...
 

属性

Unit Width [get, set]
 宽度 更多...
 
Unit Height [get, set]
 高度 更多...
 
string AnchorValue [get, set]
 锚点值(当父容器的Layout=Anchor时有效) 更多...
 
string ColumnWidth [get, set]
 列的宽度(当父容器的Layout=Column时有效) 更多...
 
string RowHeight [get, set]
 行的宽度(当父容器的Layout=Row时有效) 更多...
 
Unit AbsoluteX [get, set]
 绝对定位的X坐标(当父容器的Layout=Absolute时有效) 更多...
 
Unit AbsoluteY [get, set]
 绝对定位的Y坐标(当父容器的Layout=Absolute时有效) 更多...
 
int TableConfigColumns [get, set]
 表格列数(当父容器的Layout=Table时有效) 更多...
 
int TableRowspan [get, set]
 表格合并行(当父容器的Layout=Table时有效) 更多...
 
int TableColspan [get, set]
 表格合并列(当父容器的Layout=Table时有效) 更多...
 
BoxLayoutAlign BoxConfigAlign [get, set]
 控制子控件的位置(当本容器的Layout=VBox或者HBox时有效) 更多...
 
BoxLayoutPosition BoxConfigPosition [get, set]
 控制子控件的位置(当本容器的Layout=VBox或者HBox时有效) 更多...
 
string BoxConfigPadding [get, set]
 内边距(当本容器的Layout=VBox或者HBox时有效) 更多...
 
string BoxConfigChildMargin [get, set]
 子控件的外边距(当本容器的Layout=VBox或者HBox时有效) 更多...
 
int BoxFlex [get, set]
 控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效) 更多...
 
string BoxMargin [get, set]
 外边距(当父容器的Layout=VBox或者HBox时有效) 更多...
 
- 属性 继承自 FineUI.Component
virtual bool FocusOnPageLoad [get, set]
 页面加载后立即获得焦点 更多...
 
virtual string CssClass [get, set]
 [AJAX属性]控件样式类名 更多...
 
virtual string CssStyle [get, set]
 [AJAX属性]控件样式 更多...
 
- 属性 继承自 FineUI.ControlBase
override bool EnableViewState [get]
 不支持此属性(禁用控件默认的ViewState) 更多...
 
override string ClientID [get]
 控件的客户端ID(比如:RegionPanel1_Button1) 更多...
 
string WrapperID [get]
 控件外部容器的客户端ID(比如:Button1_wrapper) 更多...
 
string ProductName [get]
 产品名称 更多...
 
virtual string ProductVersion [get]
 产品版本 更多...
 
JObject Attributes [get, set]
 HTML标签属性 更多...
 
override string ID [get, set]
 控件ID 更多...
 
virtual bool Enabled [get, set]
 [AJAX属性]是否可用 更多...
 
bool RenderToClient [get, set]
 指示控件是否被渲染出来(显示隐藏控件,请使用Hidden属性) 更多...
 
override bool Visible [get]
 只读属性,指示控件是否被渲染出来(显示隐藏控件,请使用Hidden属性) 更多...
 
virtual bool Hidden [get, set]
 [AJAX属性]是否隐藏控件 更多...
 
virtual HideMode HideMode [get, set]
 隐藏模式 更多...
 
virtual bool EnableAjax [get, set]
 是否启用AJAX 更多...
 
virtual bool EnableFStateCompress [get, set]
 是否启用FState压缩(默认为true) 更多...
 
bool EnableAjaxLoading [get, set]
 是否启用Ajax正在加载提示 更多...
 
AjaxLoadingType AjaxLoadingType [get, set]
 Ajax正在加载提示的类型 更多...
 
bool IsFineUIAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程 更多...
 

详细描述

控件基类(抽象类)

构造及析构函数说明

FineUI.BoxComponent.BoxComponent ( )

构造函数

属性说明

Unit FineUI.BoxComponent.AbsoluteX
getset

绝对定位的X坐标(当父容器的Layout=Absolute时有效)

Unit FineUI.BoxComponent.AbsoluteY
getset

绝对定位的Y坐标(当父容器的Layout=Absolute时有效)

string FineUI.BoxComponent.AnchorValue
getset

锚点值(当父容器的Layout=Anchor时有效)

BoxLayoutAlign FineUI.BoxComponent.BoxConfigAlign
getset

控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)

string FineUI.BoxComponent.BoxConfigChildMargin
getset

子控件的外边距(当本容器的Layout=VBox或者HBox时有效)

string FineUI.BoxComponent.BoxConfigPadding
getset

内边距(当本容器的Layout=VBox或者HBox时有效)

BoxLayoutPosition FineUI.BoxComponent.BoxConfigPosition
getset

控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)

int FineUI.BoxComponent.BoxFlex
getset

控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效)

string FineUI.BoxComponent.BoxMargin
getset

外边距(当父容器的Layout=VBox或者HBox时有效)

string FineUI.BoxComponent.ColumnWidth
getset

列的宽度(当父容器的Layout=Column时有效)

Unit FineUI.BoxComponent.Height
getset

高度

string FineUI.BoxComponent.RowHeight
getset

行的宽度(当父容器的Layout=Row时有效)

int FineUI.BoxComponent.TableColspan
getset

表格合并列(当父容器的Layout=Table时有效)

int FineUI.BoxComponent.TableConfigColumns
getset

表格列数(当父容器的Layout=Table时有效)

int FineUI.BoxComponent.TableRowspan
getset

表格合并行(当父容器的Layout=Table时有效)

Unit FineUI.BoxComponent.Width
getset

宽度


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