gi-webkit-3.0.7: 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.DOMHTMLKeygenElement

Contents

Description

 

Synopsis

Exported types

Methods

checkValidity

getAutofocus

getChallenge

data DOMHTMLKeygenElementGetChallengeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLKeygenElement a) => MethodInfo * DOMHTMLKeygenElementGetChallengeMethodInfo a signature Source # 

Methods

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

getDisabled

getForm

getKeytype

data DOMHTMLKeygenElementGetKeytypeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLKeygenElement a) => MethodInfo * DOMHTMLKeygenElementGetKeytypeMethodInfo a signature Source # 

Methods

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

getLabels

getName

data DOMHTMLKeygenElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLKeygenElement a) => MethodInfo * DOMHTMLKeygenElementGetNameMethodInfo a signature Source # 

Methods

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

getValidationMessage

getValidity

getWillValidate

setAutofocus

setChallenge

data DOMHTMLKeygenElementSetChallengeMethodInfo Source #

Instances

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

Methods

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

setCustomValidity

setDisabled

data DOMHTMLKeygenElementSetDisabledMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLKeygenElement a) => MethodInfo * DOMHTMLKeygenElementSetDisabledMethodInfo a signature Source # 

Methods

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

setKeytype

data DOMHTMLKeygenElementSetKeytypeMethodInfo Source #

Instances

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

Methods

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

setName

data DOMHTMLKeygenElementSetNameMethodInfo Source #

Instances

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

Methods

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

Properties

autofocus

data DOMHTMLKeygenElementAutofocusPropertyInfo Source #

Instances

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

dOMHTMLKeygenElementAutofocus :: AttrLabelProxy "autofocus" Source #

challenge

data DOMHTMLKeygenElementChallengePropertyInfo Source #

Instances

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

dOMHTMLKeygenElementChallenge :: AttrLabelProxy "challenge" Source #

disabled

data DOMHTMLKeygenElementDisabledPropertyInfo Source #

Instances

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

dOMHTMLKeygenElementDisabled :: AttrLabelProxy "disabled" Source #

form

data DOMHTMLKeygenElementFormPropertyInfo Source #

Instances

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

dOMHTMLKeygenElementForm :: AttrLabelProxy "form" Source #

keytype

data DOMHTMLKeygenElementKeytypePropertyInfo Source #

Instances

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

dOMHTMLKeygenElementKeytype :: AttrLabelProxy "keytype" Source #

labels

data DOMHTMLKeygenElementLabelsPropertyInfo Source #

Instances

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

dOMHTMLKeygenElementLabels :: AttrLabelProxy "labels" Source #

name

data DOMHTMLKeygenElementNamePropertyInfo Source #

Instances

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

dOMHTMLKeygenElementName :: AttrLabelProxy "name" Source #

type

data DOMHTMLKeygenElementTypePropertyInfo Source #

Instances

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

dOMHTMLKeygenElementType :: AttrLabelProxy "type" Source #

validationMessage

data DOMHTMLKeygenElementValidationMessagePropertyInfo Source #

Instances

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

dOMHTMLKeygenElementValidationMessage :: AttrLabelProxy "validationMessage" Source #

validity

data DOMHTMLKeygenElementValidityPropertyInfo Source #

Instances

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

dOMHTMLKeygenElementValidity :: AttrLabelProxy "validity" Source #

willValidate

data DOMHTMLKeygenElementWillValidatePropertyInfo Source #

Instances

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

dOMHTMLKeygenElementWillValidate :: AttrLabelProxy "willValidate" Source #