class MyCellRendererConstCombo

this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint(dpblnt@gmail.com)

Public Class Methods

new(column) click to toggle source
Calls superclass method MyCellRendererCombo::new
# File lib/ListHolder/EditableList/CellRenderers/ConstCombo.rb, line 6
def initialize(column)
        column.header['admin']=true
        column.header['querySQL']="select * from scv where combo='#{column.header['data']}' order by cdisplay"
        super
end