Liking cljdoc? Tell your friends :D

flow-storm.debugger.ui.utils


add-classclj

(add-class node class)

alert-dialogclj

(alert-dialog {:keys [type message buttons] :or {type :none}})

border-paneclj

(border-pane params)
(border-pane {:keys [center bottom top left right]} class)

buttonclj

(button & {:keys [label class on-click disable]})

center-node-in-scroll-paneclj

(center-node-in-scroll-pane scroll-pane node)

create-list-cell-factoryclj

(create-list-cell-factory update-item-fn)

event-handlercljmacro

(event-handler arg & body)

event-handler*clj

(event-handler* f)

h-boxclj

(h-box childs)
(h-box childs class)

iconclj

(icon icon-name)

icon-buttonclj

(icon-button & {:keys [icon-name class on-click disable tooltip]})

labelclj

(label text)
(label text class)

list-viewclj

(list-view {:keys [editable? cell-factory-fn on-click selection-mode
                   search-predicate]
            :or {editable? false selection-mode :multiple}})

make-context-menuclj

(make-context-menu items)

normalize-newlinesclj

(normalize-newlines s)

progress-indicatorclj

(progress-indicator size)

remove-newlinesclj

(remove-newlines s)

rm-classclj

(rm-class node class)

run-latercljmacro

(run-later & body)

run-later*clj

(run-later* f)

run-nowcljmacro

(run-now & body)

run-now*clj

(run-now* f)

scroll-paneclj

(scroll-pane)
(scroll-pane class)

tabclj

(tab {:keys [text graphic class content on-selection-changed]})

tab-paneclj

(tab-pane
  {:keys [tabs rotate? side closing-policy drag-policy on-tab-change]
   :or
     {closing-policy :unavailable drag-policy :fixed side :top rotate? false}})

table-viewclj

(table-view {:keys [columns cell-factory-fn items]})

Create a TableView component. columns should be a vector of strings with columns names. cell-factory-fn a fn that gets called with each item (from items) and should return a Node for the cell. items a collection of data items for the table. Each one should be a vector with the same amount

Create a TableView component.
`columns` should be a vector of strings with columns names.
`cell-factory-fn` a fn that gets called with each item (from `items`) and should return a Node for the cell.
`items` a collection of data items for the table. Each one should be a vector with the same amount 
raw docstring

text-fieldclj

(text-field params)
(text-field {:keys [initial-text on-return-key align]} class)

v-boxclj

(v-box childs)
(v-box childs class)

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

× close