Class: Rho::NativeToolbar

Inherits:
Object show all
Defined in:
lib/framework/rho/rhotoolbar.rb,
lib/framework/autocomplete/Rho.rb,
lib/commonAPI/coreapi/RhoNativeToolbarApi.rb

Class Method Summary collapse

Class Method Details

.create(params, options = {}) ⇒ Object



32
33
34
# File 'lib/framework/rho/rhotoolbar.rb', line 32

def self.create(params)
  NativeBar.create_native_toolbar(Rho::RhoApplication::TOOLBAR_TYPE, params)
end

.create_origObject



8
9
10
# File 'lib/commonAPI/coreapi/RhoNativeToolbarApi.rb', line 8

def self.create(params)
  NativeBar.create_native_toolbar(Rho::RhoApplication::TOOLBAR_TYPE, params)
end

.removeObject



36
37
38
# File 'lib/framework/rho/rhotoolbar.rb', line 36

def self.remove()
  NativeBar.remove_native_toolbar()
end