|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.esri.gpt.framework.jsf.components.UIPagination
public class UIPagination
The Class UIPagination. JSF Component class that outputs a pagination control
Nested Class Summary | |
---|---|
static class |
UIPagination.ComponentMapKeys
The Enum ComponentMapKeys. |
static class |
UIPagination.Label
The Label. |
static class |
UIPagination.PageEvents
The Page Events. |
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
The JSF Component family. |
static String |
COMPONENT_TYPE
The JSF Component type. |
Constructor Summary | |
---|---|
UIPagination()
|
Method Summary | |
---|---|
void |
decode(javax.faces.context.FacesContext context)
Deals with interpretating the incoming prameters to fill in pagination details |
void |
encodeBegin(javax.faces.context.FacesContext context)
Encode begin. |
void |
encodeEnd(javax.faces.context.FacesContext context)
Encode end. |
String |
getFamily()
Gets the family. |
String |
getIdPrefix()
Gets the id prefix. |
String |
getPropertyPrefix()
Gets the property prefix. |
boolean |
getRenderFirstPageLink()
Gets the render first page link. |
boolean |
getRenderLastPageLink()
Gets the render last page link. |
void |
renderPageNumbers()
Render numbers that represent pages. |
void |
restoreState(javax.faces.context.FacesContext context,
Object state)
Restore state. |
Object |
saveState(javax.faces.context.FacesContext context)
Save state. |
void |
setIdPrefix(String idPrefix)
Sets the id prefix. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIPagination()
Method Detail |
---|
public void setIdPrefix(String idPrefix)
idPrefix
- the new id prefixpublic String getIdPrefix()
public void renderPageNumbers()
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
context
- the context
IOException
- Signals that an I/O exception has occurred.UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public void encodeEnd(javax.faces.context.FacesContext context) throws IOException
encodeEnd
in class javax.faces.component.UIComponentBase
context
- the context
IOException
- Signals that an I/O exception has occurred.UIComponentBase.encodeEnd(javax.faces.context.FacesContext)
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
context
- the contextstate
- the stateUIComponentBase.restoreState(javax.faces.context.FacesContext,
java.lang.Object)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
context
- the context
UIComponentBase.saveState(javax.faces.context.FacesContext)
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public boolean getRenderFirstPageLink()
public boolean getRenderLastPageLink()
public String getPropertyPrefix()
public void decode(javax.faces.context.FacesContext context)
decode
in class javax.faces.component.UIComponentBase
context
-
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |