\JToolbarButtonSeparator
Renders a button separator
Synopsis
class JToolbarButtonSeparator
extends JToolbarButton
{
- // members
- protected $_name;
- // methods
- public string render()
- public void fetchButton()
- // Inherited methods from JToolbarButton
- public void __construct()
- public string getName()
- public string render()
- public string fetchIconClass()
- public abstract string fetchButton()
Hierarchy
Extends
Members
protected
- $_name
—
string
Button type - $_name
—
string
element name - $_parent
—
JButton
reference to the object that instantiated the element
Methods
public
- fetchButton() — Empty implementation (not required for separator)
- render() — Get the HTML for a separator in the toolbar
Inherited from JToolbarButton
public
- 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