|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.link.AbstractLink
org.apache.wicket.ajax.markup.html.AjaxLink<T>
T - type of model objectpublic abstract class AjaxLink<T>
A component that allows a trigger request to be triggered via html anchor tag
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
AjaxLink(String id)
Construct. |
|
AjaxLink(String id,
IModel<T> model)
Construct. |
|
| Method Summary | |
|---|---|
protected IAjaxCallDecorator |
getAjaxCallDecorator()
Returns ajax call decorator that will be used to decorate the ajax call. |
protected AjaxChannel |
getChannel()
|
IModel<T> |
getModel()
Gets model |
T |
getModelObject()
Gets model object |
protected AjaxEventBehavior |
newAjaxEventBehavior(String event)
|
abstract void |
onClick(AjaxRequestTarget target)
Listener method invoked on the ajax request generated when the user clicks the link |
protected void |
onComponentTag(ComponentTag tag)
Processes the component tag. |
protected void |
onInitialize()
This method is meant to be used as an alternative to initialize components. |
void |
setModel(IModel<T> model)
Sets model |
void |
setModelObject(T object)
Sets model object |
| Methods inherited from class org.apache.wicket.markup.html.link.AbstractLink |
|---|
disableLink, getAfterDisabledLink, getBeforeDisabledLink, getBody, isLinkEnabled, onBeforeRender, onComponentTagBody, onDetach, setAfterDisabledLink, setBeforeDisabledLink, setBody |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, hasAssociatedMarkup, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onMarkupAttached, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxLink(String id)
id -
public AjaxLink(String id,
IModel<T> model)
id - model - | Method Detail |
|---|
protected void onInitialize()
ComponentPage thus providing the component with an atomic callback
when the component's environment is built out.
Overrides must call super#Component.onInitialize(). Usually this should be the first thing an
override does, much like a constructor.
Parent containers are guaranteed to be initialized before their children
It is safe to use Component.getPage() in this method
NOTE:The timing of this call is not precise, the contract is that it is called sometime
before Component.onBeforeRender().
onInitialize in class Componentprotected AjaxEventBehavior newAjaxEventBehavior(String event)
event - the name of the default event on which this link will listen to
protected AjaxChannel getChannel()
AbstractDefaultAjaxBehavior.getChannel()protected void onComponentTag(ComponentTag tag)
Component
onComponentTag in class Componenttag - Tag to modifyprotected IAjaxCallDecorator getAjaxCallDecorator()
public abstract void onClick(AjaxRequestTarget target)
onClick in interface IAjaxLinktarget - public final IModel<T> getModel()
public final void setModel(IModel<T> model)
model - public final T getModelObject()
public final void setModelObject(T object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||