class UIng::Table::Model::Handler

Included Modules

Defined in:

uing/table/table/model/handler.cr

Constructors

Instance Method Summary

Macros inherited from module UIng::BlockConstructor

block_constructor block_constructor

Constructor Detail

def self.new(*args, &) #

[View source]
def self.new(*args, **kwargs, &) #

[View source]
def self.new #

[View source]

Instance Method Detail

def cell_value(&block : LibC::Int, LibC::Int -> Value) #

[View source]
def column_type(&block : LibC::Int -> Value::Type) #

[View source]
def num_columns(&block : -> Int32) #

[View source]
def num_rows(&block : -> Int32) #

[View source]
def set_cell_value(&block : LibC::Int, LibC::Int, Value -> Nil) #

[View source]
def to_unsafe #

[View source]