Class: UnderOs::UI::Textarea

Inherits:
Input
  • Object
show all
Defined in:
lib/under_os/ui/textarea.rb

Instance Method Summary collapse

Instance Method Details

#textViewDidBeginEditing(textView) ⇒ Object

delegate



8
9
10
# File 'lib/under_os/ui/textarea.rb', line 8

def textViewDidBeginEditing(textView)
  handle_focus
end

#textViewDidChange(textView) ⇒ Object



12
13
14
# File 'lib/under_os/ui/textarea.rb', line 12

def textViewDidChange(textView)
  handle_change
end

#textViewDidEndEditing(textView) ⇒ Object



16
17
18
# File 'lib/under_os/ui/textarea.rb', line 16

def textViewDidEndEditing(textView)
  handle_blur
end