FineUIPro 11.6
企业级 ASP.NET UI 控件库
载入中...
搜索中...
未找到
FineUIPro.BoxComponent类 参考abstract

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

类 FineUIPro.BoxComponent 继承关系图:
FineUIPro.Component FineUIPro.ControlBase FineUIPro.Button FineUIPro.Calendar FineUIPro.Container FineUIPro.DataList FineUIPro.Field FineUIPro.ButtonGroup FineUIPro.FormRow FineUIPro.PanelBase FineUIPro.Toolbar FineUIPro.CheckBox FineUIPro.CheckBoxList FineUIPro.HtmlEditor FineUIPro.RadioButton FineUIPro.RadioButtonList FineUIPro.TextField FineUIPro.ToolTipField

Public 成员函数

 BoxComponent ()
 构造函数
 
- Public 成员函数 继承自 FineUIPro.Component
 Component ()
 构造函数
 
- Public 成员函数 继承自 FineUIPro.ControlBase
 ControlBase ()
 构造函数
 
override void RenderControl (HtmlTextWriter writer)
 重载 RenderControl,为了向子控件公开 RenderBeginTag 和 RenderEndTag 两个方法
 
bool PropertyModified (string propertyName)
 回发过程中此属性是否被改变 如果是客户端可以改变的属性,仅在服务器端改变时才返回 true, (如果仅是客户端改变,则返回 false,因为客户端改变的属性不需要再输出相应的 JavaScript 脚本)
 
bool PropertyModified (params string[] propertyNames)
 回发过程中这些属性是否被改变 只要任何属性被改变,就返回 true
 
void RecoverPropertiesFromJObject (JObject state)
 从JObject恢复控件的属性
 
JObject ConvertPropertiesToJObject (List< string > propertyList)
 将控件的属性列表转化为JObject对象
 
string GetPostBackEventReference ()
 获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','');)
 
string GetPostBackEventReference (string eventArgument)
 获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','true');)
 
string GetPostBackEventReference (string eventArgument, bool enableAjax)
 获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','true');)
 
string GetPostBackEventReference (string eventArgument, bool enableAjax, bool persistOriginal)
 获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','true');)
 

属性

Unit Width [get, set]
 宽度
 
Unit Height [get, set]
 高度
 
string AnchorValue [get, set]
 锚点值(当父容器的Layout=Anchor时有效)
 
string ColumnWidth [get, set]
 列的宽度(当父容器的Layout=Column时有效)
 
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时有效)
 
string BoxConfigLastChildMargin [get, set]
 最后一个子控件的外边距(当本容器的Layout=VBox或者HBox时有效)
 
int BoxFlex [get, set]
 控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效)
 
Unit BlockConfigSpace [get, set]
 块间距(当本容器的Layout=Block时有效)
 
int BlockConfigBlockCount [get, set]
 自定义总块数(当本容器的Layout=Block时有效)
 
int Block [get, set]
 块大小,超小屏幕(当父容器的Layout=Block时有效)
 
int BlockSM [get, set]
 块大小,小屏幕(当父容器的Layout=Block时有效)
 
int BlockMD [get, set]
 块大小,中等屏幕(当父容器的Layout=Block时有效)
 
int BlockLG [get, set]
 块大小,大屏幕(当父容器的Layout=Block时有效)
 
bool RegionSplit [get, set]
 是否启用区域分隔条
 
bool RegionSplitDraggable [get, set]
 区域分隔条是否可拖动
 
bool RegionSplitIcon [get, set]
 是否显示区域分隔条图标
 
Unit RegionSplitWidth [get, set]
 区域分隔条的宽度
 
bool RegionSplitTransparent [get, set]
 区域分隔条是否透明
 
string RegionPercent [get, set]
 区域的百分比尺寸(当父容器的Layout=Region时有效)
 
bool RegionSplitHeaderClass [get, set]
 是否为区域分隔条使用表头样式
 
Position RegionPosition [get, set]
 区域所在的位置
 
- 属性 继承自 FineUIPro.Component
virtual ? bool EncodeText [get, set]
 
virtual bool FocusOnPageLoad [get, set]
 页面加载后立即获得焦点
 
virtual string CssClass [get, set]
 [AJAX属性]控件样式类名
 
virtual string CssStyle [get, set]
 [AJAX属性]控件样式
 
string Margin [get, set]
 外边距
 
Unit MarginRight [get, set]
 右侧外边距
 
Unit MarginLeft [get, set]
 左侧外边距
 
Unit MarginTop [get, set]
 顶部外边距
 
Unit MarginBottom [get, set]
 底部外边距
 
- 属性 继承自 FineUIPro.ControlBase
override bool EnableViewState [get]
 不支持此属性
 
override string ClientID [get]
 控件的客户端ID(比如:RegionPanel1_Button1)
 
string WrapperID [get]
 控件外部容器的客户端ID(比如:Button1_wrapper)
 
string ProductName [get]
 产品名称
 
virtual string ProductVersion [get]
 产品版本
 
virtual JObject Attributes [get, set]
 HTML标签属性
 
string AttributeDataTag [get, set]
 HTML标签属性(data-tag)
 
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
 
bool EnableAjaxLoading [get, set]
 是否启用Ajax正在加载提示
 
AjaxLoadingType AjaxLoadingType [get, set]
 Ajax正在加载提示的类型
 
string AjaxLoadingText [get, set]
 AJAX提示的文本
 
string AjaxLoadingMaskText [get, set]
 Mask类型的AJAX提示文本
 
bool ShowAjaxLoadingMaskText [get, set]
 是否显示Mask类型的提示文本
 
bool IsFineUIAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
bool IsFineUIProAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
virtual ListenerCollection Listeners [get]
 客户端事件列表
 

详细描述

控件基类(抽象类)

构造及析构函数说明

◆ BoxComponent()

FineUIPro.BoxComponent.BoxComponent ( )

构造函数

属性说明

◆ AbsoluteX

Unit FineUIPro.BoxComponent.AbsoluteX
getset

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

◆ AbsoluteY

Unit FineUIPro.BoxComponent.AbsoluteY
getset

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

◆ AnchorValue

string FineUIPro.BoxComponent.AnchorValue
getset

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

◆ Block

int FineUIPro.BoxComponent.Block
getset

块大小,超小屏幕(当父容器的Layout=Block时有效)

◆ BlockConfigBlockCount

int FineUIPro.BoxComponent.BlockConfigBlockCount
getset

自定义总块数(当本容器的Layout=Block时有效)

◆ BlockConfigSpace

Unit FineUIPro.BoxComponent.BlockConfigSpace
getset

块间距(当本容器的Layout=Block时有效)

◆ BlockLG

int FineUIPro.BoxComponent.BlockLG
getset

块大小,大屏幕(当父容器的Layout=Block时有效)

◆ BlockMD

int FineUIPro.BoxComponent.BlockMD
getset

块大小,中等屏幕(当父容器的Layout=Block时有效)

◆ BlockSM

int FineUIPro.BoxComponent.BlockSM
getset

块大小,小屏幕(当父容器的Layout=Block时有效)

◆ BoxConfigAlign

BoxLayoutAlign FineUIPro.BoxComponent.BoxConfigAlign
getset

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

◆ BoxConfigChildMargin

string FineUIPro.BoxComponent.BoxConfigChildMargin
getset

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

◆ BoxConfigLastChildMargin

string FineUIPro.BoxComponent.BoxConfigLastChildMargin
getset

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

◆ BoxConfigPadding

string FineUIPro.BoxComponent.BoxConfigPadding
getset

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

◆ BoxConfigPosition

BoxLayoutPosition FineUIPro.BoxComponent.BoxConfigPosition
getset

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

◆ BoxFlex

int FineUIPro.BoxComponent.BoxFlex
getset

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

◆ ColumnWidth

string FineUIPro.BoxComponent.ColumnWidth
getset

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

◆ Height

Unit FineUIPro.BoxComponent.Height
getset

高度

◆ RegionPercent

string FineUIPro.BoxComponent.RegionPercent
getset

区域的百分比尺寸(当父容器的Layout=Region时有效)

◆ RegionPosition

Position FineUIPro.BoxComponent.RegionPosition
getset

区域所在的位置

◆ RegionSplit

bool FineUIPro.BoxComponent.RegionSplit
getset

是否启用区域分隔条

◆ RegionSplitDraggable

bool FineUIPro.BoxComponent.RegionSplitDraggable
getset

区域分隔条是否可拖动

◆ RegionSplitHeaderClass

bool FineUIPro.BoxComponent.RegionSplitHeaderClass
getset

是否为区域分隔条使用表头样式

◆ RegionSplitIcon

bool FineUIPro.BoxComponent.RegionSplitIcon
getset

是否显示区域分隔条图标

◆ RegionSplitTransparent

bool FineUIPro.BoxComponent.RegionSplitTransparent
getset

区域分隔条是否透明

◆ RegionSplitWidth

Unit FineUIPro.BoxComponent.RegionSplitWidth
getset

区域分隔条的宽度

◆ TableColspan

int FineUIPro.BoxComponent.TableColspan
getset

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

◆ TableConfigColumns

int FineUIPro.BoxComponent.TableConfigColumns
getset

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

◆ TableRowspan

int FineUIPro.BoxComponent.TableRowspan
getset

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

◆ Width

Unit FineUIPro.BoxComponent.Width
getset

宽度


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