module Lebowski::Foundation

Constants

SC_BRANCH_CLOSED
SC_BRANCH_OPEN
SC_LEAF_NODE

Constants used by the collection view. see SproutCore file collection_content.js

SC_MIXED_STATE
SC_PICKER_FIXED
SC_PICKER_MENU

Constants used by the picker pane. see SproutCore file picker.js

SC_PICKER_POINTER
SC_T_ARRAY

An instance of Array

SC_T_BOOL

Boolean primitive

SC_T_CLASS

A SproutCore class (created using SC.Object.extend())

SC_T_ERROR

A SproutCore error instance (SC.Error)

SC_T_FUNCTION

A function

SC_T_HASH

A JavaScript object not inheriting from SC.Object

SC_T_NULL

Null value

SC_T_NUMBER

Number primitive

SC_T_OBJECT

A SproutCore object instance

SC_T_STRING

String primitive

SC_T_UNDEFINED

Undefined value