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

控件基类 更多...

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

属性

int? Width [get, set]
 宽度
 
int? Height [get, set]
 高度
 
string AnchorValue [get, set]
 锚点值(当父容器的Layout=Anchor时有效)
 
string ColumnWidth [get, set]
 列的宽度(当父容器的Layout=Column时有效)
 
int? AbsoluteX [get, set]
 绝对定位的X坐标(当父容器的Layout=Absolute时有效)
 
int? 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时有效)
 
bool RegionSplit [get, set]
 是否启用区域分隔条
 
bool RegionSplitDraggable [get, set]
 区域分隔条是否可拖动
 
bool RegionSplitIcon [get, set]
 是否显示区域分隔条图标
 
bool RegionSplitTransparent [get, set]
 区域分隔条是否透明
 
int? RegionSplitWidth [get, set]
 区域分隔条的宽度
 
string RegionPercent [get, set]
 区域的百分比尺寸(当父容器的Layout=Region时有效)
 
bool RegionSplitHeaderClass [get, set]
 是否为区域分隔条使用表头样式
 
Position RegionPosition [get, set]
 区域所在的位置
 
int? 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时有效)
 
- 属性 继承自 FineUIMvc.Component
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]
 服务端事件列表
 

额外继承的成员函数

- Public 成员函数 继承自 FineUIMvc.Component
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)
 获取回发页面的客户端脚本
 

详细描述

控件基类

属性说明

◆ AbsoluteX

int? FineUIMvc.BoxComponent.AbsoluteX
getset

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

◆ AbsoluteY

int? FineUIMvc.BoxComponent.AbsoluteY
getset

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

◆ AnchorValue

string FineUIMvc.BoxComponent.AnchorValue
getset

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

◆ Block

int FineUIMvc.BoxComponent.Block
getset

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

◆ BlockConfigBlockCount

int FineUIMvc.BoxComponent.BlockConfigBlockCount
getset

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

◆ BlockConfigSpace

int? FineUIMvc.BoxComponent.BlockConfigSpace
getset

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

◆ BlockLG

int FineUIMvc.BoxComponent.BlockLG
getset

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

◆ BlockMD

int FineUIMvc.BoxComponent.BlockMD
getset

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

◆ BlockSM

int FineUIMvc.BoxComponent.BlockSM
getset

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

◆ BoxConfigAlign

BoxLayoutAlign FineUIMvc.BoxComponent.BoxConfigAlign
getset

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

◆ BoxConfigChildMargin

string FineUIMvc.BoxComponent.BoxConfigChildMargin
getset

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

◆ BoxConfigLastChildMargin

string FineUIMvc.BoxComponent.BoxConfigLastChildMargin
getset

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

◆ BoxConfigPadding

string FineUIMvc.BoxComponent.BoxConfigPadding
getset

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

◆ BoxConfigPosition

BoxLayoutPosition FineUIMvc.BoxComponent.BoxConfigPosition
getset

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

◆ BoxFlex

int FineUIMvc.BoxComponent.BoxFlex
getset

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

◆ ColumnWidth

string FineUIMvc.BoxComponent.ColumnWidth
getset

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

◆ Height

int? FineUIMvc.BoxComponent.Height
getset

高度

◆ RegionPercent

string FineUIMvc.BoxComponent.RegionPercent
getset

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

◆ RegionPosition

Position FineUIMvc.BoxComponent.RegionPosition
getset

区域所在的位置

◆ RegionSplit

bool FineUIMvc.BoxComponent.RegionSplit
getset

是否启用区域分隔条

◆ RegionSplitDraggable

bool FineUIMvc.BoxComponent.RegionSplitDraggable
getset

区域分隔条是否可拖动

◆ RegionSplitHeaderClass

bool FineUIMvc.BoxComponent.RegionSplitHeaderClass
getset

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

◆ RegionSplitIcon

bool FineUIMvc.BoxComponent.RegionSplitIcon
getset

是否显示区域分隔条图标

◆ RegionSplitTransparent

bool FineUIMvc.BoxComponent.RegionSplitTransparent
getset

区域分隔条是否透明

◆ RegionSplitWidth

int? FineUIMvc.BoxComponent.RegionSplitWidth
getset

区域分隔条的宽度

◆ TableColspan

int FineUIMvc.BoxComponent.TableColspan
getset

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

◆ TableConfigColumns

int FineUIMvc.BoxComponent.TableConfigColumns
getset

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

◆ TableRowspan

int FineUIMvc.BoxComponent.TableRowspan
getset

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

◆ Width

int? FineUIMvc.BoxComponent.Width
getset

宽度


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