Preparing search index...
The search index is not available
zkoss
zkoss
zul
inp
InputValidationResult
Interface InputValidationResult<ValueType>
The input related widgets, such as textbox and combobox.
interface
InputValidationResult
<
ValueType
>
{
error
?:
string
;
rawValue
?:
string
;
server
?:
boolean
;
value
?:
ValueType
;
}
Type Parameters
ValueType
Hierarchy (
view full
)
CoerceFromStringResult
InputValidationResult
Index
Properties
error?
raw
Value?
server?
value?
Properties
Optional
error
error
?:
string
Optional
raw
Value
raw
Value
?:
string
Optional
server
server
?:
boolean
Optional
value
value
?:
ValueType
Settings
Member Visibility
Protected
Private
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
error
raw
Value
server
value
zkoss
zhtml
zkbind
zkex
zkmax
zul
zk
The input related widgets, such as textbox and combobox.