gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLButtonElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLButtonElement :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m DOMHTMLButtonElement Source #

Cast to DOMHTMLButtonElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

getAutofocus

dOMHTMLButtonElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getForm

dOMHTMLButtonElementGetForm Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

autofocus

No description available in the introspection data.

constructDOMHTMLButtonElementAutofocus :: IsDOMHTMLButtonElement o => Bool -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “autofocus” property. This is rarely needed directly, but it is used by new.

getDOMHTMLButtonElementAutofocus :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m Bool Source #

Get the value of the “autofocus” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #autofocus

setDOMHTMLButtonElementAutofocus :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> Bool -> m () Source #

Set the value of the “autofocus” property. When overloading is enabled, this is equivalent to

set dOMHTMLButtonElement [ #autofocus := value ]

disabled

No description available in the introspection data.

constructDOMHTMLButtonElementDisabled :: IsDOMHTMLButtonElement o => Bool -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “disabled” property. This is rarely needed directly, but it is used by new.

getDOMHTMLButtonElementDisabled :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m Bool Source #

Get the value of the “disabled” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #disabled

setDOMHTMLButtonElementDisabled :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> Bool -> m () Source #

Set the value of the “disabled” property. When overloading is enabled, this is equivalent to

set dOMHTMLButtonElement [ #disabled := value ]

form

No description available in the introspection data.

getDOMHTMLButtonElementForm :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m DOMHTMLFormElement Source #

Get the value of the “form” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #form

name

No description available in the introspection data.

constructDOMHTMLButtonElementName :: IsDOMHTMLButtonElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getDOMHTMLButtonElementName :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m (Maybe Text) Source #

Get the value of the “name” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #name

setDOMHTMLButtonElementName :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> Text -> m () Source #

Set the value of the “name” property. When overloading is enabled, this is equivalent to

set dOMHTMLButtonElement [ #name := value ]

type

No description available in the introspection data.

clearDOMHTMLButtonElementType :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m () Source #

Set the value of the “type” property to Nothing. When overloading is enabled, this is equivalent to

clear #type

constructDOMHTMLButtonElementType :: IsDOMHTMLButtonElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.

getDOMHTMLButtonElementType :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m (Maybe Text) Source #

Get the value of the “type” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #type

setDOMHTMLButtonElementType :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> Text -> m () Source #

Set the value of the “type” property. When overloading is enabled, this is equivalent to

set dOMHTMLButtonElement [ #type := value ]

value

No description available in the introspection data.

constructDOMHTMLButtonElementValue :: IsDOMHTMLButtonElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “value” property. This is rarely needed directly, but it is used by new.

getDOMHTMLButtonElementValue :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m (Maybe Text) Source #

Get the value of the “value” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #value

setDOMHTMLButtonElementValue :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> Text -> m () Source #

Set the value of the “value” property. When overloading is enabled, this is equivalent to

set dOMHTMLButtonElement [ #value := value ]

willValidate

No description available in the introspection data.

getDOMHTMLButtonElementWillValidate :: (MonadIO m, IsDOMHTMLButtonElement o) => o -> m Bool Source #

Get the value of the “will-validate” property. When overloading is enabled, this is equivalent to

get dOMHTMLButtonElement #willValidate