Liking cljdoc? Tell your friends :D

seesaw.options

Functions for dealing with options.

Functions for dealing with options.
raw docstring

apply-optionsclj

(apply-options target opts)
source

around-optionclj

(around-option parent-option set-conv get-conv)
(around-option parent-option set-conv get-conv examples)
source

bean-optioncljmacro

(bean-option name-arg target-type & [set-conv get-conv examples])
source

default-optionclj

(default-option name)
(default-option name setter)
(default-option name setter getter)
(default-option name setter getter examples)
source

get-option-mapclj

(get-option-map this)
source

get-option-valueclj

(get-option-value target name)
(get-option-value target name handlers)
source

ignore-optionclj

(ignore-option name)
(ignore-option name examples)

Might be used to explicitly ignore the default behaviour of options.

Might be used to explicitly ignore the default behaviour of options.
sourceraw docstring

ignore-optionsclj

(ignore-options source-options)

Create a ignore-map for options, which should be ignored. Ready to be merged into default option maps.

Create a ignore-map for options, which should be ignored. Ready to
be merged into default option maps.
sourceraw docstring

Optionclj

source

option-mapclj

(option-map & opts)

Construct an option map from a list of options.

Construct an option map from a list of options.
sourceraw docstring

option-providercljmacro

(option-provider class options)
source

OptionProvidercljprotocol

get-option-maps*clj

(get-option-maps* this)
source

resource-optionclj

(resource-option option-name keys)

Defines an option that takes a j18n namespace-qualified keyword as a value. The keyword is used as a prefix for the set of properties in the given key list. This allows subsets of widget options to be configured from a resource bundle.

Example: ; The :resource property looks in a resource bundle for ; prefix.text, prefix.foreground, etc. (resource-option :resource [:text :foreground :background])

Defines an option that takes a j18n namespace-qualified keyword as a
value. The keyword is used as a prefix for the set of properties in
the given key list. This allows subsets of widget options to be configured
from a resource bundle.

Example:
  ; The :resource property looks in a resource bundle for 
  ; prefix.text, prefix.foreground, etc.
  (resource-option :resource [:text :foreground :background])
sourceraw docstring

set-option-valueclj

(set-option-value target name value)
(set-option-value target name value handlers)
source

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

× close