gi-webkit2webextension-4.0.28: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLInputElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLInputElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLInputElement (ManagedPtr DOMHTMLInputElement) 

class (GObject o, IsDescendantOf DOMHTMLInputElement o) => IsDOMHTMLInputElement o Source #

Type class for types which can be safely cast to DOMHTMLInputElement, for instance with toDOMHTMLInputElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLInputElement o) => IsDOMHTMLInputElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLInputElement

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

Click to display all available methods, including inherited ones

Expand

Methods

addEventListener, appendChild, bindProperty, bindPropertyFull, blur, click, cloneNodeWithError, closest, compareDocumentPosition, contains, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, isDefaultNamespace, isEdited, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, select, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.

Getters

getAccept, getAccessKey, getAlign, getAlt, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getAutoFilled, getAutofocus, getBaseUri, getBoundingClientRect, getCapture, getCaptureType, getChecked, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDefaultChecked, getDefaultValue, getDir, getDisabled, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFiles, getFirstChild, getFirstElementChild, getForm, getHeight, getHidden, getId, getIndeterminate, getInnerHtml, getInnerText, getInputType, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getMaxLength, getMultiple, getName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getReadOnly, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSize, getSpellcheck, getSrc, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getUseMap, getValue, getWebkitRegionOverset, getWebkitdropzone, getWidth, getWillValidate.

Setters

setAccept, setAccessKey, setAlign, setAlt, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setAutoFilled, setAutofocus, setCaptureType, setChecked, setClassName, setContentEditable, setData, setDataFull, setDefaultChecked, setDefaultValue, setDir, setDisabled, setDraggable, setEditingValue, setFiles, setHeight, setHidden, setId, setIndeterminate, setInnerHtml, setInnerText, setInputType, setLang, setMaxLength, setMultiple, setName, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setReadOnly, setScrollLeft, setScrollTop, setSize, setSpellcheck, setSrc, setTabIndex, setTextContent, setTitle, setTranslate, setUseMap, setValue, setWebkitdropzone, setWidth.

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 #

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, MonadIO m) => Text -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => CULong -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => CLong -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Bool -> m (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, MonadIO m) => CULong -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => Text -> m (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, MonadIO m) => CULong -> m (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