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

Contents

Description

 

Synopsis

Exported types

Methods

getAutofocus

dOMHTMLButtonElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getButtonType

dOMHTMLButtonElementGetButtonType Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDisabled

dOMHTMLButtonElementGetDisabled Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLButtonElementGetForm Source #

No description available in the introspection data.

getName

dOMHTMLButtonElementGetName Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValue

dOMHTMLButtonElementGetValue Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getWillValidate

dOMHTMLButtonElementGetWillValidate Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

setAutofocus

dOMHTMLButtonElementSetAutofocus Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setButtonType

dOMHTMLButtonElementSetButtonType Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLButtonElementSetDisabled Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setName

dOMHTMLButtonElementSetName Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setValue

dOMHTMLButtonElementSetValue Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

autofocus

data DOMHTMLButtonElementAutofocusPropertyInfo Source #

Instances

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

disabled

data DOMHTMLButtonElementDisabledPropertyInfo Source #

Instances

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

form

data DOMHTMLButtonElementFormPropertyInfo Source #

Instances

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

formAction

data DOMHTMLButtonElementFormActionPropertyInfo Source #

Instances

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

formEnctype

data DOMHTMLButtonElementFormEnctypePropertyInfo Source #

Instances

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

formMethod

data DOMHTMLButtonElementFormMethodPropertyInfo Source #

Instances

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

formNoValidate

data DOMHTMLButtonElementFormNoValidatePropertyInfo Source #

Instances

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

formTarget

data DOMHTMLButtonElementFormTargetPropertyInfo Source #

Instances

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

labels

data DOMHTMLButtonElementLabelsPropertyInfo Source #

Instances

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

name

data DOMHTMLButtonElementNamePropertyInfo Source #

Instances

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

type

data DOMHTMLButtonElementTypePropertyInfo Source #

Instances

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

validationMessage

data DOMHTMLButtonElementValidationMessagePropertyInfo Source #

Instances

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

value

data DOMHTMLButtonElementValuePropertyInfo Source #

Instances

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

willValidate

data DOMHTMLButtonElementWillValidatePropertyInfo Source #

Instances

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