gi-webkit-3.0.9: 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.DOMHTMLFieldSetElement

Contents

Description

 

Synopsis

Exported types

Methods

checkValidity

getDisabled

getElements

getForm

getName

data DOMHTMLFieldSetElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFieldSetElement a) => MethodInfo * DOMHTMLFieldSetElementGetNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLFieldSetElementGetNameMethodInfo a -> signature -> s

getValidationMessage

getValidity

getWillValidate

setCustomValidity

setDisabled

setName

data DOMHTMLFieldSetElementSetNameMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLFieldSetElement a) => MethodInfo * DOMHTMLFieldSetElementSetNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLFieldSetElementSetNameMethodInfo a -> signature -> s

Properties

disabled

data DOMHTMLFieldSetElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementDisabledPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementDisabledPropertyInfo = "disabled"
type AttrGetType DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLFieldSetElementDisabled :: AttrLabelProxy "disabled" Source #

elements

data DOMHTMLFieldSetElementElementsPropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementElementsPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementElementsPropertyInfo = "elements"
type AttrGetType DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementElementsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementElementsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFieldSetElementElements :: AttrLabelProxy "elements" Source #

form

data DOMHTMLFieldSetElementFormPropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementFormPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrGetType DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementFormPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementFormPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFieldSetElementForm :: AttrLabelProxy "form" Source #

name

data DOMHTMLFieldSetElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementNamePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrGetType DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLFieldSetElementName :: AttrLabelProxy "name" Source #

type

data DOMHTMLFieldSetElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementTypePropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrGetType DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementTypePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFieldSetElementType :: AttrLabelProxy "type" Source #

validationMessage

data DOMHTMLFieldSetElementValidationMessagePropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementValidationMessagePropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementValidationMessagePropertyInfo = "validation-message"
type AttrGetType DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementValidationMessagePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementValidationMessagePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFieldSetElementValidationMessage :: AttrLabelProxy "validationMessage" Source #

validity

data DOMHTMLFieldSetElementValidityPropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementValidityPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementValidityPropertyInfo = "validity"
type AttrGetType DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementValidityPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementValidityPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFieldSetElementValidity :: AttrLabelProxy "validity" Source #

willValidate

data DOMHTMLFieldSetElementWillValidatePropertyInfo Source #

Instances

AttrInfo DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFieldSetElementWillValidatePropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrLabel DOMHTMLFieldSetElementWillValidatePropertyInfo = "will-validate"
type AttrGetType DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementWillValidatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFieldSetElementWillValidatePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLFieldSetElementWillValidate :: AttrLabelProxy "willValidate" Source #