Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
- Exported types
- Methods
- dOMHTMLTableRowElementDeleteCell
- dOMHTMLTableRowElementGetAlign
- dOMHTMLTableRowElementGetBgColor
- dOMHTMLTableRowElementGetCells
- dOMHTMLTableRowElementGetCh
- dOMHTMLTableRowElementGetChOff
- dOMHTMLTableRowElementGetRowIndex
- dOMHTMLTableRowElementGetSectionRowIndex
- dOMHTMLTableRowElementGetVAlign
- dOMHTMLTableRowElementInsertCell
- dOMHTMLTableRowElementSetAlign
- dOMHTMLTableRowElementSetBgColor
- dOMHTMLTableRowElementSetCh
- dOMHTMLTableRowElementSetChOff
- dOMHTMLTableRowElementSetVAlign
- Properties
- newtype DOMHTMLTableRowElement = DOMHTMLTableRowElement (ForeignPtr DOMHTMLTableRowElement)
- class GObject o => DOMHTMLTableRowElementK o
- toDOMHTMLTableRowElement :: DOMHTMLTableRowElementK o => o -> IO DOMHTMLTableRowElement
- noDOMHTMLTableRowElement :: Maybe DOMHTMLTableRowElement
- dOMHTMLTableRowElementDeleteCell :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Int64 -> m ()
- dOMHTMLTableRowElementGetAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text
- dOMHTMLTableRowElementGetBgColor :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text
- dOMHTMLTableRowElementGetCells :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m DOMHTMLCollection
- dOMHTMLTableRowElementGetCh :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text
- dOMHTMLTableRowElementGetChOff :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text
- dOMHTMLTableRowElementGetRowIndex :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Int64
- dOMHTMLTableRowElementGetSectionRowIndex :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Int64
- dOMHTMLTableRowElementGetVAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text
- dOMHTMLTableRowElementInsertCell :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Int64 -> m DOMHTMLElement
- dOMHTMLTableRowElementSetAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m ()
- dOMHTMLTableRowElementSetBgColor :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m ()
- dOMHTMLTableRowElementSetCh :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m ()
- dOMHTMLTableRowElementSetChOff :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m ()
- dOMHTMLTableRowElementSetVAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m ()
- data DOMHTMLTableRowElementAlignPropertyInfo
- constructDOMHTMLTableRowElementAlign :: Text -> IO ([Char], GValue)
- getDOMHTMLTableRowElementAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text
- setDOMHTMLTableRowElementAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m ()
- data DOMHTMLTableRowElementBgColorPropertyInfo
- constructDOMHTMLTableRowElementBgColor :: Text -> IO ([Char], GValue)
- getDOMHTMLTableRowElementBgColor :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text
- setDOMHTMLTableRowElementBgColor :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m ()
- data DOMHTMLTableRowElementCellsPropertyInfo
- getDOMHTMLTableRowElementCells :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m DOMHTMLCollection
- data DOMHTMLTableRowElementChPropertyInfo
- constructDOMHTMLTableRowElementCh :: Text -> IO ([Char], GValue)
- getDOMHTMLTableRowElementCh :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text
- setDOMHTMLTableRowElementCh :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m ()
- data DOMHTMLTableRowElementChOffPropertyInfo
- constructDOMHTMLTableRowElementChOff :: Text -> IO ([Char], GValue)
- getDOMHTMLTableRowElementChOff :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text
- setDOMHTMLTableRowElementChOff :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m ()
- data DOMHTMLTableRowElementRowIndexPropertyInfo
- getDOMHTMLTableRowElementRowIndex :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Int64
- data DOMHTMLTableRowElementSectionRowIndexPropertyInfo
- getDOMHTMLTableRowElementSectionRowIndex :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Int64
- data DOMHTMLTableRowElementVAlignPropertyInfo
- constructDOMHTMLTableRowElementVAlign :: Text -> IO ([Char], GValue)
- getDOMHTMLTableRowElementVAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text
- setDOMHTMLTableRowElementVAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m ()
Exported types
newtype DOMHTMLTableRowElement Source
class GObject o => DOMHTMLTableRowElementK o Source
Methods
dOMHTMLTableRowElementDeleteCell
dOMHTMLTableRowElementDeleteCell :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Int64 -> m () Source
dOMHTMLTableRowElementGetAlign
dOMHTMLTableRowElementGetAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text Source
dOMHTMLTableRowElementGetBgColor
dOMHTMLTableRowElementGetBgColor :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text Source
dOMHTMLTableRowElementGetCells
dOMHTMLTableRowElementGetCells :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m DOMHTMLCollection Source
dOMHTMLTableRowElementGetCh
dOMHTMLTableRowElementGetCh :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text Source
dOMHTMLTableRowElementGetChOff
dOMHTMLTableRowElementGetChOff :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text Source
dOMHTMLTableRowElementGetRowIndex
dOMHTMLTableRowElementGetRowIndex :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Int64 Source
dOMHTMLTableRowElementGetSectionRowIndex
dOMHTMLTableRowElementGetSectionRowIndex :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Int64 Source
dOMHTMLTableRowElementGetVAlign
dOMHTMLTableRowElementGetVAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> m Text Source
dOMHTMLTableRowElementInsertCell
dOMHTMLTableRowElementInsertCell :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Int64 -> m DOMHTMLElement Source
dOMHTMLTableRowElementSetAlign
dOMHTMLTableRowElementSetAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m () Source
dOMHTMLTableRowElementSetBgColor
dOMHTMLTableRowElementSetBgColor :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m () Source
dOMHTMLTableRowElementSetCh
dOMHTMLTableRowElementSetCh :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m () Source
dOMHTMLTableRowElementSetChOff
dOMHTMLTableRowElementSetChOff :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m () Source
dOMHTMLTableRowElementSetVAlign
dOMHTMLTableRowElementSetVAlign :: (MonadIO m, DOMHTMLTableRowElementK a) => a -> Text -> m () Source
Properties
Align
data DOMHTMLTableRowElementAlignPropertyInfo Source
AttrInfo DOMHTMLTableRowElementAlignPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementAlignPropertyInfo = "DOMHTMLTableRowElement::align" | |
type AttrGetType DOMHTMLTableRowElementAlignPropertyInfo = Text | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementAlignPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementAlignPropertyInfo = * ~ Text | |
type AttrAllowedOps DOMHTMLTableRowElementAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLTableRowElementAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text Source
setDOMHTMLTableRowElementAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m () Source
BgColor
data DOMHTMLTableRowElementBgColorPropertyInfo Source
AttrInfo DOMHTMLTableRowElementBgColorPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementBgColorPropertyInfo = "DOMHTMLTableRowElement::bg-color" | |
type AttrGetType DOMHTMLTableRowElementBgColorPropertyInfo = Text | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementBgColorPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementBgColorPropertyInfo = * ~ Text | |
type AttrAllowedOps DOMHTMLTableRowElementBgColorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLTableRowElementBgColor :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text Source
setDOMHTMLTableRowElementBgColor :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m () Source
Cells
data DOMHTMLTableRowElementCellsPropertyInfo Source
AttrInfo DOMHTMLTableRowElementCellsPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementCellsPropertyInfo = "DOMHTMLTableRowElement::cells" | |
type AttrGetType DOMHTMLTableRowElementCellsPropertyInfo = DOMHTMLCollection | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementCellsPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementCellsPropertyInfo = * ~ () | |
type AttrAllowedOps DOMHTMLTableRowElementCellsPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMHTMLTableRowElementCells :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m DOMHTMLCollection Source
Ch
data DOMHTMLTableRowElementChPropertyInfo Source
AttrInfo DOMHTMLTableRowElementChPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementChPropertyInfo = "DOMHTMLTableRowElement::ch" | |
type AttrGetType DOMHTMLTableRowElementChPropertyInfo = Text | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementChPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementChPropertyInfo = * ~ Text | |
type AttrAllowedOps DOMHTMLTableRowElementChPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLTableRowElementCh :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text Source
setDOMHTMLTableRowElementCh :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m () Source
ChOff
data DOMHTMLTableRowElementChOffPropertyInfo Source
AttrInfo DOMHTMLTableRowElementChOffPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementChOffPropertyInfo = "DOMHTMLTableRowElement::ch-off" | |
type AttrGetType DOMHTMLTableRowElementChOffPropertyInfo = Text | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementChOffPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementChOffPropertyInfo = * ~ Text | |
type AttrAllowedOps DOMHTMLTableRowElementChOffPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLTableRowElementChOff :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text Source
setDOMHTMLTableRowElementChOff :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m () Source
RowIndex
data DOMHTMLTableRowElementRowIndexPropertyInfo Source
AttrInfo DOMHTMLTableRowElementRowIndexPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementRowIndexPropertyInfo = "DOMHTMLTableRowElement::row-index" | |
type AttrGetType DOMHTMLTableRowElementRowIndexPropertyInfo = Int64 | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementRowIndexPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementRowIndexPropertyInfo = * ~ () | |
type AttrAllowedOps DOMHTMLTableRowElementRowIndexPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMHTMLTableRowElementRowIndex :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Int64 Source
SectionRowIndex
data DOMHTMLTableRowElementSectionRowIndexPropertyInfo Source
AttrInfo DOMHTMLTableRowElementSectionRowIndexPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementSectionRowIndexPropertyInfo = "DOMHTMLTableRowElement::section-row-index" | |
type AttrGetType DOMHTMLTableRowElementSectionRowIndexPropertyInfo = Int64 | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementSectionRowIndexPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementSectionRowIndexPropertyInfo = * ~ () | |
type AttrAllowedOps DOMHTMLTableRowElementSectionRowIndexPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMHTMLTableRowElementSectionRowIndex :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Int64 Source
VAlign
data DOMHTMLTableRowElementVAlignPropertyInfo Source
AttrInfo DOMHTMLTableRowElementVAlignPropertyInfo | |
type AttrLabel DOMHTMLTableRowElementVAlignPropertyInfo = "DOMHTMLTableRowElement::v-align" | |
type AttrGetType DOMHTMLTableRowElementVAlignPropertyInfo = Text | |
type AttrBaseTypeConstraint DOMHTMLTableRowElementVAlignPropertyInfo = DOMHTMLTableRowElementK | |
type AttrSetTypeConstraint DOMHTMLTableRowElementVAlignPropertyInfo = * ~ Text | |
type AttrAllowedOps DOMHTMLTableRowElementVAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLTableRowElementVAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> m Text Source
setDOMHTMLTableRowElementVAlign :: (MonadIO m, DOMHTMLTableRowElementK o) => o -> Text -> m () Source