|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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. |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UIPagination()
|
Method Summary | |
---|---|
void |
decode(FacesContext context)
Deals with interpretating the incoming prameters to fill in pagination details |
void |
encodeBegin(FacesContext context)
Encode begin. |
void |
encodeEnd(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(FacesContext context,
Object state)
Restore state. |
Object |
saveState(FacesContext context)
Save state. |
void |
setIdPrefix(String idPrefix)
Sets the id prefix. |
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(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
context
- the context
IOException
- Signals that an I/O exception has occurred.UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
context
- the context
IOException
- Signals that an I/O exception has occurred.UIComponentBase.encodeEnd(javax.faces.context.FacesContext)
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
context
- the contextstate
- the stateUIComponentBase.restoreState(javax.faces.context.FacesContext,
java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
context
- the context
UIComponentBase.saveState(javax.faces.context.FacesContext)
public String getFamily()
getFamily
in class UIComponent
public boolean getRenderFirstPageLink()
public boolean getRenderLastPageLink()
public String getPropertyPrefix()
public void decode(FacesContext context)
decode
in class UIComponentBase
context
-
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |