gi-webkit2webextension-0.2.10.13: WebKit2WebExtension 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.WebKit2WebExtension.Objects.DOMHTMLOptionElement

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLOptionElementGetDefaultSelected

dOMHTMLOptionElementGetDisabled

dOMHTMLOptionElementGetForm

dOMHTMLOptionElementGetIndex

dOMHTMLOptionElementGetLabel

dOMHTMLOptionElementGetSelected

dOMHTMLOptionElementGetText

dOMHTMLOptionElementGetValue

dOMHTMLOptionElementSetDefaultSelected

dOMHTMLOptionElementSetDisabled

dOMHTMLOptionElementSetLabel

dOMHTMLOptionElementSetSelected

dOMHTMLOptionElementSetValue

Properties

DefaultSelected

data DOMHTMLOptionElementDefaultSelectedPropertyInfo Source

Instances

AttrInfo DOMHTMLOptionElementDefaultSelectedPropertyInfo Source 
type AttrLabel DOMHTMLOptionElementDefaultSelectedPropertyInfo = "default-selected" Source 
type AttrGetType DOMHTMLOptionElementDefaultSelectedPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLOptionElementDefaultSelectedPropertyInfo = DOMHTMLOptionElementK Source 
type AttrSetTypeConstraint DOMHTMLOptionElementDefaultSelectedPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLOptionElementDefaultSelectedPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Disabled

data DOMHTMLOptionElementDisabledPropertyInfo Source

Instances

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

Form

Index

Label

data DOMHTMLOptionElementLabelPropertyInfo Source

Selected

data DOMHTMLOptionElementSelectedPropertyInfo Source

Instances

AttrInfo DOMHTMLOptionElementSelectedPropertyInfo Source 
type AttrLabel DOMHTMLOptionElementSelectedPropertyInfo = "selected" Source 
type AttrGetType DOMHTMLOptionElementSelectedPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLOptionElementSelectedPropertyInfo = DOMHTMLOptionElementK Source 
type AttrSetTypeConstraint DOMHTMLOptionElementSelectedPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLOptionElementSelectedPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Text

Value

data DOMHTMLOptionElementValuePropertyInfo Source