|
WASH.CGI.AbstractSelector |
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
abstract table (twodimensional)
| Constructors | |
|
|
|
abstract row
| Constructors | |
|
|
|
|
|
|
|
Transform an IO action that produces a table in list form into a CGI action
that returns an abstract table.
|
|
|
Access abstract table by row and column. Produces a test node in the
document monad.
|
|
data SelectionGroup a x | Source |
|
a selection group is a virtual field that never appears on the screen, but
gives rise to a hidden input field!
| Constructors | |
|
|
|
Create a selection group for a table. Selects one row.
|
|
|
Create a selection button for an abstract table
|
|
|
Create a labelled selection display for an abstract table. The display
function takes the button element and a list of text nodes corresponding to
the selected row and is expected to perform the layout.
|
|
|
Create a choice group for a table (0-*).
|
|
|
Create one choice button for an abstract table
|
|
|
Create a labelled choice display for an abstract table. The display
function takes the button element and a list of text nodes corresponding to
the selected row and is expected to perform the layout.
|
|
Produced by Haddock version 2.6.0 |