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

Methods

pre_build  

Public Instance methods

[Source]

     # File sources/parser/annotations.rb, line 529
529:         def pre_build
530:           
531:           self.Ff ||= 0
532:           self.Ff &= ~Choice::Flags::COMBO 
533:           
534:         end

[Validate]