API for seesaw.selector - Seesaw


Full namespace name: seesaw.selector

Overview

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)!

Public Variables and Functions



class-of!

function
Usage: (class-of! w classes)
INTERNAL USE ONLY.


id-of

function
Usage: (id-of w)
Retrieve the id of a widget. Use (seesaw.core/id-of).


id-of!

function
Usage: (id-of! w id)
INTERNAL USE ONLY.


select

function
Usage: (select node-or-nodes selector)
*USE seesaw.core/select*
Returns the seq of nodes or fragments matched by the specified selector.
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.