Click or drag to resize
DefaultTemplate Class
默认的输出样式
Inheritance Hierarchy
SystemObject
  Adf.Web.PaginationDefaultTemplate

Namespace: Adf.Web.Pagination
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public class DefaultTemplate : ITemplate

The DefaultTemplate type exposes the following members.

Constructors
  NameDescription
Public methodDefaultTemplate
初始化类型
Top
Methods
  NameDescription
Public methodCreateButton(Int32, String)
创建按钮
Public methodCreateButton(String, String)
创建按钮
Public methodCreateButton(Int32, String, Boolean)
创建按钮
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Protected methodGetClientClick
获取客户端单击事件
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Protected methodJump1
Jump样式1
Protected methodJump2
Jump样式2
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Protected methodReaderJump
输出Jump样式
Protected methodReaderJumpScript
输出Jump的脚本块
Public methodRender
输出数据
Public methodRenderStyle
默认的样式输出
Protected methodTemplate0
样式0
Protected methodTemplate1
样式1
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyJumpOptionCount
下拉式Jump选项显示数,默认为50
Public propertyJumpText
获取Jump按钮显示文字
Public propertyPagination
获取当前分页组件
Top
See Also