X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/91b9f259d38073a9847ede172cdda1218f2c35fb..1cc831d4c7b9ecba47578b8a85ea046ef4e3915a:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index ace541f..42ceab3 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -7,6 +7,10 @@ :clsql :contextl) (:nicknames :lol :mewa) + + (:shadowing-import-from + :ucw + :parent) (:shadowing-import-from :iterate @@ -34,18 +38,29 @@ ;;;; The LoL 3 displays - :defdisplay - :defattribute - :display - :display-using-description - :call-display + #:defdisplay + #:defdescription + #:defattribute + #:display + #:display* + #:display-using-description + #:display-attribute + #:call-display + + #:standard-attribute + #:attribute.name - ;;;; Standard Layers +;;;; Standard Layers - :editor - :one-line - :as-string - :as-table + #:editor + #:one-line + #:as-string + #:as-table +;;;; Wrapping layers + #:wrap-div + #:wrap-link + + #:show-attribute-labels ;;;; "Lines", the newest creation. :defline @@ -64,9 +79,10 @@ :set-attribute :find-attribute - ;;;; Meta Model Exports)) - :define-meta-model - :def-view-class-from-table - :def-view-class/meta - :list-slot-types - )) \ No newline at end of file + ;; Some CRUD + #:crud + #:crud-editor + #:crud-viewer + #:crud-summary + #:crud-database + #:instance)) \ No newline at end of file