FineUICore 12.0
全栈 ASP.NET Core 低代码开发框架
载入中...
搜索中...
未找到
FineUICore.WindowAjaxHelper类 参考

窗体控件帮助类 更多...

类 FineUICore.WindowAjaxHelper 继承关系图:
FineUICore.CollapsablePanelAjaxHelper< T, TAjaxHelper > FineUICore.PanelBaseAjaxHelper< T, TAjaxHelper > FineUICore.ContainerAjaxHelper< T, TAjaxHelper > FineUICore.BoxComponentAjaxHelper< T, TAjaxHelper > FineUICore.ComponentAjaxHelper< T, TAjaxHelper > FineUICore.ControlBaseAjaxHelper< T, TAjaxHelper > FineUICore.IControlBaseAjaxHelper< out T >

Public 成员函数

 WindowAjaxHelper (Window source)
 构造函数
 
override void Hidden (bool hidden)
 设置控件的隐藏状态
 
void Show ()
 显示窗体
 
void Show (string iframeUrl)
 显示窗体
 
void Show (string iframeUrl, string windowTitle)
 显示窗体
 
void Show (int? width, int? height)
 显示窗体
 
void Show (string windowTitle, int? width, int? height)
 显示窗体
 
void Show (string iframeUrl, string windowTitle, int? width, int? height)
 显示窗体
 
string GetShowReference ()
 获取显示窗体的客户端脚本
 
string GetShowReference (string iframeUrl)
 获取显示窗体的客户端脚本
 
string GetShowReference (string iframeUrl, string windowTitle)
 获取显示窗体的客户端脚本
 
string GetShowReference (int? width, int? height)
 获取显示窗体的客户端脚本
 
string GetShowReference (string windowTitle, int? width, int? height)
 获取显示窗体的客户端脚本
 
string GetShowReference (string iframeUrl, string windowTitle, int? width, int? height)
 获取显示窗体的客户端脚本
 
void Maximize ()
 最大化窗体尺寸
 
void Restore ()
 恢复窗体尺寸
 
void Minimize ()
 最小化窗体尺寸
 
string GetMaximizeReference ()
 获取最大化窗体尺寸的客户端脚本
 
string GetRestoreReference ()
 获取恢复窗体尺寸的客户端脚本
 
string GetMinimizeReference ()
 获取最小化窗体尺寸的客户端脚本
 
void Hide ()
 隐藏窗体
 
void HideRefresh ()
 隐藏窗体,然后刷新页面
 
void Close ()
 关闭窗体
 
void HideExecuteScript (string argument)
 隐藏窗体,然后执行客户端脚本
 
string GetHideReference ()
 获取隐藏窗体的客户端脚本
 
string GetHideRefreshReference ()
 获取隐藏窗体,然后刷新页面的客户端脚本
 
string GetCloseReference ()
 获取关闭窗体的客户端脚本
 
string GetHideExecuteScriptReference (string argument)
 获取隐藏窗体,然后执行脚本的客户端脚本
 
string GetSaveStateReference (params string[] values)
 注册控件ID。 可以调用ActiveWindow.GetWriteBackValueReference在子页面向这些服务器控件写入值
 
- Public 成员函数 继承自 FineUICore.CollapsablePanelAjaxHelper< T, TAjaxHelper >
 CollapsablePanelAjaxHelper (CollapsablePanel source)
 构造函数
 
void Expand ()
 展开面板
 
void Collapse ()
 折叠面板
 
void Collapsed (bool collapsed)
 设置面板的折叠状态
 
void Title (string text)
 设置面板标题文本
 
void TitleToolTip (string text)
 设置面板标题的提示文本
 
void IconFont (IconFont iconFont)
 设置图标
 
void IconFont (IconFont iconFont, string iconFontClass)
 设置图标
 
void IconUrl (string iconUrl)
 设置图标
 
void Icon (Icon icon)
 设置图标
 
- Public 成员函数 继承自 FineUICore.PanelBaseAjaxHelper< T, TAjaxHelper >
 PanelBaseAjaxHelper (PanelBase source)
 构造函数
 
void RefreshIFrame ()
 刷新面板中的IFrame页面
 
string GetRefreshIFrameReference ()
 获取刷新面板中IFrame页面的客户端脚本
 
void ClearDirty ()
 清空面板内表单字段的改变状态
 
string GetClearDirtyReference ()
 获取清空面板内表单字段改变状态的客户端脚本
 
void Reset ()
 重置面板中所有字段
 
string GetResetReference ()
 获取重置面板中所有字段的客户端脚本
 
- Public 成员函数 继承自 FineUICore.ContainerAjaxHelper< T, TAjaxHelper >
 ContainerAjaxHelper (Container source)
 构造函数
 
- Public 成员函数 继承自 FineUICore.BoxComponentAjaxHelper< T, TAjaxHelper >
 BoxComponentAjaxHelper (BoxComponent source)
 构造函数
 
- Public 成员函数 继承自 FineUICore.ComponentAjaxHelper< T, TAjaxHelper >
 ComponentAjaxHelper (Component source)
 构造函数
 
void ApplyStyles (string styles)
 设置控件样式
 
void CssStyle (string styles)
 设置控件样式
 
void AddCssClass (string cssClass)
 添加控件样式类
 
void RemoveCssClass (string cssClass)
 删除控件样式类
 
- Public 成员函数 继承自 FineUICore.ControlBaseAjaxHelper< T, TAjaxHelper >
 ControlBaseAjaxHelper (ControlBase source)
 构造函数
 
virtual void Enabled (bool enabled)
 设置控件的启用状态
 
virtual void Disabled (bool disabled)
 设置控件的禁用状态
 
virtual void Attribute (string key, string value)
 设置HTML标签属性
 

属性

new Window Source [get]
 当前控件
 
- 属性 继承自 FineUICore.CollapsablePanelAjaxHelper< T, TAjaxHelper >
new CollapsablePanel Source [get]
 当前控件
 
- 属性 继承自 FineUICore.PanelBaseAjaxHelper< T, TAjaxHelper >
new PanelBase Source [get]
 当前控件
 
- 属性 继承自 FineUICore.ContainerAjaxHelper< T, TAjaxHelper >
new Container Source [get]
 当前控件
 
- 属性 继承自 FineUICore.BoxComponentAjaxHelper< T, TAjaxHelper >
new BoxComponent Source [get]
 当前控件
 
- 属性 继承自 FineUICore.ComponentAjaxHelper< T, TAjaxHelper >
new Component Source [get]
 当前控件
 
- 属性 继承自 FineUICore.ControlBaseAjaxHelper< T, TAjaxHelper >
ControlBase Source [get]
 当前控件
 

详细描述

窗体控件帮助类

构造及析构函数说明

◆ WindowAjaxHelper()

FineUICore.WindowAjaxHelper.WindowAjaxHelper ( Window source)

构造函数

参数
source

成员函数说明

◆ Close()

void FineUICore.WindowAjaxHelper.Close ( )

关闭窗体

◆ GetCloseReference()

string FineUICore.WindowAjaxHelper.GetCloseReference ( )

获取关闭窗体的客户端脚本

返回
客户端脚本

◆ GetHideExecuteScriptReference()

string FineUICore.WindowAjaxHelper.GetHideExecuteScriptReference ( string argument)

获取隐藏窗体,然后执行脚本的客户端脚本

参数
argument执行的脚本
返回
客户端脚本

◆ GetHideReference()

string FineUICore.WindowAjaxHelper.GetHideReference ( )

获取隐藏窗体的客户端脚本

返回
客户端脚本

◆ GetHideRefreshReference()

string FineUICore.WindowAjaxHelper.GetHideRefreshReference ( )

获取隐藏窗体,然后刷新页面的客户端脚本

返回
客户端脚本

◆ GetMaximizeReference()

string FineUICore.WindowAjaxHelper.GetMaximizeReference ( )

获取最大化窗体尺寸的客户端脚本

返回
客户端脚本

◆ GetMinimizeReference()

string FineUICore.WindowAjaxHelper.GetMinimizeReference ( )

获取最小化窗体尺寸的客户端脚本

返回
客户端脚本

◆ GetRestoreReference()

string FineUICore.WindowAjaxHelper.GetRestoreReference ( )

获取恢复窗体尺寸的客户端脚本

返回
客户端脚本

◆ GetSaveStateReference()

string FineUICore.WindowAjaxHelper.GetSaveStateReference ( params string[] values)

注册控件ID。 可以调用ActiveWindow.GetWriteBackValueReference在子页面向这些服务器控件写入值

◆ GetShowReference() [1/6]

string FineUICore.WindowAjaxHelper.GetShowReference ( )

获取显示窗体的客户端脚本

返回
客户端脚本

◆ GetShowReference() [2/6]

string FineUICore.WindowAjaxHelper.GetShowReference ( int? width,
int? height )

获取显示窗体的客户端脚本

参数
width窗体宽度
height窗体高度
返回
客户端脚本

◆ GetShowReference() [3/6]

string FineUICore.WindowAjaxHelper.GetShowReference ( string iframeUrl)

获取显示窗体的客户端脚本

参数
iframeUrlIFrame地址
返回
客户端脚本

◆ GetShowReference() [4/6]

string FineUICore.WindowAjaxHelper.GetShowReference ( string iframeUrl,
string windowTitle )

获取显示窗体的客户端脚本

参数
iframeUrlIFrame地址
windowTitle窗体标题
返回
客户端脚本

◆ GetShowReference() [5/6]

string FineUICore.WindowAjaxHelper.GetShowReference ( string iframeUrl,
string windowTitle,
int? width,
int? height )

获取显示窗体的客户端脚本

参数
iframeUrlIFrame地址
windowTitle窗体标题
width窗体宽度
height窗体高度
返回
客户端脚本

◆ GetShowReference() [6/6]

string FineUICore.WindowAjaxHelper.GetShowReference ( string windowTitle,
int? width,
int? height )

获取显示窗体的客户端脚本

参数
windowTitle窗体标题
width窗体宽度
height窗体高度
返回
客户端脚本

◆ Hidden()

override void FineUICore.WindowAjaxHelper.Hidden ( bool hidden)
virtual

设置控件的隐藏状态

参数
hidden

重载 FineUICore.ControlBaseAjaxHelper< T, TAjaxHelper > .

◆ Hide()

void FineUICore.WindowAjaxHelper.Hide ( )

隐藏窗体

返回

◆ HideExecuteScript()

void FineUICore.WindowAjaxHelper.HideExecuteScript ( string argument)

隐藏窗体,然后执行客户端脚本

参数
argument客户端脚本

◆ HideRefresh()

void FineUICore.WindowAjaxHelper.HideRefresh ( )

隐藏窗体,然后刷新页面

◆ Maximize()

void FineUICore.WindowAjaxHelper.Maximize ( )

最大化窗体尺寸

◆ Minimize()

void FineUICore.WindowAjaxHelper.Minimize ( )

最小化窗体尺寸

◆ Restore()

void FineUICore.WindowAjaxHelper.Restore ( )

恢复窗体尺寸

◆ Show() [1/6]

void FineUICore.WindowAjaxHelper.Show ( )

显示窗体

◆ Show() [2/6]

void FineUICore.WindowAjaxHelper.Show ( int? width,
int? height )

显示窗体

参数
width窗体宽度
height窗体高度

◆ Show() [3/6]

void FineUICore.WindowAjaxHelper.Show ( string iframeUrl)

显示窗体

参数
iframeUrlIFrame地址

◆ Show() [4/6]

void FineUICore.WindowAjaxHelper.Show ( string iframeUrl,
string windowTitle )

显示窗体

参数
iframeUrlIFrame地址
windowTitle窗体标题

◆ Show() [5/6]

void FineUICore.WindowAjaxHelper.Show ( string iframeUrl,
string windowTitle,
int? width,
int? height )

显示窗体

参数
iframeUrlIFrame地址
windowTitle窗体标题
width窗体宽度
height窗体高度

◆ Show() [6/6]

void FineUICore.WindowAjaxHelper.Show ( string windowTitle,
int? width,
int? height )

显示窗体

参数
windowTitle窗体标题
width窗体宽度
height窗体高度

属性说明

◆ Source

new Window FineUICore.WindowAjaxHelper.Source
get

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