gi-webkit-0.2.4.13: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMValidityState

Contents

Description

 

Synopsis

Exported types

Methods

dOMValidityStateGetBadInput

dOMValidityStateGetCustomError

dOMValidityStateGetPatternMismatch

dOMValidityStateGetRangeOverflow

dOMValidityStateGetRangeUnderflow

dOMValidityStateGetStepMismatch

dOMValidityStateGetTooLong

dOMValidityStateGetTypeMismatch

dOMValidityStateGetValid

dOMValidityStateGetValueMissing

Properties

BadInput

CustomError

data DOMValidityStateCustomErrorPropertyInfo Source

PatternMismatch

data DOMValidityStatePatternMismatchPropertyInfo Source

Instances

AttrInfo DOMValidityStatePatternMismatchPropertyInfo Source 
type AttrLabel DOMValidityStatePatternMismatchPropertyInfo = "pattern-mismatch" Source 
type AttrGetType DOMValidityStatePatternMismatchPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMValidityStatePatternMismatchPropertyInfo = DOMValidityStateK Source 
type AttrSetTypeConstraint DOMValidityStatePatternMismatchPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMValidityStatePatternMismatchPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

RangeOverflow

data DOMValidityStateRangeOverflowPropertyInfo Source

Instances

AttrInfo DOMValidityStateRangeOverflowPropertyInfo Source 
type AttrLabel DOMValidityStateRangeOverflowPropertyInfo = "range-overflow" Source 
type AttrGetType DOMValidityStateRangeOverflowPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMValidityStateRangeOverflowPropertyInfo = DOMValidityStateK Source 
type AttrSetTypeConstraint DOMValidityStateRangeOverflowPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMValidityStateRangeOverflowPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

RangeUnderflow

data DOMValidityStateRangeUnderflowPropertyInfo Source

Instances

AttrInfo DOMValidityStateRangeUnderflowPropertyInfo Source 
type AttrLabel DOMValidityStateRangeUnderflowPropertyInfo = "range-underflow" Source 
type AttrGetType DOMValidityStateRangeUnderflowPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMValidityStateRangeUnderflowPropertyInfo = DOMValidityStateK Source 
type AttrSetTypeConstraint DOMValidityStateRangeUnderflowPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMValidityStateRangeUnderflowPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

StepMismatch

data DOMValidityStateStepMismatchPropertyInfo Source

Instances

TooLong

TypeMismatch

data DOMValidityStateTypeMismatchPropertyInfo Source

Instances

Valid

ValueMissing

data DOMValidityStateValueMissingPropertyInfo Source

Instances