\JToolbarButton
Button base class
The JButton is the base class for all JButton types
Synopsis
class JToolbarButton
{
- // methods
- public void __construct()
- public string getName()
- public string render()
- public string fetchIconClass()
- public abstract string fetchButton()
Hierarchy
Extended by
Members
protected
- $_name
—
string
element name - $_parent
—
JButton
reference to the object that instantiated the element
Methods
public
- __construct() — Constructor
- fetchButton() — Get the button
- fetchIconClass() — Method to get the CSS class name for an icon identifier
- getName() — Get the element name
- render() — Get the HTML to render the button