Interface | Description |
---|---|
ButtonAction |
Actions represented as buttons in a toolbar.
|
Class | Description |
---|---|
ButtonBean |
A simple bean-like implementation of the
ButtonAction
interface. |
CompactButtonRenderer |
A compact renderer for toolbar button actions, which only
only displays the icon.
|
CompactButtonRendererFactory |
Factory that create
CompactButtonRenderer objects
for rendering ButtonAction :s. |
FixedButtonFactory |
A simple implementation of a toolbar button action factory that
creates the same fixed button for all users
not using any context information.
|
PermissionButtonFactory |
A button factory that can hide or disable button items based
on the logged in user's permissions.
|
ToolbarButtonRenderer |
A renderer for toolbar button actions, which displays the
action as a toolbar button.
|
ToolbarButtonRendererFactory |
Factory that create
ToolbarButtonRenderer objects
for rendering ButtonAction :s. |
ToolbarUtil |
Utility class for toolbar extension points.
|