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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLLabelElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLLabelElement (ManagedPtr DOMHTMLLabelElement) 

class (GObject o, IsDescendantOf DOMHTMLLabelElement o) => IsDOMHTMLLabelElement o Source #

Type class for types which can be safely cast to DOMHTMLLabelElement, for instance with toDOMHTMLLabelElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLLabelElement o) => IsDOMHTMLLabelElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLLabelElement

toDOMHTMLLabelElement :: (MonadIO m, IsDOMHTMLLabelElement o) => o -> m DOMHTMLLabelElement Source #

Cast to DOMHTMLLabelElement, 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, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getForm, getHidden, getHtmlFor, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, 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, getWebkitRegionOverset, getWebkitdropzone.

Setters

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

getForm

dOMHTMLLabelElementGetForm Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHtmlFor

dOMHTMLLabelElementGetHtmlFor Source #

Arguments

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

self: A DOMHTMLLabelElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHtmlFor

dOMHTMLLabelElementSetHtmlFor Source #

Arguments

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

self: A DOMHTMLLabelElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

form

No description available in the introspection data.

getDOMHTMLLabelElementForm :: (MonadIO m, IsDOMHTMLLabelElement o) => o -> m DOMHTMLFormElement Source #

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

get dOMHTMLLabelElement #form

htmlFor

No description available in the introspection data.

constructDOMHTMLLabelElementHtmlFor :: (IsDOMHTMLLabelElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLLabelElementHtmlFor :: (MonadIO m, IsDOMHTMLLabelElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLLabelElement #htmlFor

setDOMHTMLLabelElementHtmlFor :: (MonadIO m, IsDOMHTMLLabelElement o) => o -> Text -> m () Source #

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

set dOMHTMLLabelElement [ #htmlFor := value ]