gi-webkit-3.0.9: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLTableRowElement

Contents

Description

 

Synopsis

Exported types

Methods

deleteCell

getAlign

data DOMHTMLTableRowElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementGetAlignMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementGetAlignMethodInfo a -> signature -> s

getBgColor

getCells

getCh

data DOMHTMLTableRowElementGetChMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementGetChMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementGetChMethodInfo a -> signature -> s

getChOff

data DOMHTMLTableRowElementGetChOffMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementGetChOffMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementGetChOffMethodInfo a -> signature -> s

getRowIndex

getSectionRowIndex

getVAlign

data DOMHTMLTableRowElementGetVAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementGetVAlignMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementGetVAlignMethodInfo a -> signature -> s

insertCell

setAlign

data DOMHTMLTableRowElementSetAlignMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementSetAlignMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementSetAlignMethodInfo a -> signature -> s

setBgColor

data DOMHTMLTableRowElementSetBgColorMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementSetBgColorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementSetBgColorMethodInfo a -> signature -> s

setCh

data DOMHTMLTableRowElementSetChMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementSetChMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementSetChMethodInfo a -> signature -> s

setChOff

data DOMHTMLTableRowElementSetChOffMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementSetChOffMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementSetChOffMethodInfo a -> signature -> s

setVAlign

data DOMHTMLTableRowElementSetVAlignMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLTableRowElement a) => MethodInfo * DOMHTMLTableRowElementSetVAlignMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLTableRowElementSetVAlignMethodInfo a -> signature -> s

Properties

align

data DOMHTMLTableRowElementAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementAlignPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrGetType DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableRowElementAlign :: AttrLabelProxy "align" Source #

bgColor

data DOMHTMLTableRowElementBgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementBgColorPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementBgColorPropertyInfo = "bg-color"
type AttrGetType DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementBgColorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableRowElementBgColor :: AttrLabelProxy "bgColor" Source #

cells

data DOMHTMLTableRowElementCellsPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementCellsPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrGetType DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementCellsPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementCellsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLTableRowElementCells :: AttrLabelProxy "cells" Source #

ch

data DOMHTMLTableRowElementChPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementChPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrGetType DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementChPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementChPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableRowElementCh :: AttrLabelProxy "ch" Source #

chOff

data DOMHTMLTableRowElementChOffPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementChOffPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementChOffPropertyInfo = "ch-off"
type AttrGetType DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementChOffPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementChOffPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableRowElementChOff :: AttrLabelProxy "chOff" Source #

rowIndex

data DOMHTMLTableRowElementRowIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementRowIndexPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementRowIndexPropertyInfo = "row-index"
type AttrGetType DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementRowIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementRowIndexPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLTableRowElementRowIndex :: AttrLabelProxy "rowIndex" Source #

sectionRowIndex

data DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementSectionRowIndexPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementSectionRowIndexPropertyInfo = "section-row-index"
type AttrGetType DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementSectionRowIndexPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLTableRowElementSectionRowIndex :: AttrLabelProxy "sectionRowIndex" Source #

vAlign

data DOMHTMLTableRowElementVAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableRowElementVAlignPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableRowElementVAlignPropertyInfo = "v-align"
type AttrGetType DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementVAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableRowElementVAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableRowElementVAlign :: AttrLabelProxy "vAlign" Source #