gi-webkit-3.0.11: 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

dOMHTMLKeygenElementCheckValidity Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getAutofocus

dOMHTMLKeygenElementGetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getChallenge

dOMHTMLKeygenElementGetChallenge Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDisabled

dOMHTMLKeygenElementGetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLKeygenElementGetForm Source #

No description available in the introspection data.

getKeytype

dOMHTMLKeygenElementGetKeytype Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getLabels

dOMHTMLKeygenElementGetLabels Source #

No description available in the introspection data.

getName

dOMHTMLKeygenElementGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValidationMessage

dOMHTMLKeygenElementGetValidationMessage Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValidity

dOMHTMLKeygenElementGetValidity Source #

No description available in the introspection data.

getWillValidate

dOMHTMLKeygenElementGetWillValidate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

setAutofocus

dOMHTMLKeygenElementSetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setChallenge

dOMHTMLKeygenElementSetChallenge Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCustomValidity

dOMHTMLKeygenElementSetCustomValidity Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

error: A gchar

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLKeygenElementSetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setKeytype

dOMHTMLKeygenElementSetKeytype Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setName

dOMHTMLKeygenElementSetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

autofocus

data DOMHTMLKeygenElementAutofocusPropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementAutofocusPropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementAutofocusPropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementAutofocusPropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementAutofocusPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementAutofocusPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementAutofocusPropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementAutofocusPropertyInfo Source # 

challenge

data DOMHTMLKeygenElementChallengePropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementChallengePropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementChallengePropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementChallengePropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementChallengePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementChallengePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementChallengePropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementChallengePropertyInfo Source # 

disabled

data DOMHTMLKeygenElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementDisabledPropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementDisabledPropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementDisabledPropertyInfo Source # 

form

data DOMHTMLKeygenElementFormPropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementFormPropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementFormPropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementFormPropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementFormPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementFormPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementFormPropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementFormPropertyInfo Source # 

keytype

data DOMHTMLKeygenElementKeytypePropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementKeytypePropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementKeytypePropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementKeytypePropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementKeytypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementKeytypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementKeytypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementKeytypePropertyInfo Source # 

labels

data DOMHTMLKeygenElementLabelsPropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementLabelsPropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementLabelsPropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementLabelsPropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementLabelsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementLabelsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementLabelsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementLabelsPropertyInfo Source # 

name

data DOMHTMLKeygenElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementNamePropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementNamePropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementNamePropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementNamePropertyInfo Source # 

type

data DOMHTMLKeygenElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementTypePropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementTypePropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementTypePropertyInfo Source # 

validationMessage

data DOMHTMLKeygenElementValidationMessagePropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementValidationMessagePropertyInfo Source # 

validity

data DOMHTMLKeygenElementValidityPropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementValidityPropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementValidityPropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementValidityPropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementValidityPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementValidityPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementValidityPropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementValidityPropertyInfo Source # 

willValidate

data DOMHTMLKeygenElementWillValidatePropertyInfo Source #

Instances

AttrInfo DOMHTMLKeygenElementWillValidatePropertyInfo Source # 
type AttrOrigin DOMHTMLKeygenElementWillValidatePropertyInfo Source # 
type AttrLabel DOMHTMLKeygenElementWillValidatePropertyInfo Source # 
type AttrGetType DOMHTMLKeygenElementWillValidatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLKeygenElementWillValidatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLKeygenElementWillValidatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLKeygenElementWillValidatePropertyInfo Source #