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 601
601:         def pre_build
602:           
603:           self.Ff ||= 0
604:           self.Ff &= ~Choice::Flags::COMBO 
605:           
606:         end

[Validate]