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

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLSelectElementAdd

dOMHTMLSelectElementCheckValidity

dOMHTMLSelectElementGetAutofocus

dOMHTMLSelectElementGetDisabled

dOMHTMLSelectElementGetForm

dOMHTMLSelectElementGetLabels

dOMHTMLSelectElementGetLength

dOMHTMLSelectElementGetMultiple

dOMHTMLSelectElementGetName

dOMHTMLSelectElementGetOptions

dOMHTMLSelectElementGetRequired

dOMHTMLSelectElementGetSelectedIndex

dOMHTMLSelectElementGetSelectedOptions

dOMHTMLSelectElementGetSize

dOMHTMLSelectElementGetValidationMessage

dOMHTMLSelectElementGetValidity

dOMHTMLSelectElementGetValue

dOMHTMLSelectElementGetWillValidate

dOMHTMLSelectElementItem

dOMHTMLSelectElementNamedItem

dOMHTMLSelectElementRemove

dOMHTMLSelectElementSetAutofocus

dOMHTMLSelectElementSetCustomValidity

dOMHTMLSelectElementSetDisabled

dOMHTMLSelectElementSetLength

dOMHTMLSelectElementSetMultiple

dOMHTMLSelectElementSetName

dOMHTMLSelectElementSetRequired

dOMHTMLSelectElementSetSelectedIndex

dOMHTMLSelectElementSetSize

dOMHTMLSelectElementSetValue

Properties

Autofocus

data DOMHTMLSelectElementAutofocusPropertyInfo Source

Instances

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

Disabled

data DOMHTMLSelectElementDisabledPropertyInfo Source

Instances

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

Form

Labels

data DOMHTMLSelectElementLabelsPropertyInfo Source

Length

data DOMHTMLSelectElementLengthPropertyInfo Source

Instances

AttrInfo DOMHTMLSelectElementLengthPropertyInfo Source 
type AttrLabel DOMHTMLSelectElementLengthPropertyInfo = "length" Source 
type AttrGetType DOMHTMLSelectElementLengthPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLSelectElementLengthPropertyInfo = DOMHTMLSelectElementK Source 
type AttrSetTypeConstraint DOMHTMLSelectElementLengthPropertyInfo = TYPE Lifted ~ Word64 Source 
type AttrAllowedOps DOMHTMLSelectElementLengthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Multiple

data DOMHTMLSelectElementMultiplePropertyInfo Source

Instances

AttrInfo DOMHTMLSelectElementMultiplePropertyInfo Source 
type AttrLabel DOMHTMLSelectElementMultiplePropertyInfo = "multiple" Source 
type AttrGetType DOMHTMLSelectElementMultiplePropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLSelectElementMultiplePropertyInfo = DOMHTMLSelectElementK Source 
type AttrSetTypeConstraint DOMHTMLSelectElementMultiplePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLSelectElementMultiplePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Name

data DOMHTMLSelectElementNamePropertyInfo Source

Options

data DOMHTMLSelectElementOptionsPropertyInfo Source

Instances

Required

data DOMHTMLSelectElementRequiredPropertyInfo Source

Instances

AttrInfo DOMHTMLSelectElementRequiredPropertyInfo Source 
type AttrLabel DOMHTMLSelectElementRequiredPropertyInfo = "required" Source 
type AttrGetType DOMHTMLSelectElementRequiredPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLSelectElementRequiredPropertyInfo = DOMHTMLSelectElementK Source 
type AttrSetTypeConstraint DOMHTMLSelectElementRequiredPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLSelectElementRequiredPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SelectedIndex

data DOMHTMLSelectElementSelectedIndexPropertyInfo Source

Instances

AttrInfo DOMHTMLSelectElementSelectedIndexPropertyInfo Source 
type AttrLabel DOMHTMLSelectElementSelectedIndexPropertyInfo = "selected-index" Source 
type AttrGetType DOMHTMLSelectElementSelectedIndexPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLSelectElementSelectedIndexPropertyInfo = DOMHTMLSelectElementK Source 
type AttrSetTypeConstraint DOMHTMLSelectElementSelectedIndexPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLSelectElementSelectedIndexPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SelectedOptions

data DOMHTMLSelectElementSelectedOptionsPropertyInfo Source

Instances

AttrInfo DOMHTMLSelectElementSelectedOptionsPropertyInfo Source 
type AttrLabel DOMHTMLSelectElementSelectedOptionsPropertyInfo = "selected-options" Source 
type AttrGetType DOMHTMLSelectElementSelectedOptionsPropertyInfo = DOMHTMLCollection Source 
type AttrBaseTypeConstraint DOMHTMLSelectElementSelectedOptionsPropertyInfo = DOMHTMLSelectElementK Source 
type AttrSetTypeConstraint DOMHTMLSelectElementSelectedOptionsPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLSelectElementSelectedOptionsPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Size

data DOMHTMLSelectElementSizePropertyInfo Source

Type

ValidationMessage

data DOMHTMLSelectElementValidationMessagePropertyInfo Source

Instances

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

Validity

data DOMHTMLSelectElementValidityPropertyInfo Source

Instances

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

Value

data DOMHTMLSelectElementValuePropertyInfo Source

WillValidate

data DOMHTMLSelectElementWillValidatePropertyInfo Source

Instances

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