Module
InteractiveData.Class
- Package
- purescript-interactive-data
- Repository
- thought2/purescript-interactive-data.all
#IDDataUI Source
class IDDataUI :: (Type -> Type) -> (Type -> Type) -> (Type -> Type) -> Type -> Type -> Type -> Constraintclass IDDataUI (srf :: Type -> Type) (fm :: Type -> Type) (fs :: Type -> Type) (msg :: Type) (sta :: Type) (a :: Type) | a -> msg sta where
Members
Instances
(IDHtml html) => IDDataUI (IDSurface html) fm fs StringMsg StringState String(IDHtml html) => IDDataUI (IDSurface html) fm fs IntMsg IntState Int(IDHtml html) => IDDataUI (IDSurface html) fm fs BooleanMsg BooleanState Boolean(IDHtml html) => IDDataUI (IDSurface html) fm fs NumberMsg NumberState Number(DefaultRecord Tok html fm fs rmsg rsta row) => IDDataUI (IDSurface html) fm fs (RecordMsg rmsg) (RecordState rsta) (Record row)(DefaultVariant Tok html fm fs rcase rmsg rsta row) => IDDataUI (IDSurface html) fm fs (VariantMsg rcase rmsg) (VariantState rsta) (Variant row)(DefaultGeneric "Nothing" Tok html fm fs msg sta (Maybe a)) => IDDataUI (IDSurface html) fm fs msg sta (Maybe a)(DefaultGeneric "Left" Tok html fm fs msg sta (Either a b)) => IDDataUI (IDSurface html) fm fs msg sta (Either a b)(DefaultGeneric "Tuple" Tok html fm fs msg sta (Tuple a b)) => IDDataUI (IDSurface html) fm fs msg sta (Tuple a b)(IDHtml html, IDDataUI (IDSurface html) fm fs msg sta a) => IDDataUI (IDSurface html) fm fs (ArrayMsg (fm msg)) (ArrayState (fs sta)) (Array a)
- Modules
- InteractiveData
- InteractiveData.
App - InteractiveData.
App. EnvVars - InteractiveData.
App. FastForward. Inline - InteractiveData.
App. FastForward. Standalone - InteractiveData.
App. Routing - InteractiveData.
App. Types - InteractiveData.
App. UI. ActionButton - InteractiveData.
App. UI. Assets - InteractiveData.
App. UI. Body - InteractiveData.
App. UI. Breadcrumbs - InteractiveData.
App. UI. Card - InteractiveData.
App. UI. DataLabel - InteractiveData.
App. UI. Footer - InteractiveData.
App. UI. Header - InteractiveData.
App. UI. Layout - InteractiveData.
App. UI. Menu - InteractiveData.
App. UI. NotFound - InteractiveData.
App. UI. SideBar - InteractiveData.
App. UI. Types. SumTree - InteractiveData.
App. WrapApp - InteractiveData.
App. WrapData - InteractiveData.
Class - InteractiveData.
Class. Defaults - InteractiveData.
Class. Defaults. Generic - InteractiveData.
Class. Defaults. Record - InteractiveData.
Class. Defaults. Variant - InteractiveData.
Class. InitDataUI - InteractiveData.
Class. Partial - InteractiveData.
Core - InteractiveData.
Core. Classes. IDHtml - InteractiveData.
Core. Classes. OptArgs - InteractiveData.
Core. FeatureFlags - InteractiveData.
Core. Prelude - InteractiveData.
Core. Types. Common - InteractiveData.
Core. Types. DataAction - InteractiveData.
Core. Types. DataPathExtra - InteractiveData.
Core. Types. DataTree - InteractiveData.
Core. Types. IDOutMsg - InteractiveData.
Core. Types. IDSurface - InteractiveData.
Core. Types. IDViewCtx - InteractiveData.
Core. Util. RecordProjection - InteractiveData.
DataUIs - InteractiveData.
DataUIs. Array - InteractiveData.
DataUIs. Boolean - InteractiveData.
DataUIs. Common - InteractiveData.
DataUIs. Generic - InteractiveData.
DataUIs. Int - InteractiveData.
DataUIs. Json - InteractiveData.
DataUIs. Newtype - InteractiveData.
DataUIs. Number - InteractiveData.
DataUIs. Record - InteractiveData.
DataUIs. String - InteractiveData.
DataUIs. Variant - InteractiveData.
Entry - InteractiveData.
Run - InteractiveData.
Run. Types. HtmlT - InteractiveData.
UI. NumberInput - InteractiveData.
UI. Slider