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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLTableElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLTableElement (ManagedPtr DOMHTMLTableElement) 

class (GObject o, IsDescendantOf DOMHTMLTableElement o) => IsDOMHTMLTableElement o Source #

Type class for types which can be safely cast to DOMHTMLTableElement, for instance with toDOMHTMLTableElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLTableElement o) => IsDOMHTMLTableElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableElement

toDOMHTMLTableElement :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m DOMHTMLTableElement Source #

Cast to DOMHTMLTableElement, 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, createCaption, createTFoot, createTHead, deleteCaption, deleteRow, deleteTFoot, deleteTHead, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, insertRow, 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, getAlign, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBgColor, getBorder, getBoundingClientRect, getCaption, getCellPadding, getCellSpacing, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHidden, 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, getRows, getRules, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getSummary, getTBodies, getTFoot, getTHead, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getWebkitRegionOverset, getWebkitdropzone, getWidth.

Setters

setAccessKey, setAlign, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setBgColor, setBorder, setCaption, setCellPadding, setCellSpacing, setClassName, setContentEditable, setData, setDataFull, setDir, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLang, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setRules, setScrollLeft, setScrollTop, setSpellcheck, setSummary, setTFoot, setTHead, setTabIndex, setTextContent, setTitle, setTranslate, setWebkitdropzone, setWidth.

createCaption

dOMHTMLTableElementCreateCaption Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

createTFoot

dOMHTMLTableElementCreateTFoot Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

createTHead

dOMHTMLTableElementCreateTHead Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

deleteCaption

dOMHTMLTableElementDeleteCaption Source #

Arguments

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

self: A DOMHTMLTableElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

deleteRow

dOMHTMLTableElementDeleteRow Source #

Arguments

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

self: A DOMHTMLTableElement

-> CLong

index: A glong

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

deleteTFoot

dOMHTMLTableElementDeleteTFoot Source #

Arguments

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

self: A DOMHTMLTableElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

deleteTHead

dOMHTMLTableElementDeleteTHead Source #

Arguments

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

self: A DOMHTMLTableElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlign

dOMHTMLTableElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLTableElementGetBgColor Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBorder

dOMHTMLTableElementGetBorder Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCaption

dOMHTMLTableElementGetCaption Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCellPadding

dOMHTMLTableElementGetCellPadding Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCellSpacing

dOMHTMLTableElementGetCellSpacing Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRows

dOMHTMLTableElementGetRows Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRules

dOMHTMLTableElementGetRules Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSummary

dOMHTMLTableElementGetSummary Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTBodies

dOMHTMLTableElementGetTBodies Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTFoot

dOMHTMLTableElementGetTFoot Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTHead

dOMHTMLTableElementGetTHead Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLTableElementGetWidth Source #

Arguments

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

self: A DOMHTMLTableElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

insertRow

dOMHTMLTableElementInsertRow Source #

Arguments

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

self: A DOMHTMLTableElement

-> CLong

index: A glong

-> m DOMHTMLElement

Returns: A DOMHTMLElement (Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLTableElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLTableElementSetBgColor Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBorder

dOMHTMLTableElementSetBorder Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCaption

dOMHTMLTableElementSetCaption Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCellPadding

dOMHTMLTableElementSetCellPadding Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCellSpacing

dOMHTMLTableElementSetCellSpacing Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRules

dOMHTMLTableElementSetRules Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSummary

dOMHTMLTableElementSetSummary Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTFoot

dOMHTMLTableElementSetTFoot Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTHead

dOMHTMLTableElementSetTHead Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLTableElementSetWidth Source #

Arguments

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

self: A DOMHTMLTableElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLTableElementAlign :: (IsDOMHTMLTableElement 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.

getDOMHTMLTableElementAlign :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #align

setDOMHTMLTableElementAlign :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #align := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLTableElementBgColor :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableElementBgColor :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #bgColor

setDOMHTMLTableElementBgColor :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #bgColor := value ]

border

No description available in the introspection data.

constructDOMHTMLTableElementBorder :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableElementBorder :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #border

setDOMHTMLTableElementBorder :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #border := value ]

caption

No description available in the introspection data.

getDOMHTMLTableElementCaption :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m DOMHTMLTableCaptionElement Source #

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

get dOMHTMLTableElement #caption

cellPadding

No description available in the introspection data.

constructDOMHTMLTableElementCellPadding :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableElementCellPadding :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #cellPadding

setDOMHTMLTableElementCellPadding :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #cellPadding := value ]

cellSpacing

No description available in the introspection data.

constructDOMHTMLTableElementCellSpacing :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableElementCellSpacing :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #cellSpacing

setDOMHTMLTableElementCellSpacing :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #cellSpacing := value ]

rows

No description available in the introspection data.

getDOMHTMLTableElementRows :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLTableElement #rows

rules

No description available in the introspection data.

constructDOMHTMLTableElementRules :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableElementRules :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #rules

setDOMHTMLTableElementRules :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #rules := value ]

summary

No description available in the introspection data.

constructDOMHTMLTableElementSummary :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLTableElementSummary :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #summary

setDOMHTMLTableElementSummary :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #summary := value ]

tBodies

No description available in the introspection data.

getDOMHTMLTableElementTBodies :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLTableElement #tBodies

tFoot

No description available in the introspection data.

getDOMHTMLTableElementTFoot :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m DOMHTMLTableSectionElement Source #

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

get dOMHTMLTableElement #tFoot

tHead

No description available in the introspection data.

getDOMHTMLTableElementTHead :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m DOMHTMLTableSectionElement Source #

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

get dOMHTMLTableElement #tHead

width

No description available in the introspection data.

constructDOMHTMLTableElementWidth :: (IsDOMHTMLTableElement o, MonadIO m) => Text -> 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.

getDOMHTMLTableElementWidth :: (MonadIO m, IsDOMHTMLTableElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLTableElement #width

setDOMHTMLTableElementWidth :: (MonadIO m, IsDOMHTMLTableElement o) => o -> Text -> m () Source #

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

set dOMHTMLTableElement [ #width := value ]