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.DOMHTMLKeygenElement

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLKeygenElementCheckValidity

dOMHTMLKeygenElementGetAutofocus

dOMHTMLKeygenElementGetChallenge

dOMHTMLKeygenElementGetDisabled

dOMHTMLKeygenElementGetForm

dOMHTMLKeygenElementGetKeytype

dOMHTMLKeygenElementGetLabels

dOMHTMLKeygenElementGetName

dOMHTMLKeygenElementGetValidationMessage

dOMHTMLKeygenElementGetValidity

dOMHTMLKeygenElementGetWillValidate

dOMHTMLKeygenElementSetAutofocus

dOMHTMLKeygenElementSetChallenge

dOMHTMLKeygenElementSetCustomValidity

dOMHTMLKeygenElementSetDisabled

dOMHTMLKeygenElementSetKeytype

dOMHTMLKeygenElementSetName

Properties

Autofocus

data DOMHTMLKeygenElementAutofocusPropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementAutofocusPropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementAutofocusPropertyInfo = "autofocus" Source 
type AttrGetType DOMHTMLKeygenElementAutofocusPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementAutofocusPropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementAutofocusPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLKeygenElementAutofocusPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Challenge

data DOMHTMLKeygenElementChallengePropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementChallengePropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementChallengePropertyInfo = "challenge" Source 
type AttrGetType DOMHTMLKeygenElementChallengePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementChallengePropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementChallengePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLKeygenElementChallengePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Disabled

data DOMHTMLKeygenElementDisabledPropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementDisabledPropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementDisabledPropertyInfo = "disabled" Source 
type AttrGetType DOMHTMLKeygenElementDisabledPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementDisabledPropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementDisabledPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLKeygenElementDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Form

Keytype

data DOMHTMLKeygenElementKeytypePropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementKeytypePropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementKeytypePropertyInfo = "keytype" Source 
type AttrGetType DOMHTMLKeygenElementKeytypePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementKeytypePropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementKeytypePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLKeygenElementKeytypePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Labels

data DOMHTMLKeygenElementLabelsPropertyInfo Source

Name

data DOMHTMLKeygenElementNamePropertyInfo Source

Type

ValidationMessage

data DOMHTMLKeygenElementValidationMessagePropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementValidationMessagePropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementValidationMessagePropertyInfo = "validation-message" Source 
type AttrGetType DOMHTMLKeygenElementValidationMessagePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementValidationMessagePropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementValidationMessagePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLKeygenElementValidationMessagePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Validity

data DOMHTMLKeygenElementValidityPropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementValidityPropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementValidityPropertyInfo = "validity" Source 
type AttrGetType DOMHTMLKeygenElementValidityPropertyInfo = DOMValidityState Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementValidityPropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementValidityPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLKeygenElementValidityPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

WillValidate

data DOMHTMLKeygenElementWillValidatePropertyInfo Source

Instances

AttrInfo DOMHTMLKeygenElementWillValidatePropertyInfo Source 
type AttrLabel DOMHTMLKeygenElementWillValidatePropertyInfo = "will-validate" Source 
type AttrGetType DOMHTMLKeygenElementWillValidatePropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLKeygenElementWillValidatePropertyInfo = DOMHTMLKeygenElementK Source 
type AttrSetTypeConstraint DOMHTMLKeygenElementWillValidatePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLKeygenElementWillValidatePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source