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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLButtonElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLButtonElement (ManagedPtr DOMHTMLButtonElement) 

class (GObject o, IsDescendantOf DOMHTMLButtonElement o) => IsDOMHTMLButtonElement o Source #

Type class for types which can be safely cast to DOMHTMLButtonElement, for instance with toDOMHTMLButtonElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLButtonElement o) => IsDOMHTMLButtonElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLButtonElement

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

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

Methods

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, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.

Getters

getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getAutofocus, getBaseUri, getBoundingClientRect, getButtonType, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, 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, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getValue, getWebkitRegionOverset, getWebkitdropzone, getWillValidate.

Setters

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

getAutofocus

dOMHTMLButtonElementGetAutofocus Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getButtonType

dOMHTMLButtonElementGetButtonType Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDisabled

dOMHTMLButtonElementGetDisabled Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getForm

dOMHTMLButtonElementGetForm Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLButtonElementGetName Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getValue

dOMHTMLButtonElementGetValue Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWillValidate

dOMHTMLButtonElementGetWillValidate Source #

Arguments

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

self: A DOMHTMLButtonElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAutofocus

dOMHTMLButtonElementSetAutofocus Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setButtonType

dOMHTMLButtonElementSetButtonType Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLButtonElementSetDisabled Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLButtonElementSetName Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setValue

dOMHTMLButtonElementSetValue Source #

Arguments

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

self: A DOMHTMLButtonElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

autofocus

No description available in the introspection data.

constructDOMHTMLButtonElementAutofocus :: (IsDOMHTMLButtonElement o, 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.

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

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

get dOMHTMLButtonElement #autofocus

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

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

set dOMHTMLButtonElement [ #autofocus := value ]

disabled

No description available in the introspection data.

constructDOMHTMLButtonElementDisabled :: (IsDOMHTMLButtonElement o, 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.

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

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

get dOMHTMLButtonElement #disabled

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

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

set dOMHTMLButtonElement [ #disabled := value ]

form

No description available in the introspection data.

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

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

get dOMHTMLButtonElement #form

name

No description available in the introspection data.

constructDOMHTMLButtonElementName :: (IsDOMHTMLButtonElement o, 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.

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

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

get dOMHTMLButtonElement #name

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

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

set dOMHTMLButtonElement [ #name := value ]

type

No description available in the introspection data.

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

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

clear #type

constructDOMHTMLButtonElementType :: (IsDOMHTMLButtonElement o, 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.

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

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

get dOMHTMLButtonElement #type

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

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

set dOMHTMLButtonElement [ #type := value ]

value

No description available in the introspection data.

constructDOMHTMLButtonElementValue :: (IsDOMHTMLButtonElement o, 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.

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

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

get dOMHTMLButtonElement #value

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

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

set dOMHTMLButtonElement [ #value := value ]

willValidate

No description available in the introspection data.

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

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

get dOMHTMLButtonElement #willValidate