Class: Origami::Template::PasswordEdit
- Inherits:
-
Edit
- Object
- Hash
- Dictionary
- Annotation
- Annotation::Widget
- Annotation::Widget::Text
- Edit
- Origami::Template::PasswordEdit
- Defined in:
- lib/origami/template/widgets.rb
Constant Summary
Constants included from StandardObject
StandardObject::DEFAULT_ATTRIBUTES
Constants inherited from Dictionary
Constants included from Object
Instance Attribute Summary
Attributes included from ObjectCache
#names_cache, #strings_cache, #xref_cache
Attributes included from Object
#file_offset, #generation, #no, #objstm_offset, #parent
Instance Method Summary collapse
-
#initialize(id, x:, y:, width:, height:) ⇒ PasswordEdit
constructor
A new instance of PasswordEdit.
Methods inherited from Annotation::Widget
Methods included from Annotation::Triggerable
#onBlur, #onFocus, #onMouseDown, #onMouseOut, #onMouseOver, #onMouseUp, #onPageClose, #onPageInvisible, #onPageOpen, #onPageVisible
Methods included from Field
included, #name, #name=, #onCalculate, #onFormat, #onKeyStroke, #onValidate, #pre_build, #set_name
Methods inherited from Annotation
#set_down_appearance, #set_normal_appearance, #set_rollover_appearance
Methods included from StandardObject
included, #pre_build, #version_required
Methods inherited from Dictionary
#[], #[]=, hint_type, #merge, parse, #to_h, #to_obfuscated_str, #to_s, #transform_values, #transform_values!
Methods included from Origami::TypeGuessing
Methods included from FieldAccessor
#method_missing, #respond_to_missing?
Methods included from CompoundObject
#copy, #delete, #include?, #update_values, #update_values!
Methods included from ObjectCache
Methods included from Object
#cast_to, #copy, #document, #export, included, #indirect?, #indirect_parent, #logicalize, #logicalize!, #native_type, #numbered?, parse, #post_build, #pre_build, #reference, #set_document, #set_indirect, skip_until_next_obj, #solve, #to_o, #to_s, #type, typeof, #version_required, #xrefs
Constructor Details
#initialize(id, x:, y:, width:, height:) ⇒ PasswordEdit
Returns a new instance of PasswordEdit.
111 112 113 114 115 116 |
# 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 |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Origami::FieldAccessor