打印版式

Class Ext.Toolbar.Spacer

Package:Ext
Class:Toolbar.Spacer
Extends:Toolbar.Item
Defined In:Toolbar.js
A simple element that adds extra horizontal space to a toolbar.

属性   -  方法   -  事件

公共属性

此类没有公共属性。

公共方法

方法 定义对象
  Toolbar.Spacer() Toolbar.Spacer
Creates a new Spacer
  destroy() : void Toolbar.Item
Remove and destroy this button
  disable() : void Toolbar.Item
Disable this item
  enable() : void Toolbar.Item
Enable this item
  focus() : void Toolbar.Item
Try to focus this item
  getEl() : HTMLElement Toolbar.Item
Get this item's HTML Element
  hide() : void Toolbar.Item
Hide this item
  setVisible(Boolean visible) : void Toolbar.Item
Convenience function for boolean show/hide
  show() : void Toolbar.Item
Show this item

公共事件

此类没有公共事件。

构造函数

Toolbar.Spacer

public function Toolbar.Spacer()
Creates a new Spacer
参数:
  • 无。

方法详情

destroy

public function destroy()
Remove and destroy this button
参数:
  • 无。
返回:
  • void
This method is defined by Toolbar.Item.

disable

public function disable()
Disable this item
参数:
  • 无。
返回:
  • void
This method is defined by Toolbar.Item.

enable

public function enable()
Enable this item
参数:
  • 无。
返回:
  • void
This method is defined by Toolbar.Item.

focus

public function focus()
Try to focus this item
参数:
  • 无。
返回:
  • void
This method is defined by Toolbar.Item.

getEl

public function getEl()
Get this item's HTML Element
参数:
  • 无。
返回:
  • HTMLElement
This method is defined by Toolbar.Item.

hide

public function hide()
Hide this item
参数:
  • 无。
返回:
  • void
This method is defined by Toolbar.Item.

setVisible

public function setVisible(Boolean visible)
Convenience function for boolean show/hide
参数:
  • visible : Boolean
    true to show/false to hide
返回:
  • void
This method is defined by Toolbar.Item.

show

public function show()
Show this item
参数:
  • 无。
返回:
  • void
This method is defined by Toolbar.Item.

Ext - Copyright © 2006-2007 Ext JS, LLC
All rights reserved.