Class: ImageButtonWrapper

Inherits:
ViewWrapper show all
Defined in:
lib/droiuby/wrappers/image_button_wrapper.rb

Instance Method Summary collapse

Methods inherited from ViewWrapper

#animate, #background=, #background_color=, #blink, #builder, #click, #data, #enabled=, #enabled?, #find, #gone=, #gone?, #height=, #hidden?, #hide!, #initialize, #invalidate, #native, #p_tree, #parent, #show!, #tag, #to_front!, #to_native, #visible=, #visible?, #width=

Methods included from Droiuby::Wrappers::Listeners

#on

Methods included from Droiuby::ViewHelper

included

Methods included from JavaMethodHelper

included

Constructor Details

This class inherits a constructor from ViewWrapper

Instance Method Details

#imageObject



2
3
# File 'lib/droiuby/wrappers/image_button_wrapper.rb', line 2

def image
end

#image=(src) ⇒ Object



5
6
# File 'lib/droiuby/wrappers/image_button_wrapper.rb', line 5

def image=(src)
end