Class: Lebowski::SCUI::Views::Support::NodeItemViewArray

Constant Summary

Constants inherited from Foundation::Views::Support::CollectionItemViewArray

Foundation::Views::Support::CollectionItemViewArray::SELECT_ALL_KEY

Constants included from Foundation

Foundation::SC_BRANCH_CLOSED, Foundation::SC_BRANCH_OPEN, Foundation::SC_BUTTON1_STATUS, Foundation::SC_BUTTON2_STATUS, Foundation::SC_BUTTON3_STATUS, Foundation::SC_LEAF_NODE, Foundation::SC_MIXED_STATE, Foundation::SC_PICKER_FIXED, Foundation::SC_PICKER_MENU, Foundation::SC_PICKER_POINTER, Foundation::SC_T_ARRAY, Foundation::SC_T_BOOL, Foundation::SC_T_CLASS, Foundation::SC_T_ERROR, Foundation::SC_T_FUNCTION, Foundation::SC_T_HASH, Foundation::SC_T_NULL, Foundation::SC_T_NUMBER, Foundation::SC_T_OBJECT, Foundation::SC_T_STRING, Foundation::SC_T_UNDEFINED

Instance Method Summary collapse

Methods inherited from Foundation::Views::Support::CollectionItemViewArray

#deselect, #deselect_all, #find_with_content, #index_of, #select, #select_add, #select_all, #select_range

Methods inherited from Foundation::Views::Support::CollectionItemArray

#initialize, #selected

Methods inherited from Foundation::ObjectArray

#[], #all?, #any?, #count, #each, #empty?, #filter, #find_all, #find_first, #find_indexes, #find_last, #first, #index_of, #initialize, #last, #member?, #none?, #one?, #prefilter

Constructor Details

This class inherits a constructor from Lebowski::Foundation::Views::Support::CollectionItemArray

Instance Method Details

#mix_in_support_for_object(obj) ⇒ Object



33
34
35
36
37
# File 'lib/lebowski/scui/views/linkit.rb', line 33

def mix_in_support_for_object(obj)
  if not obj.class.ancestors.member? Lebowski::SCUI::Mixins::NodeItemViewSupport            
    obj.extend Lebowski::SCUI::Mixins::NodeItemViewSupport
  end
end