Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLButtonElement
Documentation
htmlButtonElementCheckValidity :: HTMLButtonElementClass self => self -> IO Bool
htmlButtonElementSetCustomValidity :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementSetAutofocus :: HTMLButtonElementClass self => self -> Bool -> IO ()
htmlButtonElementGetAutofocus :: HTMLButtonElementClass self => self -> IO Bool
htmlButtonElementSetDisabled :: HTMLButtonElementClass self => self -> Bool -> IO ()
htmlButtonElementGetDisabled :: HTMLButtonElementClass self => self -> IO Bool
htmlButtonElementGetForm :: HTMLButtonElementClass self => self -> IO (Maybe HTMLFormElement)
htmlButtonElementSetFormAction :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementGetFormAction :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementSetFormEnctype :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementGetFormEnctype :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementSetFormMethod :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementGetFormMethod :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementSetFormNoValidate :: HTMLButtonElementClass self => self -> Bool -> IO ()
htmlButtonElementGetFormNoValidate :: HTMLButtonElementClass self => self -> IO Bool
htmlButtonElementSetFormTarget :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementGetFormTarget :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementSetName :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementGetName :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementSetValue :: (HTMLButtonElementClass self, GlibString string) => self -> string -> IO ()
htmlButtonElementGetValue :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementGetWillValidate :: HTMLButtonElementClass self => self -> IO Bool
htmlButtonElementGetValidity :: HTMLButtonElementClass self => self -> IO (Maybe ValidityState)
htmlButtonElementGetValidationMessage :: (HTMLButtonElementClass self, GlibString string) => self -> IO string
htmlButtonElementGetLabels :: HTMLButtonElementClass self => self -> IO (Maybe NodeList)
data HTMLButtonElement
class HTMLElementClass o => HTMLButtonElementClass o
Instances
castToHTMLButtonElement :: GObjectClass obj => obj -> HTMLButtonElement
toHTMLButtonElement :: HTMLButtonElementClass o => o -> HTMLButtonElement