class Origami::Template::PasswordEdit

Public Class Methods

new(id, x:, y:, width:, height:) click to toggle source
Calls superclass method Origami::Template::Edit::new
# File lib/origami/template/widgets.rb, line 111
def initialize(id, x:, y:, width:, height:)
    super(id, x: x, y: y, width: width, height: height)

    self.Ff ||= 0
    self.Ff |= Annotation::Widget::Text::Flags::PASSWORD
end