Static variables

@:value(128)staticCLOSURE_CACHE_SIZE:Int = 128

Static methods

staticsetTextValueToInt(field:BaseTextFieldView, textValue:String, minValue:Int, maxValue:Int):Void

staticsetEmptyToInt(field:BaseTextFieldView, minValue:Int, maxValue:Int):Int

staticsetTextValueToFloat(field:BaseTextFieldView, textValue:String, minValue:Float, maxValue:Float, round:Int, finishing:Bool):Void

staticsetEmptyToFloat(field:BaseTextFieldView, minValue:Float, maxValue:Float, round:Int):Float

staticapplyFloatOrIntOperationsIfNeeded(field:BaseTextFieldView, textValue:String, minValue:Float, maxValue:Float, castToInt:Bool, round:Int):Bool