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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLInputElement :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m DOMHTMLInputElement Source #

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

Methods

getAccept

dOMHTMLInputElementGetAccept Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlign

dOMHTMLInputElementGetAlign Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlt

dOMHTMLInputElementGetAlt Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAutoFilled

dOMHTMLInputElementGetAutoFilled Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementGetAutoFilled instead.

No description available in the introspection data.

Since: 2.16

getAutofocus

dOMHTMLInputElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCapture

dOMHTMLInputElementGetCapture Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.14)Use dOMHTMLInputElementGetCaptureType instead.

No description available in the introspection data.

getCaptureType

dOMHTMLInputElementGetCaptureType Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.14

getChecked

dOMHTMLInputElementGetChecked Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDefaultChecked

dOMHTMLInputElementGetDefaultChecked Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDefaultValue

dOMHTMLInputElementGetDefaultValue Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDisabled

dOMHTMLInputElementGetDisabled Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getFiles

dOMHTMLInputElementGetFiles Source #

Arguments

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

self: A DOMHTMLInputElement

-> m DOMFileList

Returns: A DOMFileList

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getForm

dOMHTMLInputElementGetForm Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLInputElementGetHeight Source #

Arguments

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

self: A DOMHTMLInputElement

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getIndeterminate

dOMHTMLInputElementGetIndeterminate Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getInputType

dOMHTMLInputElementGetInputType Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMaxLength

dOMHTMLInputElementGetMaxLength Source #

Arguments

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

self: A DOMHTMLInputElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMultiple

dOMHTMLInputElementGetMultiple Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLInputElementGetName Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getReadOnly

dOMHTMLInputElementGetReadOnly Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getSize

dOMHTMLInputElementGetSize Source #

Arguments

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

self: A DOMHTMLInputElement

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLInputElementGetSrc Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getUseMap

dOMHTMLInputElementGetUseMap Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValue

dOMHTMLInputElementGetValue Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLInputElementGetWidth Source #

Arguments

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

self: A DOMHTMLInputElement

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWillValidate

dOMHTMLInputElementGetWillValidate Source #

Arguments

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

self: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

isEdited

dOMHTMLInputElementIsEdited Source #

Arguments

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

input: A DOMHTMLInputElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementIsUserEdited instead.

No description available in the introspection data.

select

dOMHTMLInputElementSelect Source #

Arguments

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

self: A DOMHTMLInputElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAccept

dOMHTMLInputElementSetAccept Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLInputElementSetAlign Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlt

dOMHTMLInputElementSetAlt Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAutoFilled

dOMHTMLInputElementSetAutoFilled Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementSetAutoFilled instead.

No description available in the introspection data.

Since: 2.16

setAutofocus

dOMHTMLInputElementSetAutofocus Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCaptureType

dOMHTMLInputElementSetCaptureType Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setChecked

dOMHTMLInputElementSetChecked Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDefaultChecked

dOMHTMLInputElementSetDefaultChecked Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setDefaultValue

dOMHTMLInputElementSetDefaultValue Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLInputElementSetDisabled Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setEditingValue

dOMHTMLInputElementSetEditingValue Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementSetEditingValue instead.

No description available in the introspection data.

Since: 2.16

setFiles

dOMHTMLInputElementSetFiles Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a, IsDOMFileList b) 
=> a

self: A DOMHTMLInputElement

-> b

value: A DOMFileList

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLInputElementSetHeight Source #

Arguments

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

self: A DOMHTMLInputElement

-> CULong

value: A gulong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setIndeterminate

dOMHTMLInputElementSetIndeterminate Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setInputType

dOMHTMLInputElementSetInputType Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMaxLength

dOMHTMLInputElementSetMaxLength Source #

Arguments

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

self: A DOMHTMLInputElement

-> CLong

value: A glong

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMultiple

dOMHTMLInputElementSetMultiple Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLInputElementSetName Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setReadOnly

dOMHTMLInputElementSetReadOnly Source #

Arguments

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

self: A DOMHTMLInputElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSize

dOMHTMLInputElementSetSize Source #

Arguments

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

self: A DOMHTMLInputElement

-> CULong

value: A gulong

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLInputElementSetSrc Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setUseMap

dOMHTMLInputElementSetUseMap Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValue

dOMHTMLInputElementSetValue Source #

Arguments

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

self: A DOMHTMLInputElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLInputElementSetWidth Source #

Arguments

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

self: A DOMHTMLInputElement

-> CULong

value: A gulong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

accept

No description available in the introspection data.

constructDOMHTMLInputElementAccept :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementAccept :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #accept

setDOMHTMLInputElementAccept :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #accept := value ]

align

No description available in the introspection data.

constructDOMHTMLInputElementAlign :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementAlign :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #align

setDOMHTMLInputElementAlign :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #align := value ]

alt

No description available in the introspection data.

constructDOMHTMLInputElementAlt :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementAlt :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #alt

setDOMHTMLInputElementAlt :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #alt := value ]

autofocus

No description available in the introspection data.

constructDOMHTMLInputElementAutofocus :: IsDOMHTMLInputElement 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.

getDOMHTMLInputElementAutofocus :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #autofocus

setDOMHTMLInputElementAutofocus :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #autofocus := value ]

capture

No description available in the introspection data.

clearDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m () Source #

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

clear #capture

constructDOMHTMLInputElementCapture :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #capture

setDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #capture := value ]

checked

No description available in the introspection data.

constructDOMHTMLInputElementChecked :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #checked

setDOMHTMLInputElementChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #checked := value ]

defaultChecked

No description available in the introspection data.

constructDOMHTMLInputElementDefaultChecked :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementDefaultChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #defaultChecked

setDOMHTMLInputElementDefaultChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #defaultChecked := value ]

defaultValue

No description available in the introspection data.

constructDOMHTMLInputElementDefaultValue :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementDefaultValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #defaultValue

setDOMHTMLInputElementDefaultValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #defaultValue := value ]

disabled

No description available in the introspection data.

constructDOMHTMLInputElementDisabled :: IsDOMHTMLInputElement 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.

getDOMHTMLInputElementDisabled :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #disabled

setDOMHTMLInputElementDisabled :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #disabled := value ]

files

No description available in the introspection data.

getDOMHTMLInputElementFiles :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe DOMFileList) Source #

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

get dOMHTMLInputElement #files

form

No description available in the introspection data.

getDOMHTMLInputElementForm :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m DOMHTMLFormElement Source #

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

get dOMHTMLInputElement #form

height

No description available in the introspection data.

constructDOMHTMLInputElementHeight :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementHeight :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong Source #

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

get dOMHTMLInputElement #height

setDOMHTMLInputElementHeight :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m () Source #

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

set dOMHTMLInputElement [ #height := value ]

indeterminate

No description available in the introspection data.

constructDOMHTMLInputElementIndeterminate :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementIndeterminate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #indeterminate

setDOMHTMLInputElementIndeterminate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #indeterminate := value ]

maxLength

No description available in the introspection data.

constructDOMHTMLInputElementMaxLength :: IsDOMHTMLInputElement o => CLong -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementMaxLength :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CLong Source #

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

get dOMHTMLInputElement #maxLength

setDOMHTMLInputElementMaxLength :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CLong -> m () Source #

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

set dOMHTMLInputElement [ #maxLength := value ]

multiple

No description available in the introspection data.

constructDOMHTMLInputElementMultiple :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementMultiple :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #multiple

setDOMHTMLInputElementMultiple :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #multiple := value ]

name

No description available in the introspection data.

constructDOMHTMLInputElementName :: IsDOMHTMLInputElement 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.

getDOMHTMLInputElementName :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #name

setDOMHTMLInputElementName :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #name := value ]

readOnly

No description available in the introspection data.

constructDOMHTMLInputElementReadOnly :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementReadOnly :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #readOnly

setDOMHTMLInputElementReadOnly :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #

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

set dOMHTMLInputElement [ #readOnly := value ]

size

No description available in the introspection data.

constructDOMHTMLInputElementSize :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementSize :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong Source #

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

get dOMHTMLInputElement #size

setDOMHTMLInputElementSize :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m () Source #

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

set dOMHTMLInputElement [ #size := value ]

src

No description available in the introspection data.

constructDOMHTMLInputElementSrc :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementSrc :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #src

setDOMHTMLInputElementSrc :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #src := value ]

type

No description available in the introspection data.

clearDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLInputElementType :: IsDOMHTMLInputElement 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.

getDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #type

setDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #type := value ]

useMap

No description available in the introspection data.

constructDOMHTMLInputElementUseMap :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementUseMap :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #useMap

setDOMHTMLInputElementUseMap :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #useMap := value ]

value

No description available in the introspection data.

constructDOMHTMLInputElementValue :: IsDOMHTMLInputElement 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.

getDOMHTMLInputElementValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLInputElement #value

setDOMHTMLInputElementValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #

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

set dOMHTMLInputElement [ #value := value ]

width

No description available in the introspection data.

constructDOMHTMLInputElementWidth :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o) Source #

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

getDOMHTMLInputElementWidth :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong Source #

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

get dOMHTMLInputElement #width

setDOMHTMLInputElementWidth :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m () Source #

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

set dOMHTMLInputElement [ #width := value ]

willValidate

No description available in the introspection data.

getDOMHTMLInputElementWillValidate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #

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

get dOMHTMLInputElement #willValidate