OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3.amp.util

class ToolbarItem

Object
->jsx3.lang.Object
  ->jsx3.amp.util.ToolbarItem

class ToolbarItem
extends jsx3.lang.Object
Manages a toolbar. Provided by the jsx3.amp.util.toolbarmgr plug-in.

Constructor Summary
void
init(ext : jsx3.amp.Ext, xml : jsx3.amp.Xml)
The instance initializer.
Method Summary
String
Returns the resolved image path of this toolbar item.
String
Returns the section of this toolbar item.
String
Returns the tip of this toolbar item.
Methods Inherited From jsx3.lang.Object
clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString
Constructor Detail

init

void init(ext : jsx3.amp.Ext, xml : jsx3.amp.Xml)
The instance initializer.

Parameters:

ext
xml
Method Detail

getImg

String getImg()
Returns the resolved image path of this toolbar item.

Returns:

 

getSection

String getSection()
Returns the section of this toolbar item.

Returns:

 

getTip

String getTip()
Returns the tip of this toolbar item.

Returns: