gi-webkit2webextension-4.0.11: WebKit2-WebExtension 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.DOMHTMLSelectElement

Contents

Description

 

Synopsis

Exported types

Methods

add

dOMHTMLSelectElementAdd Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a, IsDOMHTMLElement b, IsDOMHTMLElement c) 
=> a

self: A DOMHTMLSelectElement

-> b

element: A DOMHTMLElement

-> c

before: A DOMHTMLElement

-> m ()

(Can throw GError)

No description available in the introspection data.

getAutofocus

dOMHTMLSelectElementGetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getDisabled

dOMHTMLSelectElementGetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLSelectElementGetForm Source #

No description available in the introspection data.

getLength

dOMHTMLSelectElementGetLength Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m CULong

Returns: A gulong

No description available in the introspection data.

getMultiple

dOMHTMLSelectElementGetMultiple Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getName

dOMHTMLSelectElementGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getOptions

dOMHTMLSelectElementGetOptions Source #

No description available in the introspection data.

getSelectType

dOMHTMLSelectElementGetSelectType Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getSelectedIndex

dOMHTMLSelectElementGetSelectedIndex Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getSize

dOMHTMLSelectElementGetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getValue

dOMHTMLSelectElementGetValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWillValidate

dOMHTMLSelectElementGetWillValidate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

item

dOMHTMLSelectElementItem Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> CULong

index: A gulong

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

namedItem

dOMHTMLSelectElementNamedItem Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> Text

name: A gchar

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

remove

dOMHTMLSelectElementRemove Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> CLong

index: A glong

-> m () 

No description available in the introspection data.

setAutofocus

dOMHTMLSelectElementSetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLSelectElementSetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setLength

dOMHTMLSelectElementSetLength Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> CULong

value: A gulong

-> m ()

(Can throw GError)

No description available in the introspection data.

setMultiple

dOMHTMLSelectElementSetMultiple Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setName

dOMHTMLSelectElementSetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSelectedIndex

dOMHTMLSelectElementSetSelectedIndex Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setSize

dOMHTMLSelectElementSetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setValue

dOMHTMLSelectElementSetValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLSelectElement a) 
=> a

self: A DOMHTMLSelectElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

autocomplete

data DOMHTMLSelectElementAutocompletePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementAutocompletePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementAutocompletePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementAutocompletePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementAutocompletePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementAutocompletePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementAutocompletePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementAutocompletePropertyInfo Source # 

autofocus

data DOMHTMLSelectElementAutofocusPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementAutofocusPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementAutofocusPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementAutofocusPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementAutofocusPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementAutofocusPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementAutofocusPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementAutofocusPropertyInfo Source # 

disabled

data DOMHTMLSelectElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementDisabledPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementDisabledPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementDisabledPropertyInfo Source # 

form

data DOMHTMLSelectElementFormPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementFormPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementFormPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementFormPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementFormPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementFormPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementFormPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementFormPropertyInfo Source # 

labels

data DOMHTMLSelectElementLabelsPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementLabelsPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementLabelsPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementLabelsPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementLabelsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementLabelsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementLabelsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementLabelsPropertyInfo Source # 

length

data DOMHTMLSelectElementLengthPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementLengthPropertyInfo Source # 

multiple

data DOMHTMLSelectElementMultiplePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementMultiplePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementMultiplePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementMultiplePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementMultiplePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementMultiplePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementMultiplePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementMultiplePropertyInfo Source # 

name

data DOMHTMLSelectElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementNamePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementNamePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementNamePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementNamePropertyInfo Source # 

options

data DOMHTMLSelectElementOptionsPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementOptionsPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementOptionsPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementOptionsPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementOptionsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementOptionsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementOptionsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementOptionsPropertyInfo Source # 

required

data DOMHTMLSelectElementRequiredPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementRequiredPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementRequiredPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementRequiredPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementRequiredPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementRequiredPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementRequiredPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementRequiredPropertyInfo Source # 

selectedIndex

data DOMHTMLSelectElementSelectedIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSelectedIndexPropertyInfo Source # 

selectedOptions

data DOMHTMLSelectElementSelectedOptionsPropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSelectedOptionsPropertyInfo Source # 

size

data DOMHTMLSelectElementSizePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementSizePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementSizePropertyInfo Source # 

type

data DOMHTMLSelectElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementTypePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementTypePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementTypePropertyInfo Source # 

validationMessage

data DOMHTMLSelectElementValidationMessagePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementValidationMessagePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementValidationMessagePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementValidationMessagePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementValidationMessagePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementValidationMessagePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementValidationMessagePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementValidationMessagePropertyInfo Source # 

value

data DOMHTMLSelectElementValuePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementValuePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementValuePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementValuePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementValuePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementValuePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementValuePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementValuePropertyInfo Source # 

willValidate

data DOMHTMLSelectElementWillValidatePropertyInfo Source #

Instances

AttrInfo DOMHTMLSelectElementWillValidatePropertyInfo Source # 
type AttrOrigin DOMHTMLSelectElementWillValidatePropertyInfo Source # 
type AttrLabel DOMHTMLSelectElementWillValidatePropertyInfo Source # 
type AttrGetType DOMHTMLSelectElementWillValidatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLSelectElementWillValidatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLSelectElementWillValidatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLSelectElementWillValidatePropertyInfo Source #