public abstract class InvokeListener extends AbstractComponent
| Constructor and Description |
|---|
InvokeListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract IActionListener |
getListener()
Parameter
|
abstract ListenerInvoker |
getListenerInvoker()
Injected
|
abstract java.lang.Object |
getParameters()
Parameter
|
protected void |
renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
Invoked by
AbstractComponent.render(IMarkupWriter, IRequestCycle)to actually render the component
(with any parameter values already set). |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toStringpublic InvokeListener()
protected void renderComponent(IMarkupWriter writer, IRequestCycle cycle)
AbstractComponentAbstractComponent.render(IMarkupWriter, IRequestCycle)to actually render the component
(with any parameter values already set). This is the method that subclasses must implement.renderComponent in class AbstractComponentpublic abstract IActionListener getListener()
public abstract java.lang.Object getParameters()
public abstract ListenerInvoker getListenerInvoker()