gi-webkit2webextension-4.0.30: 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.DOMHTMLTextAreaElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLTextAreaElement Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DOMHTMLTextAreaElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

GObject DOMHTMLTextAreaElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

ManagedPtrNewtype DOMHTMLTextAreaElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

TypedObject DOMHTMLTextAreaElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

Methods

glibType :: IO GType

HasParentTypes DOMHTMLTextAreaElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

IsGValue (Maybe DOMHTMLTextAreaElement) Source #

Convert DOMHTMLTextAreaElement to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

type ParentTypes DOMHTMLTextAreaElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

class (GObject o, IsDescendantOf DOMHTMLTextAreaElement o) => IsDOMHTMLTextAreaElement o Source #

Type class for types which can be safely cast to DOMHTMLTextAreaElement, for instance with toDOMHTMLTextAreaElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLTextAreaElement o) => IsDOMHTMLTextAreaElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

toDOMHTMLTextAreaElement :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m DOMHTMLTextAreaElement Source #

Cast to DOMHTMLTextAreaElement, 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

getAccessKey, getAreaType, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getAutofocus, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getCols, getContentEditable, getData, getDefaultValue, getDir, getDisabled, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getForm, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getReadOnly, getRows, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSelectionEnd, getSelectionStart, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getValue, getWebkitRegionOverset, getWebkitdropzone, getWillValidate.

Setters

setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setAutofocus, setClassName, setCols, setContentEditable, setData, setDataFull, setDefaultValue, setDir, setDisabled, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLang, setName, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setReadOnly, setRows, setScrollLeft, setScrollTop, setSelectionEnd, setSelectionRange, setSelectionStart, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setValue, setWebkitdropzone.

getAreaType

dOMHTMLTextAreaElementGetAreaType Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAutofocus

dOMHTMLTextAreaElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCols

dOMHTMLTextAreaElementGetCols Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDefaultValue

dOMHTMLTextAreaElementGetDefaultValue Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDisabled

dOMHTMLTextAreaElementGetDisabled Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getForm

dOMHTMLTextAreaElementGetForm Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLTextAreaElementGetName Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getReadOnly

dOMHTMLTextAreaElementGetReadOnly Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRows

dOMHTMLTextAreaElementGetRows Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSelectionEnd

dOMHTMLTextAreaElementGetSelectionEnd Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSelectionStart

dOMHTMLTextAreaElementGetSelectionStart Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValue

dOMHTMLTextAreaElementGetValue Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWillValidate

dOMHTMLTextAreaElementGetWillValidate Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

isEdited

dOMHTMLTextAreaElementIsEdited Source #

Arguments

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

input: A DOMHTMLTextAreaElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

select

dOMHTMLTextAreaElementSelect Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAutofocus

dOMHTMLTextAreaElementSetAutofocus Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCols

dOMHTMLTextAreaElementSetCols Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDefaultValue

dOMHTMLTextAreaElementSetDefaultValue Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLTextAreaElementSetDisabled Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLTextAreaElementSetName Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setReadOnly

dOMHTMLTextAreaElementSetReadOnly Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRows

dOMHTMLTextAreaElementSetRows Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSelectionEnd

dOMHTMLTextAreaElementSetSelectionEnd Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSelectionRange

dOMHTMLTextAreaElementSetSelectionRange Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> CLong

start: A glong

-> CLong

end: A glong

-> Text

direction: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSelectionStart

dOMHTMLTextAreaElementSetSelectionStart Source #

Arguments

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

self: A DOMHTMLTextAreaElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValue

dOMHTMLTextAreaElementSetValue Source #

Arguments

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

self: A DOMHTMLTextAreaElement

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

constructDOMHTMLTextAreaElementAutofocus :: (IsDOMHTMLTextAreaElement 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.

getDOMHTMLTextAreaElementAutofocus :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m Bool Source #

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

get dOMHTMLTextAreaElement #autofocus

setDOMHTMLTextAreaElementAutofocus :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> Bool -> m () Source #

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

set dOMHTMLTextAreaElement [ #autofocus := value ]

cols

No description available in the introspection data.

constructDOMHTMLTextAreaElementCols :: (IsDOMHTMLTextAreaElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLTextAreaElementCols :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m CLong Source #

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

get dOMHTMLTextAreaElement #cols

setDOMHTMLTextAreaElementCols :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTextAreaElement [ #cols := value ]

defaultValue

No description available in the introspection data.

constructDOMHTMLTextAreaElementDefaultValue :: (IsDOMHTMLTextAreaElement 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.

getDOMHTMLTextAreaElementDefaultValue :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTextAreaElement #defaultValue

setDOMHTMLTextAreaElementDefaultValue :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> Text -> m () Source #

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

set dOMHTMLTextAreaElement [ #defaultValue := value ]

disabled

No description available in the introspection data.

constructDOMHTMLTextAreaElementDisabled :: (IsDOMHTMLTextAreaElement 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.

getDOMHTMLTextAreaElementDisabled :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m Bool Source #

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

get dOMHTMLTextAreaElement #disabled

setDOMHTMLTextAreaElementDisabled :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> Bool -> m () Source #

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

set dOMHTMLTextAreaElement [ #disabled := value ]

form

No description available in the introspection data.

getDOMHTMLTextAreaElementForm :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m DOMHTMLFormElement Source #

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

get dOMHTMLTextAreaElement #form

name

No description available in the introspection data.

constructDOMHTMLTextAreaElementName :: (IsDOMHTMLTextAreaElement 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.

getDOMHTMLTextAreaElementName :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTextAreaElement #name

setDOMHTMLTextAreaElementName :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> Text -> m () Source #

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

set dOMHTMLTextAreaElement [ #name := value ]

readOnly

No description available in the introspection data.

constructDOMHTMLTextAreaElementReadOnly :: (IsDOMHTMLTextAreaElement 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.

getDOMHTMLTextAreaElementReadOnly :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m Bool Source #

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

get dOMHTMLTextAreaElement #readOnly

setDOMHTMLTextAreaElementReadOnly :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> Bool -> m () Source #

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

set dOMHTMLTextAreaElement [ #readOnly := value ]

rows

No description available in the introspection data.

constructDOMHTMLTextAreaElementRows :: (IsDOMHTMLTextAreaElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLTextAreaElementRows :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m CLong Source #

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

get dOMHTMLTextAreaElement #rows

setDOMHTMLTextAreaElementRows :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTextAreaElement [ #rows := value ]

selectionEnd

No description available in the introspection data.

constructDOMHTMLTextAreaElementSelectionEnd :: (IsDOMHTMLTextAreaElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLTextAreaElementSelectionEnd :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m CLong Source #

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

get dOMHTMLTextAreaElement #selectionEnd

setDOMHTMLTextAreaElementSelectionEnd :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTextAreaElement [ #selectionEnd := value ]

selectionStart

No description available in the introspection data.

constructDOMHTMLTextAreaElementSelectionStart :: (IsDOMHTMLTextAreaElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLTextAreaElementSelectionStart :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m CLong Source #

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

get dOMHTMLTextAreaElement #selectionStart

setDOMHTMLTextAreaElementSelectionStart :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> CLong -> m () Source #

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

set dOMHTMLTextAreaElement [ #selectionStart := value ]

type

No description available in the introspection data.

getDOMHTMLTextAreaElementType :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTextAreaElement #type

value

No description available in the introspection data.

constructDOMHTMLTextAreaElementValue :: (IsDOMHTMLTextAreaElement 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.

getDOMHTMLTextAreaElementValue :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTextAreaElement #value

setDOMHTMLTextAreaElementValue :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> Text -> m () Source #

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

set dOMHTMLTextAreaElement [ #value := value ]

willValidate

No description available in the introspection data.

getDOMHTMLTextAreaElementWillValidate :: (MonadIO m, IsDOMHTMLTextAreaElement o) => o -> m Bool Source #

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

get dOMHTMLTextAreaElement #willValidate