| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Cli.Web.TableSelectors
Documentation
Constructors
| FormView |
Instances
| Generic FormView # | |||||
Defined in Napkin.Cli.Web.TableSelectors | |||||
| HyperView FormView # | |||||
Defined in Napkin.Cli.Web.TableSelectors Associated Types
| |||||
| ViewId FormView # | |||||
Defined in Napkin.Cli.Web.TableSelectors | |||||
| type Rep FormView # | |||||
| type Action FormView # | |||||
Defined in Napkin.Cli.Web.TableSelectors | |||||
data FormAction #
Constructors
| Submit |
Instances
| Generic FormAction # | |||||
Defined in Napkin.Cli.Web.TableSelectors Associated Types
| |||||
| ViewAction FormAction # | |||||
Defined in Napkin.Cli.Web.TableSelectors | |||||
| type Rep FormAction # | |||||
newtype TableSelectors #
Constructors
| TableSelectors Text |
Instances
| Generic TableSelectors # | |||||
Defined in Napkin.Cli.Web.TableSelectors Associated Types
Methods from :: TableSelectors -> Rep TableSelectors x # to :: Rep TableSelectors x -> TableSelectors # | |||||
| FormField TableSelectors # | |||||
Defined in Napkin.Cli.Web.TableSelectors | |||||
| type Rep TableSelectors # | |||||
Defined in Napkin.Cli.Web.TableSelectors type Rep TableSelectors = D1 ('MetaData "TableSelectors" "Napkin.Cli.Web.TableSelectors" "napkin-cli-2.0.0-5HtahCKZmE0F5aFWQTYMCA" 'True) (C1 ('MetaCons "TableSelectors" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |||||
formTblSelectorsView :: GraphType -> [RunTableSelector] -> View FormView () #
formTblSelectorsView' :: GraphType -> Text -> SelectorsInfo -> View FormView () #