X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/e8d4fa4537a1655714ad8bbbf9b7ba2d85ead959..e8fd1a9a2f3b68a8aee14b8776ff8398ba717eef:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index b10abdb..54a34af 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,24 +3,22 @@ :common-lisp #:contextl #:closer-mop - #:postmodern + #:alexandria) (:nicknames #:lol) (:export -;; ROFL stuff here temporarily - #:standard-db-access-class - #:make-dao-from-row - #:described-db-access-class - #:select-only - #:select - + ;; Descriptions #:find-description + #:description-of #:define-description #:described-object #:described-class + #:described-standard-class #:with-active-descriptions + #:with-inactive-descriptions + ;; Displays #:define-display @@ -33,8 +31,36 @@ #:find-attribute #:attribute #:attributes + #:attribute-object #:attribute-label + #:label #:attribute-function - #:attribute-value)) + #:attribute-value + #:display-attribute-value + #:active-attributes + #:attribute-delimiter + #:standard-attribute + + ;; Standard Library + + ;; editing + #:editable + #:attribute-editor + #:string-attribute-editor + #:number-attribute-editor + #:password-attribute-editor + #:password + + ;; :validation + #:validation + #:validate + #:validp + + ;; CLOS + #:slot-definition-attribute + + ;; html + #:display-html-attribute-editor + #:make-attribute-value-writer))