net.sf.basedb.util.extensions
Interface Renderer<A extends Action>
- All Known Subinterfaces:
- WrappingRenderer<A>
- All Known Implementing Classes:
- CompactButtonRenderer, OnSaveRenderer, PrefixSuffixRenderer, StartServiceRenderer, StopServiceRenderer, TabControl, ToolbarButtonRenderer
public interface Renderer<A extends Action>
A renderer is an object that knows how to render an action
in the client interface. In the web client, this usually means
outputting some HTML. In other types of clients, this may
mean something completely different, such as creating a swing button,
or menu item.
- Version:
- 2.7
- Author:
- nicklas
- Last modified
- $Date: 2008-09-11 22:08:14 +0200 (Thu, 11 Sep 2008) $
Method Summary |
void |
render(A action)
Render the action in the client application. |
render
void render(A action)
- Render the action in the client application.
- Parameters:
action
- The action to render