Method: HtmlGrid::SimpleLabel#init
- Defined in:
- lib/htmlgrid/label.rb
#init ⇒ Object
32 33 34 35 36 37 38 39 |
# File 'lib/htmlgrid/label.rb', line 32 def init super @value = @lookandfeel.lookup(@name) state = @session.state if(state.respond_to?(:mandatory?) && state.mandatory?(@name)) @value += "*" end end |