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

Contents

Description

 

Synopsis

Exported types

Methods

add

data DOMHTMLSelectElementAddMethodInfo Source #

Instances

((~) * signature (b -> c -> m ()), MonadIO m, IsDOMHTMLSelectElement a, IsDOMHTMLElement b, IsDOMHTMLElement c) => MethodInfo * DOMHTMLSelectElementAddMethodInfo a signature Source # 

Methods

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

checkValidity

getAutofocus

getDisabled

getForm

getLabels

getLength

getMultiple

getName

data DOMHTMLSelectElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementGetNameMethodInfo a signature Source # 

Methods

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

getOptions

getRequired

getSelectedIndex

getSelectedOptions

getSize

data DOMHTMLSelectElementGetSizeMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementGetSizeMethodInfo a signature Source # 

Methods

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

getValidationMessage

getValidity

getValue

data DOMHTMLSelectElementGetValueMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementGetValueMethodInfo a signature Source # 

Methods

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

getWillValidate

item

data DOMHTMLSelectElementItemMethodInfo Source #

Instances

((~) * signature (CULong -> m DOMNode), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementItemMethodInfo a signature Source # 

Methods

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

namedItem

data DOMHTMLSelectElementNamedItemMethodInfo Source #

Instances

((~) * signature (Text -> m DOMNode), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementNamedItemMethodInfo a signature Source # 

Methods

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

remove

data DOMHTMLSelectElementRemoveMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementRemoveMethodInfo a signature Source # 

Methods

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

setAutofocus

setCustomValidity

setDisabled

data DOMHTMLSelectElementSetDisabledMethodInfo Source #

Instances

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

Methods

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

setLength

data DOMHTMLSelectElementSetLengthMethodInfo Source #

Instances

((~) * signature (CULong -> m ()), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementSetLengthMethodInfo a signature Source # 

Methods

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

setMultiple

data DOMHTMLSelectElementSetMultipleMethodInfo Source #

Instances

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

Methods

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

setName

data DOMHTMLSelectElementSetNameMethodInfo Source #

Instances

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

Methods

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

setRequired

data DOMHTMLSelectElementSetRequiredMethodInfo Source #

Instances

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

Methods

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

setSelectedIndex

setSize

data DOMHTMLSelectElementSetSizeMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLSelectElement a) => MethodInfo * DOMHTMLSelectElementSetSizeMethodInfo a signature Source # 

Methods

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

setValue

data DOMHTMLSelectElementSetValueMethodInfo Source #

Instances

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

Methods

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

Properties

autofocus

data DOMHTMLSelectElementAutofocusPropertyInfo Source #

Instances

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

dOMHTMLSelectElementAutofocus :: AttrLabelProxy "autofocus" Source #

disabled

data DOMHTMLSelectElementDisabledPropertyInfo Source #

Instances

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

dOMHTMLSelectElementDisabled :: AttrLabelProxy "disabled" Source #

form

data DOMHTMLSelectElementFormPropertyInfo Source #

Instances

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

dOMHTMLSelectElementForm :: AttrLabelProxy "form" Source #

labels

data DOMHTMLSelectElementLabelsPropertyInfo Source #

Instances

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

dOMHTMLSelectElementLabels :: AttrLabelProxy "labels" Source #

length

data DOMHTMLSelectElementLengthPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementLengthPropertyInfo = * ~ CULong
type AttrOrigin DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementLengthPropertyInfo = "length"
type AttrGetType DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementLengthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLSelectElementLength :: AttrLabelProxy "length" Source #

multiple

data DOMHTMLSelectElementMultiplePropertyInfo Source #

Instances

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

dOMHTMLSelectElementMultiple :: AttrLabelProxy "multiple" Source #

name

data DOMHTMLSelectElementNamePropertyInfo Source #

Instances

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

dOMHTMLSelectElementName :: AttrLabelProxy "name" Source #

options

data DOMHTMLSelectElementOptionsPropertyInfo Source #

Instances

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

dOMHTMLSelectElementOptions :: AttrLabelProxy "options" Source #

required

data DOMHTMLSelectElementRequiredPropertyInfo Source #

Instances

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

dOMHTMLSelectElementRequired :: AttrLabelProxy "required" Source #

selectedIndex

data DOMHTMLSelectElementSelectedIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSelectedIndexPropertyInfo = "selected-index"
type AttrGetType DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSelectedIndexPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLSelectElementSelectedIndex :: AttrLabelProxy "selectedIndex" Source #

selectedOptions

data DOMHTMLSelectElementSelectedOptionsPropertyInfo Source #

Instances

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

dOMHTMLSelectElementSelectedOptions :: AttrLabelProxy "selectedOptions" Source #

size

data DOMHTMLSelectElementSizePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementSizePropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSizePropertyInfo = "size"
type AttrGetType DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLSelectElementSize :: AttrLabelProxy "size" Source #

type

data DOMHTMLSelectElementTypePropertyInfo Source #

Instances

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

dOMHTMLSelectElementType :: AttrLabelProxy "type" Source #

validationMessage

data DOMHTMLSelectElementValidationMessagePropertyInfo Source #

Instances

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

dOMHTMLSelectElementValidationMessage :: AttrLabelProxy "validationMessage" Source #

validity

data DOMHTMLSelectElementValidityPropertyInfo Source #

Instances

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

dOMHTMLSelectElementValidity :: AttrLabelProxy "validity" Source #

value

data DOMHTMLSelectElementValuePropertyInfo Source #

Instances

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

dOMHTMLSelectElementValue :: AttrLabelProxy "value" Source #

willValidate

data DOMHTMLSelectElementWillValidatePropertyInfo Source #

Instances

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

dOMHTMLSelectElementWillValidate :: AttrLabelProxy "willValidate" Source #