Liking cljdoc? Tell your friends :D

seesaw.selector

Seesaw selector support, based largely upon enlive-html. https://github.com/cgrand/enlive

There's no need to ever directly require this namespace. Use (seesaw.core/select)!

Seesaw selector support, based largely upon enlive-html.
https://github.com/cgrand/enlive

There's no need to ever directly require this namespace. Use (seesaw.core/select)!
raw docstring

cacheableclj

(cacheable selector)
source

cacheable?clj

(cacheable? selector)
source

class-ofclj

(class-of w)

Retrieve the classes of a widget as a set of strings

Retrieve the classes of a widget as a set of strings
sourceraw docstring

class-of!clj

(class-of! w classes)

INTERNAL USE ONLY.

INTERNAL USE ONLY.
sourceraw docstring

id-ofclj

(id-of w)

Retrieve the id of a widget. Use (seesaw.core/id-of).

Retrieve the id of a widget. Use (seesaw.core/id-of).
sourceraw docstring

id-of!clj

(id-of! w id)

INTERNAL USE ONLY.

INTERNAL USE ONLY.
sourceraw docstring

id-selector?clj

(id-selector? s)
source

selectclj

(select node-or-nodes selector)

USE seesaw.core/select Returns the seq of nodes or fragments matched by the specified selector.

*USE seesaw.core/select*
Returns the seq of nodes or fragments matched by the specified selector.
sourceraw docstring

Selectablecljprotocol

class-of!*clj

(class-of!* this classes)

class-of*clj

(class-of* this)

id-of!*clj

(id-of!* this id)

id-of*clj

(id-of* this)
source

Tagcljprotocol

tag-nameclj

(tag-name this)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close