Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
- Exported types
- Methods
- getAccept
- getAlign
- getAlt
- getAutoFilled
- getAutofocus
- getCapture
- getCaptureType
- getChecked
- getDefaultChecked
- getDefaultValue
- getDisabled
- getFiles
- getForm
- getHeight
- getIndeterminate
- getInputType
- getMaxLength
- getMultiple
- getName
- getReadOnly
- getSize
- getSrc
- getUseMap
- getValue
- getWidth
- getWillValidate
- isEdited
- select
- setAccept
- setAlign
- setAlt
- setAutoFilled
- setAutofocus
- setCaptureType
- setChecked
- setDefaultChecked
- setDefaultValue
- setDisabled
- setEditingValue
- setFiles
- setHeight
- setIndeterminate
- setInputType
- setMaxLength
- setMultiple
- setName
- setReadOnly
- setSize
- setSrc
- setUseMap
- setValue
- setWidth
- Properties
No description available in the introspection data.
Synopsis
- newtype DOMHTMLInputElement = DOMHTMLInputElement (ManagedPtr DOMHTMLInputElement)
- class (GObject o, IsDescendantOf DOMHTMLInputElement o) => IsDOMHTMLInputElement o
- toDOMHTMLInputElement :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m DOMHTMLInputElement
- noDOMHTMLInputElement :: Maybe DOMHTMLInputElement
- dOMHTMLInputElementGetAccept :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetAlt :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetAutoFilled :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetAutofocus :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetCapture :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetCaptureType :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetChecked :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetDefaultChecked :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetDefaultValue :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetDisabled :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetFiles :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m DOMFileList
- dOMHTMLInputElementGetForm :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m DOMHTMLFormElement
- dOMHTMLInputElementGetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m CULong
- dOMHTMLInputElementGetIndeterminate :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetInputType :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetMaxLength :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m CLong
- dOMHTMLInputElementGetMultiple :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetName :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetReadOnly :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementGetSize :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m CULong
- dOMHTMLInputElementGetSrc :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetUseMap :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetValue :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Text
- dOMHTMLInputElementGetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m CULong
- dOMHTMLInputElementGetWillValidate :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementIsEdited :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m Bool
- dOMHTMLInputElementSelect :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> m ()
- dOMHTMLInputElementSetAccept :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetAlt :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetAutoFilled :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetAutofocus :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetCaptureType :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetChecked :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetDefaultChecked :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetDefaultValue :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetDisabled :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetEditingValue :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetFiles :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a, IsDOMFileList b) => a -> b -> m ()
- dOMHTMLInputElementSetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> CULong -> m ()
- dOMHTMLInputElementSetIndeterminate :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetInputType :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetMaxLength :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> CLong -> m ()
- dOMHTMLInputElementSetMultiple :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetName :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetReadOnly :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Bool -> m ()
- dOMHTMLInputElementSetSize :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> CULong -> m ()
- dOMHTMLInputElementSetSrc :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetUseMap :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetValue :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> Text -> m ()
- dOMHTMLInputElementSetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) => a -> CULong -> m ()
- constructDOMHTMLInputElementAccept :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementAccept :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementAccept :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementAlign :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementAlign :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementAlign :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementAlt :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementAlt :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementAlt :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementAutofocus :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementAutofocus :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementAutofocus :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- clearDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m ()
- constructDOMHTMLInputElementCapture :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementChecked :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- constructDOMHTMLInputElementDefaultChecked :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementDefaultChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementDefaultChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- constructDOMHTMLInputElementDefaultValue :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementDefaultValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementDefaultValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementDisabled :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementDisabled :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementDisabled :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- getDOMHTMLInputElementFiles :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe DOMFileList)
- getDOMHTMLInputElementForm :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m DOMHTMLFormElement
- constructDOMHTMLInputElementHeight :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o)
- getDOMHTMLInputElementHeight :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong
- setDOMHTMLInputElementHeight :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m ()
- constructDOMHTMLInputElementIndeterminate :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementIndeterminate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementIndeterminate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- constructDOMHTMLInputElementMaxLength :: IsDOMHTMLInputElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLInputElementMaxLength :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CLong
- setDOMHTMLInputElementMaxLength :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CLong -> m ()
- constructDOMHTMLInputElementMultiple :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementMultiple :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementMultiple :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- constructDOMHTMLInputElementName :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementName :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementName :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementReadOnly :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLInputElementReadOnly :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
- setDOMHTMLInputElementReadOnly :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m ()
- constructDOMHTMLInputElementSize :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o)
- getDOMHTMLInputElementSize :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong
- setDOMHTMLInputElementSize :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m ()
- constructDOMHTMLInputElementSrc :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementSrc :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementSrc :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- clearDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m ()
- constructDOMHTMLInputElementType :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementUseMap :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementUseMap :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementUseMap :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementValue :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLInputElementValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text)
- setDOMHTMLInputElementValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m ()
- constructDOMHTMLInputElementWidth :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o)
- getDOMHTMLInputElementWidth :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong
- setDOMHTMLInputElementWidth :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m ()
- getDOMHTMLInputElementWillValidate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool
Exported types
newtype DOMHTMLInputElement Source #
Memory-managed wrapper type.
Instances
GObject DOMHTMLInputElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLInputElement gobjectType :: IO GType # | |
HasParentTypes DOMHTMLInputElement Source # | |
type ParentTypes DOMHTMLInputElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLInputElement type ParentTypes DOMHTMLInputElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))))) |
class (GObject o, IsDescendantOf DOMHTMLInputElement o) => IsDOMHTMLInputElement o Source #
Type class for types which can be safely cast to DOMHTMLInputElement
, for instance with toDOMHTMLInputElement
.
Instances
(GObject o, IsDescendantOf DOMHTMLInputElement o) => IsDOMHTMLInputElement o Source # | |
toDOMHTMLInputElement :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m DOMHTMLInputElement Source #
Cast to DOMHTMLInputElement
, for types for which this is known to be safe. For general casts, use castTo
.
noDOMHTMLInputElement :: Maybe DOMHTMLInputElement Source #
A convenience alias for Nothing
:: Maybe
DOMHTMLInputElement
.
Methods
getAccept
dOMHTMLInputElementGetAccept Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAlign
dOMHTMLInputElementGetAlign Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAlt
dOMHTMLInputElementGetAlt Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAutoFilled
dOMHTMLInputElementGetAutoFilled Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementGetAutoFilled
instead.
No description available in the introspection data.
Since: 2.16
getAutofocus
dOMHTMLInputElementGetAutofocus Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getCapture
dOMHTMLInputElementGetCapture Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.14)Use dOMHTMLInputElementGetCaptureType
instead.
No description available in the introspection data.
getCaptureType
dOMHTMLInputElementGetCaptureType Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Since: 2.14
getChecked
dOMHTMLInputElementGetChecked Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getDefaultChecked
dOMHTMLInputElementGetDefaultChecked Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getDefaultValue
dOMHTMLInputElementGetDefaultValue Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getDisabled
dOMHTMLInputElementGetDisabled Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getFiles
dOMHTMLInputElementGetFiles Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m DOMFileList | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getForm
dOMHTMLInputElementGetForm Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m DOMHTMLFormElement | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHeight
dOMHTMLInputElementGetHeight Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getIndeterminate
dOMHTMLInputElementGetIndeterminate Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getInputType
dOMHTMLInputElementGetInputType Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getMaxLength
dOMHTMLInputElementGetMaxLength Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getMultiple
dOMHTMLInputElementGetMultiple Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getName
dOMHTMLInputElementGetName Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getReadOnly
dOMHTMLInputElementGetReadOnly Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Since: 2.16
getSize
dOMHTMLInputElementGetSize Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getSrc
dOMHTMLInputElementGetSrc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getUseMap
dOMHTMLInputElementGetUseMap Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getValue
dOMHTMLInputElementGetValue Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getWidth
dOMHTMLInputElementGetWidth Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getWillValidate
dOMHTMLInputElementGetWillValidate Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
isEdited
dOMHTMLInputElementIsEdited Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementIsUserEdited
instead.
No description available in the introspection data.
select
dOMHTMLInputElementSelect Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAccept
dOMHTMLInputElementSetAccept Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlign
dOMHTMLInputElementSetAlign Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlt
dOMHTMLInputElementSetAlt Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAutoFilled
dOMHTMLInputElementSetAutoFilled Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementSetAutoFilled
instead.
No description available in the introspection data.
Since: 2.16
setAutofocus
dOMHTMLInputElementSetAutofocus Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setCaptureType
dOMHTMLInputElementSetCaptureType Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Since: 2.16
setChecked
dOMHTMLInputElementSetChecked Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setDefaultChecked
dOMHTMLInputElementSetDefaultChecked Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Since: 2.16
setDefaultValue
dOMHTMLInputElementSetDefaultValue Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setDisabled
dOMHTMLInputElementSetDisabled Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setEditingValue
dOMHTMLInputElementSetEditingValue Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use dOMElementHtmlInputElementSetEditingValue
instead.
No description available in the introspection data.
Since: 2.16
setFiles
dOMHTMLInputElementSetFiles Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a, IsDOMFileList b) | |
=> a |
|
-> b |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setHeight
dOMHTMLInputElementSetHeight Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> CULong |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setIndeterminate
dOMHTMLInputElementSetIndeterminate Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setInputType
dOMHTMLInputElementSetInputType Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setMaxLength
dOMHTMLInputElementSetMaxLength Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> CLong |
|
-> m () | (Can throw |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setMultiple
dOMHTMLInputElementSetMultiple Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setName
dOMHTMLInputElementSetName Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setReadOnly
dOMHTMLInputElementSetReadOnly Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setSize
dOMHTMLInputElementSetSize Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> CULong |
|
-> m () | (Can throw |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setSrc
dOMHTMLInputElementSetSrc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setUseMap
dOMHTMLInputElementSetUseMap Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setValue
dOMHTMLInputElementSetValue Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setWidth
dOMHTMLInputElementSetWidth Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLInputElement a) | |
=> a |
|
-> CULong |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
accept
No description available in the introspection data.
constructDOMHTMLInputElementAccept :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “accept
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementAccept :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “accept
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #accept
setDOMHTMLInputElementAccept :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “accept
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #accept:=
value ]
align
No description available in the introspection data.
constructDOMHTMLInputElementAlign :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “align
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementAlign :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “align
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #align
setDOMHTMLInputElementAlign :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “align
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #align:=
value ]
alt
No description available in the introspection data.
constructDOMHTMLInputElementAlt :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “alt
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementAlt :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “alt
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #alt
setDOMHTMLInputElementAlt :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “alt
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #alt:=
value ]
autofocus
No description available in the introspection data.
constructDOMHTMLInputElementAutofocus :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “autofocus
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementAutofocus :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “autofocus
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #autofocus
setDOMHTMLInputElementAutofocus :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “autofocus
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #autofocus:=
value ]
capture
No description available in the introspection data.
clearDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m () Source #
Set the value of the “capture
” property to Nothing
.
When overloading is enabled, this is equivalent to
clear
#capture
constructDOMHTMLInputElementCapture :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “capture
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “capture
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #capture
setDOMHTMLInputElementCapture :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “capture
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #capture:=
value ]
checked
No description available in the introspection data.
constructDOMHTMLInputElementChecked :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “checked
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “checked
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #checked
setDOMHTMLInputElementChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “checked
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #checked:=
value ]
defaultChecked
No description available in the introspection data.
constructDOMHTMLInputElementDefaultChecked :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “default-checked
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementDefaultChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “default-checked
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #defaultChecked
setDOMHTMLInputElementDefaultChecked :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “default-checked
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #defaultChecked:=
value ]
defaultValue
No description available in the introspection data.
constructDOMHTMLInputElementDefaultValue :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “default-value
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementDefaultValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “default-value
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #defaultValue
setDOMHTMLInputElementDefaultValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “default-value
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #defaultValue:=
value ]
disabled
No description available in the introspection data.
constructDOMHTMLInputElementDisabled :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “disabled
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementDisabled :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “disabled
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #disabled
setDOMHTMLInputElementDisabled :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “disabled
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #disabled:=
value ]
files
No description available in the introspection data.
getDOMHTMLInputElementFiles :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe DOMFileList) Source #
Get the value of the “files
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #files
form
No description available in the introspection data.
getDOMHTMLInputElementForm :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m DOMHTMLFormElement Source #
Get the value of the “form
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #form
height
No description available in the introspection data.
constructDOMHTMLInputElementHeight :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “height
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementHeight :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong Source #
Get the value of the “height
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #height
setDOMHTMLInputElementHeight :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m () Source #
Set the value of the “height
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #height:=
value ]
indeterminate
No description available in the introspection data.
constructDOMHTMLInputElementIndeterminate :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “indeterminate
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementIndeterminate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “indeterminate
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #indeterminate
setDOMHTMLInputElementIndeterminate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “indeterminate
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #indeterminate:=
value ]
maxLength
No description available in the introspection data.
constructDOMHTMLInputElementMaxLength :: IsDOMHTMLInputElement o => CLong -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “max-length
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementMaxLength :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CLong Source #
Get the value of the “max-length
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #maxLength
setDOMHTMLInputElementMaxLength :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CLong -> m () Source #
Set the value of the “max-length
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #maxLength:=
value ]
multiple
No description available in the introspection data.
constructDOMHTMLInputElementMultiple :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “multiple
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementMultiple :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “multiple
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #multiple
setDOMHTMLInputElementMultiple :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “multiple
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #multiple:=
value ]
name
No description available in the introspection data.
constructDOMHTMLInputElementName :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “name
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementName :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “name
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #name
setDOMHTMLInputElementName :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “name
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #name:=
value ]
readOnly
No description available in the introspection data.
constructDOMHTMLInputElementReadOnly :: IsDOMHTMLInputElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “read-only
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementReadOnly :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “read-only
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #readOnly
setDOMHTMLInputElementReadOnly :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Bool -> m () Source #
Set the value of the “read-only
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #readOnly:=
value ]
size
No description available in the introspection data.
constructDOMHTMLInputElementSize :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “size
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementSize :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong Source #
Get the value of the “size
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #size
setDOMHTMLInputElementSize :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m () Source #
Set the value of the “size
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #size:=
value ]
src
No description available in the introspection data.
constructDOMHTMLInputElementSrc :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “src
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementSrc :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “src
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #src
setDOMHTMLInputElementSrc :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “src
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #src:=
value ]
type
No description available in the introspection data.
clearDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m () Source #
Set the value of the “type
” property to Nothing
.
When overloading is enabled, this is equivalent to
clear
#type
constructDOMHTMLInputElementType :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “type
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “type
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #type
setDOMHTMLInputElementType :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “type
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #type:=
value ]
useMap
No description available in the introspection data.
constructDOMHTMLInputElementUseMap :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “use-map
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementUseMap :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “use-map
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #useMap
setDOMHTMLInputElementUseMap :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “use-map
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #useMap:=
value ]
value
No description available in the introspection data.
constructDOMHTMLInputElementValue :: IsDOMHTMLInputElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “value
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m (Maybe Text) Source #
Get the value of the “value
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #value
setDOMHTMLInputElementValue :: (MonadIO m, IsDOMHTMLInputElement o) => o -> Text -> m () Source #
Set the value of the “value
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #value:=
value ]
width
No description available in the introspection data.
constructDOMHTMLInputElementWidth :: IsDOMHTMLInputElement o => CULong -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “width
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLInputElementWidth :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m CULong Source #
Get the value of the “width
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #width
setDOMHTMLInputElementWidth :: (MonadIO m, IsDOMHTMLInputElement o) => o -> CULong -> m () Source #
Set the value of the “width
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLInputElement [ #width:=
value ]
willValidate
No description available in the introspection data.
getDOMHTMLInputElementWillValidate :: (MonadIO m, IsDOMHTMLInputElement o) => o -> m Bool Source #
Get the value of the “will-validate
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLInputElement #willValidate