窗体
继承层次
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public class SwebForm : SwebParentControl
Public Class SwebForm
Inherits SwebParentControl
SwebForm 类型公开以下成员。
构造函数
属性
方法
| 名称 | 说明 |
---|
 | Close |
关闭当前窗体。
|
 | CloseDrawer |
关闭侧边栏
|
 | CloseLoadingScreen |
关闭加载页面
|
 | DestroyDialog |
销毁弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | FindByRenderID | (继承自 SwebLayoutControl。) |
 | GetPropertyInitialValue |
根据属性名称获取STML协议中的属性默认值
(继承自 SwebControlBase。) |
 | Invoke(Delegate) | (继承自 SwebControlBase。) |
 | Invoke(Delegate, Object) | (继承自 SwebControlBase。) |
 | LoadClientData |
添加或修改客户端数据
|
 | OnBindValueUpdate | (继承自 SwebLayoutControl。) |
 | OpenDrawer |
打开侧边栏
|
 | ReadClientData |
获取客户端数据
|
 | RemoveClientData |
删除客户端数据
|
 | Show(SwebForm, FormRedirectCallBackEventHandler, Object) |
跳转指定窗体
|
 | Show(SwebForm, Boolean, FormRedirectCallBackEventHandler, Object) |
跳转指定窗体
|
 | ShowContextDialog |
弹出上下文用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowDialog(SwebUserControl, EventHandler) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowDialog(SwebUserControl, DialogOptions, EventHandler) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowLoadingScreen |
显示加载页面
|
 | ShowLoadingScreen(String) |
显示加载页面
|
 | ShowLoadingScreen(String, Boolean) |
显示加载页面
|
 | ShowModal(SwebUserControl) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | ShowModal(SwebUserControl, DialogOptions) |
弹出用户控件界面
(继承自 SwebLayoutControl。) |
 | Toast |
显示Toast
(继承自 SwebParentControl。) |
Top
事件
备注
参见