|
||||||||||
| 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.markup.html.link.Link<T>
org.apache.wicket.markup.html.navigation.paging.PagingNavigationLink<Void>
org.apache.wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationLink
public class AjaxPagingNavigationLink
An Ajax version of a link to a page of a PageableListView.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.markup.html.navigation.paging.PagingNavigationLink |
|---|
pageable |
| 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 |
| Fields inherited from interface org.apache.wicket.markup.html.link.ILinkListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
AjaxPagingNavigationLink(String id,
IPageable pageable,
int pageNumber)
Constructor. |
|
| Method Summary | |
|---|---|
protected AjaxPagingNavigationBehavior |
newAjaxPagingNavigationBehavior(IPageable pageable,
String event)
|
void |
onClick()
Fallback event listener, will redisplay the current page. |
void |
onClick(AjaxRequestTarget target)
Performs the actual action of this component, performing a non-ajax fallback when there was no AjaxRequestTarget available. |
protected void |
onInitialize()
This method is meant to be used as an alternative to initialize components. |
| Methods inherited from class org.apache.wicket.markup.html.navigation.paging.PagingNavigationLink |
|---|
cullPageNumber, getPageNumber, isFirst, isLast, linksTo |
| Methods inherited from class org.apache.wicket.markup.html.link.Link |
|---|
appendAnchor, getAnchor, getAutoEnable, getModel, getModelObject, getOnClickScript, getPopupSettings, getStatelessHint, getURL, isEnabled, onComponentTag, onLinkClicked, setAnchor, setAutoEnable, setModel, setModelObject, setPopupSettings |
| 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 AjaxPagingNavigationLink(String id,
IPageable pageable,
int pageNumber)
id - See Componentpageable - The pageable component for this page linkpageNumber - The page number in the PageableListView that this link links to. Negative
pageNumbers are relative to the end of the list.| 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 Component
protected AjaxPagingNavigationBehavior newAjaxPagingNavigationBehavior(IPageable pageable,
String event)
pageable - The pageable component the page links are referring toevent - the name of the default event on which this link will listen to
public void onClick()
onClick in class PagingNavigationLink<Void>Link.onClick()public void onClick(AjaxRequestTarget target)
onClick in interface IAjaxLinktarget - the request target, when null, a full page refresh will be generated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||