Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLSelectElement
Documentation
htmlSelectElementItem :: HTMLSelectElementClass self => self -> Word -> IO (Maybe Node)
htmlSelectElementNamedItem :: (HTMLSelectElementClass self, GlibString string) => self -> string -> IO (Maybe Node)
htmlSelectElementAdd :: (HTMLSelectElementClass self, HTMLElementClass element, HTMLElementClass before) => self -> Maybe element -> Maybe before -> IO ()
htmlSelectElementRemove :: HTMLSelectElementClass self => self -> Int -> IO ()
htmlSelectElementCheckValidity :: HTMLSelectElementClass self => self -> IO Bool
htmlSelectElementSetCustomValidity :: (HTMLSelectElementClass self, GlibString string) => self -> string -> IO ()
htmlSelectElementSetAutofocus :: HTMLSelectElementClass self => self -> Bool -> IO ()
htmlSelectElementGetAutofocus :: HTMLSelectElementClass self => self -> IO Bool
htmlSelectElementSetDisabled :: HTMLSelectElementClass self => self -> Bool -> IO ()
htmlSelectElementGetDisabled :: HTMLSelectElementClass self => self -> IO Bool
htmlSelectElementGetForm :: HTMLSelectElementClass self => self -> IO (Maybe HTMLFormElement)
htmlSelectElementSetMultiple :: HTMLSelectElementClass self => self -> Bool -> IO ()
htmlSelectElementGetMultiple :: HTMLSelectElementClass self => self -> IO Bool
htmlSelectElementSetName :: (HTMLSelectElementClass self, GlibString string) => self -> string -> IO ()
htmlSelectElementGetName :: (HTMLSelectElementClass self, GlibString string) => self -> IO string
htmlSelectElementSetRequired :: HTMLSelectElementClass self => self -> Bool -> IO ()
htmlSelectElementGetRequired :: HTMLSelectElementClass self => self -> IO Bool
htmlSelectElementSetSize :: HTMLSelectElementClass self => self -> Int -> IO ()
htmlSelectElementGetSize :: HTMLSelectElementClass self => self -> IO Int
htmlSelectElementGetOptions :: HTMLSelectElementClass self => self -> IO (Maybe HTMLOptionsCollection)
htmlSelectElementSetLength :: HTMLSelectElementClass self => self -> Word -> IO ()
htmlSelectElementGetLength :: HTMLSelectElementClass self => self -> IO Word
htmlSelectElementGetSelectedOptions :: HTMLSelectElementClass self => self -> IO (Maybe HTMLCollection)
htmlSelectElementSetSelectedIndex :: HTMLSelectElementClass self => self -> Int -> IO ()
htmlSelectElementGetSelectedIndex :: HTMLSelectElementClass self => self -> IO Int
htmlSelectElementSetValue :: (HTMLSelectElementClass self, GlibString string) => self -> string -> IO ()
htmlSelectElementGetValue :: (HTMLSelectElementClass self, GlibString string) => self -> IO string
htmlSelectElementGetWillValidate :: HTMLSelectElementClass self => self -> IO Bool
htmlSelectElementGetValidity :: HTMLSelectElementClass self => self -> IO (Maybe ValidityState)
htmlSelectElementGetValidationMessage :: (HTMLSelectElementClass self, GlibString string) => self -> IO string
htmlSelectElementGetLabels :: HTMLSelectElementClass self => self -> IO (Maybe NodeList)
data HTMLSelectElement
class HTMLElementClass o => HTMLSelectElementClass o
Instances
castToHTMLSelectElement :: GObjectClass obj => obj -> HTMLSelectElement
toHTMLSelectElement :: HTMLSelectElementClass o => o -> HTMLSelectElement