Class Origami::Annotation::Widget::ComboBox
In: sources/parser/annotations.rb
Parent: Choice

Methods

pre_build  

Public Instance methods

[Source]

     # File sources/parser/annotations.rb, line 589
589:         def pre_build
590:           
591:           self.Ff ||= 0
592:           self.Ff |= Choice::Flags::COMBO
593:           
594:           super
595:         end

[Validate]