class HtmlGrid::Text

Public Instance Methods

init() click to toggle source
Calls superclass method HtmlGrid::NamedComponent#init
# File lib/htmlgrid/text.rb, line 31
def init
  super
  @value = @lookandfeel.lookup(@name)
end