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

Contents

Description

 

Synopsis

Exported types

Methods

getDefaultSelected

getDisabled

getForm

getIndex

data DOMHTMLOptionElementGetIndexMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLOptionElement a) => MethodInfo * DOMHTMLOptionElementGetIndexMethodInfo a signature Source # 

Methods

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

getLabel

data DOMHTMLOptionElementGetLabelMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLOptionElement a) => MethodInfo * DOMHTMLOptionElementGetLabelMethodInfo a signature Source # 

Methods

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

getSelected

getText

data DOMHTMLOptionElementGetTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLOptionElement a) => MethodInfo * DOMHTMLOptionElementGetTextMethodInfo a signature Source # 

Methods

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

getValue

data DOMHTMLOptionElementGetValueMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLOptionElement a) => MethodInfo * DOMHTMLOptionElementGetValueMethodInfo a signature Source # 

Methods

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

setDefaultSelected

setDisabled

data DOMHTMLOptionElementSetDisabledMethodInfo Source #

Instances

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

Methods

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

setLabel

data DOMHTMLOptionElementSetLabelMethodInfo Source #

Instances

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

Methods

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

setSelected

data DOMHTMLOptionElementSetSelectedMethodInfo Source #

Instances

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

Methods

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

setValue

data DOMHTMLOptionElementSetValueMethodInfo Source #

Instances

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

Methods

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

Properties

defaultSelected

data DOMHTMLOptionElementDefaultSelectedPropertyInfo Source #

Instances

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

dOMHTMLOptionElementDefaultSelected :: AttrLabelProxy "defaultSelected" Source #

disabled

data DOMHTMLOptionElementDisabledPropertyInfo Source #

Instances

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

dOMHTMLOptionElementDisabled :: AttrLabelProxy "disabled" Source #

form

data DOMHTMLOptionElementFormPropertyInfo Source #

Instances

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

dOMHTMLOptionElementForm :: AttrLabelProxy "form" Source #

index

data DOMHTMLOptionElementIndexPropertyInfo Source #

Instances

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

dOMHTMLOptionElementIndex :: AttrLabelProxy "index" Source #

label

data DOMHTMLOptionElementLabelPropertyInfo Source #

Instances

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

dOMHTMLOptionElementLabel :: AttrLabelProxy "label" Source #

selected

data DOMHTMLOptionElementSelectedPropertyInfo Source #

Instances

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

dOMHTMLOptionElementSelected :: AttrLabelProxy "selected" Source #

text

data DOMHTMLOptionElementTextPropertyInfo Source #

Instances

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

dOMHTMLOptionElementText :: AttrLabelProxy "text" Source #

value

data DOMHTMLOptionElementValuePropertyInfo Source #

Instances

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

dOMHTMLOptionElementValue :: AttrLabelProxy "value" Source #