Class: Clevic::TableModel::DataChange

Inherits:
Object
  • Object
show all
Defined in:
lib/clevic/table_model.rb

Defined Under Namespace

Classes: ModelIndexProxy

Instance Attribute Summary collapse

Instance Attribute Details

#bottom_rightObject



190
191
192
# File 'lib/clevic/table_model.rb', line 190

def bottom_right
  @bottom_right ||= ModelIndexProxy.new
end

#indexObject

Returns the value of attribute index.



197
198
199
# File 'lib/clevic/table_model.rb', line 197

def index
  @index
end

#top_leftObject



186
187
188
# File 'lib/clevic/table_model.rb', line 186

def top_left
  @top_left ||= ModelIndexProxy.new
end