gi-webkit-3.0.7: 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.DOMHTMLLabelElement

Contents

Description

 

Synopsis

Exported types

Methods

getControl

getForm

getHtmlFor

data DOMHTMLLabelElementGetHtmlForMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLabelElement a) => MethodInfo * DOMHTMLLabelElementGetHtmlForMethodInfo a signature Source # 

Methods

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

setHtmlFor

data DOMHTMLLabelElementSetHtmlForMethodInfo Source #

Instances

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

Methods

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

Properties

control

data DOMHTMLLabelElementControlPropertyInfo Source #

Instances

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

dOMHTMLLabelElementControl :: AttrLabelProxy "control" Source #

form

data DOMHTMLLabelElementFormPropertyInfo Source #

Instances

AttrInfo DOMHTMLLabelElementFormPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLabelElementFormPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLabelElementFormPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLabelElementFormPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLabelElementFormPropertyInfo :: *

type AttrLabel DOMHTMLLabelElementFormPropertyInfo :: Symbol

type AttrOrigin DOMHTMLLabelElementFormPropertyInfo :: *

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

dOMHTMLLabelElementForm :: AttrLabelProxy "form" Source #

htmlFor

data DOMHTMLLabelElementHtmlForPropertyInfo Source #

Instances

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

dOMHTMLLabelElementHtmlFor :: AttrLabelProxy "htmlFor" Source #