X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/91b9f259d38073a9847ede172cdda1218f2c35fb..4d9b3520082ed3aea25a384d96980ce3ca31d2a1:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index ace541f..bd02074 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -34,18 +34,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 Layers + #:standard-attribute + #:attribute.name - :editor - :one-line - :as-string - :as-table +;;;; Standard Layers + + #:editor + #:one-line + #:as-string + #:as-table +;;;; Wrapping layers + #:wrap-div + #:wrap-link + + #:show-attribute-labels ;;;; "Lines", the newest creation. :defline @@ -64,9 +75,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