org.exoplatform.wiki.webui.core
Class UIAdvancePageIterator

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.wiki.webui.core.UIAdvancePageIterator

public class UIAdvancePageIterator
extends org.exoplatform.webui.core.UIComponent


Nested Class Summary
static class UIAdvancePageIterator.GoPageActionListener
           
 
Field Summary
static String FIRST
           
static String GOPAGE
           
static String GOTOPPAGE
           
static String LAST
           
static String NEXT
           
static String PREVIOUS
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIAdvancePageIterator()
           
 
Method Summary
 List<String> getDisplayedRange()
           
 int getMaxPage()
           
 void setCurrentPage(int currentPage)
           
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREVIOUS

public static String PREVIOUS

NEXT

public static String NEXT

FIRST

public static String FIRST

LAST

public static String LAST

GOPAGE

public static String GOPAGE

GOTOPPAGE

public static String GOTOPPAGE
Constructor Detail

UIAdvancePageIterator

public UIAdvancePageIterator()
Method Detail

getDisplayedRange

public List<String> getDisplayedRange()
                               throws Exception
Throws:
Exception

setCurrentPage

public void setCurrentPage(int currentPage)

getMaxPage

public int getMaxPage()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.