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 517
517:         def pre_build
518:           
519:           self.Ff ||= 0
520:           self.Ff |= Choice::Flags::COMBO
521:           
522:           super
523:         end

[Validate]