gi-webkit2webextension-4.0.27: 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.DOMHTMLFormElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLFormElement Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DOMHTMLFormElement o) => IsDOMHTMLFormElement o Source #

Type class for types which can be safely cast to DOMHTMLFormElement, for instance with toDOMHTMLFormElement.

toDOMHTMLFormElement :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m DOMHTMLFormElement Source #

Cast to DOMHTMLFormElement, 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, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, reset, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, submit, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.

Getters

getAcceptCharset, getAccessKey, getAction, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDraggable, getElements, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getEncoding, getEnctype, getFirstChild, getFirstElementChild, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLength, getLocalName, getMethod, getName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getTabIndex, getTagName, getTarget, getTextContent, getTitle, getTranslate, getWebkitRegionOverset, getWebkitdropzone.

Setters

setAcceptCharset, setAccessKey, setAction, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setContentEditable, setData, setDataFull, setDir, setDraggable, setEncoding, setEnctype, setHidden, setId, setInnerHtml, setInnerText, setLang, setMethod, setName, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTarget, setTextContent, setTitle, setTranslate, setWebkitdropzone.

getAcceptCharset

dOMHTMLFormElementGetAcceptCharset Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAction

dOMHTMLFormElementGetAction Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getElements

dOMHTMLFormElementGetElements Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getEncoding

dOMHTMLFormElementGetEncoding Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getEnctype

dOMHTMLFormElementGetEnctype Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLength

dOMHTMLFormElementGetLength Source #

Arguments

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

self: A DOMHTMLFormElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMethod

dOMHTMLFormElementGetMethod Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLFormElementGetName Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTarget

dOMHTMLFormElementGetTarget Source #

Arguments

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

self: A DOMHTMLFormElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

reset

dOMHTMLFormElementReset Source #

Arguments

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

self: A DOMHTMLFormElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAcceptCharset

dOMHTMLFormElementSetAcceptCharset Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAction

dOMHTMLFormElementSetAction Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setEncoding

dOMHTMLFormElementSetEncoding Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setEnctype

dOMHTMLFormElementSetEnctype Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMethod

dOMHTMLFormElementSetMethod Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLFormElementSetName Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTarget

dOMHTMLFormElementSetTarget Source #

Arguments

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

self: A DOMHTMLFormElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

submit

dOMHTMLFormElementSubmit Source #

Arguments

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

self: A DOMHTMLFormElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

acceptCharset

No description available in the introspection data.

constructDOMHTMLFormElementAcceptCharset :: (IsDOMHTMLFormElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLFormElementAcceptCharset :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #acceptCharset

setDOMHTMLFormElementAcceptCharset :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #acceptCharset := value ]

action

No description available in the introspection data.

constructDOMHTMLFormElementAction :: (IsDOMHTMLFormElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLFormElementAction :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #action

setDOMHTMLFormElementAction :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #action := value ]

elements

No description available in the introspection data.

getDOMHTMLFormElementElements :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLFormElement #elements

encoding

No description available in the introspection data.

constructDOMHTMLFormElementEncoding :: (IsDOMHTMLFormElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLFormElementEncoding :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #encoding

setDOMHTMLFormElementEncoding :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #encoding := value ]

enctype

No description available in the introspection data.

constructDOMHTMLFormElementEnctype :: (IsDOMHTMLFormElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLFormElementEnctype :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #enctype

setDOMHTMLFormElementEnctype :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #enctype := value ]

length

No description available in the introspection data.

getDOMHTMLFormElementLength :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m CLong Source #

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

get dOMHTMLFormElement #length

method

No description available in the introspection data.

constructDOMHTMLFormElementMethod :: (IsDOMHTMLFormElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLFormElementMethod :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #method

setDOMHTMLFormElementMethod :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #method := value ]

name

No description available in the introspection data.

constructDOMHTMLFormElementName :: (IsDOMHTMLFormElement 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.

getDOMHTMLFormElementName :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #name

setDOMHTMLFormElementName :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #name := value ]

target

No description available in the introspection data.

constructDOMHTMLFormElementTarget :: (IsDOMHTMLFormElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLFormElementTarget :: (MonadIO m, IsDOMHTMLFormElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLFormElement #target

setDOMHTMLFormElementTarget :: (MonadIO m, IsDOMHTMLFormElement o) => o -> Text -> m () Source #

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

set dOMHTMLFormElement [ #target := value ]