FineUICore 10.0
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.NumberBoxAjaxHelper类 参考

数字输入框控件帮助类 更多...

类 FineUICore.NumberBoxAjaxHelper 继承关系图:
FineUICore.RealTextFieldAjaxHelper< NumberBox, NumberBoxAjaxHelper >

Public 成员函数

 NumberBoxAjaxHelper (NumberBox source)
 构造函数
 
void NoDecimal (bool noDecimal)
 设置是否允许小数
 
void NoNegative (bool noNegative)
 设置是否允许负数
 
void DecimalPrecision (int decimalPrecision)
 设置小数点后的位数(默认为2)
 
void Increment (double increment)
 设置增量
 
void MinValue (double? minValue)
 设置最小值(null用来清空最小值)
 
void MaxValue (double? maxValue)
 设置最大值(null用来清空最大值)
 
- Public 成员函数 继承自 FineUICore.RealTextFieldAjaxHelper< NumberBox, NumberBoxAjaxHelper >
 RealTextFieldAjaxHelper (RealTextField source)
 构造函数
 
virtual void Text (string text)
 设置文本
 

属性

new NumberBox Source [get]
 当前控件
 
- 属性 继承自 FineUICore.RealTextFieldAjaxHelper< NumberBox, NumberBoxAjaxHelper >
new RealTextField Source [get]
 当前控件
 

详细描述

数字输入框控件帮助类

构造及析构函数说明

◆ NumberBoxAjaxHelper()

FineUICore.NumberBoxAjaxHelper.NumberBoxAjaxHelper ( NumberBox  source)

构造函数

参数
source

成员函数说明

◆ DecimalPrecision()

void FineUICore.NumberBoxAjaxHelper.DecimalPrecision ( int  decimalPrecision)

设置小数点后的位数(默认为2)

参数
decimalPrecision

◆ Increment()

void FineUICore.NumberBoxAjaxHelper.Increment ( double  increment)

设置增量

参数
increment

◆ MaxValue()

void FineUICore.NumberBoxAjaxHelper.MaxValue ( double?  maxValue)

设置最大值(null用来清空最大值)

参数
maxValue

◆ MinValue()

void FineUICore.NumberBoxAjaxHelper.MinValue ( double?  minValue)

设置最小值(null用来清空最小值)

参数
minValue

◆ NoDecimal()

void FineUICore.NumberBoxAjaxHelper.NoDecimal ( bool  noDecimal)

设置是否允许小数

参数
noDecimal

◆ NoNegative()

void FineUICore.NumberBoxAjaxHelper.NoNegative ( bool  noNegative)

设置是否允许负数

参数
noNegative

属性说明

◆ Source

new NumberBox FineUICore.NumberBoxAjaxHelper.Source
get

当前控件


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