gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLTableElement

Description

No description available in the introspection data.

Synopsis

Exported types

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

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

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

Overloaded methods

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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 ]