(conform-ui spec data)
Shows how the data conformed to the spec. Useful for specs with choices (via s/or) or labeled values (vis s/cat). If the data does not conform, displays the explanation (explain-data) as a ui.
Shows how the data conformed to the spec. Useful for specs with choices (via s/or) or labeled values (vis s/cat). If the data does not conform, displays the explanation (explain-data) as a ui.
(dsui ds)
(dsui ds close-f)
Creates a read-only, form-based swing UI for an arbitrary nested data structure.
Creates a read-only, form-based swing UI for an arbitrary nested data structure.
(watch-ui ref)
Watches the ref and updates itself to mirror the ref's value whenever it changes.
Watches the ref and updates itself to mirror the ref's value whenever it changes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close