|
Esri Geoportal Server 1.1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTagBase
javax.faces.webapp.UIComponentClassicTagBase
javax.faces.webapp.UIComponentTag
com.esri.gpt.framework.jsf.components.PaginationTag
public class PaginationTag
The Class PaginationTag. Tag class associated with UIPagination.
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase |
|---|
bodyContent, pageContext, UNIQUE_ID_PREFIX |
| Fields inherited from class javax.faces.webapp.UIComponentTagBase |
|---|
log |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Constructor Summary | |
|---|---|
PaginationTag()
|
|
| Method Summary | |
|---|---|
String |
getAction()
Gets the action. |
String |
getActionListener()
Gets the action listener. |
String |
getComponentType()
Gets the component type. |
String |
getCriteriaPageCursor()
|
String |
getCssPrefix()
Gets the css prefix. |
String |
getIdPrefix()
Gets the id prefix. |
String |
getLabel()
Gets the label. |
String |
getLabelNoResults()
Gets the label when there are no results. |
String |
getLabelPosition()
Gets the label position. |
String |
getLabelValues()
Gets the label values. |
String |
getMaxEnumeratedPages()
Gets the max enumerated pages. |
String |
getPageCursor()
Gets the page cursor. |
String |
getPropertyPrefix()
Gets the property prefix. |
String |
getRendererType()
Gets the renderer type. |
String |
getRenderFirstPageLink()
Gets the render first page. |
String |
getRenderLastPageLink()
Gets the render last page. |
void |
release()
Nulling instance variables. |
void |
setAction(String action)
Sets the action. |
void |
setActionListener(String actionListener)
Sets the action listener. |
void |
setCriteriaPageCursor(String criteriaPageCursor)
|
void |
setCssPrefix(String cssPrefix)
Sets the css prefix. |
void |
setIdPrefix(String idPrefix)
Sets the id prefix. |
void |
setLabel(String label)
Sets the label. |
void |
setLabelNoResults(String labelNoResults)
Sets the label when there are no results. |
void |
setLabelPosition(String labelPostion)
Sets the label position. |
void |
setLabelValues(String labelValues)
Sets the label values. |
void |
setMaxEnumeratedPages(String maxEnumeratedPages)
Sets the max enumerated pages. |
void |
setPageCursor(String pageCursor)
Sets the page cursor. |
protected void |
setProperties(UIComponent component)
Sets the properties. |
void |
setPropertyPrefix(String propertyPrefix)
Sets the property prefix. |
void |
setRenderFirstPageLink(String renderFirstPage)
Sets the render first page. |
void |
setRenderLastPageLink(String renderLastPage)
Sets the render last page. |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRendered |
| Methods inherited from class javax.faces.webapp.UIComponentTagBase |
|---|
getELContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public PaginationTag()
| Method Detail |
|---|
public String getLabelNoResults()
public void setLabelNoResults(String labelNoResults)
labelNoResults - the new label no resultspublic String getActionListener()
public void setActionListener(String actionListener)
actionListener - the new action listenerpublic String getAction()
public void setAction(String action)
action - the new actionpublic String getPageCursor()
public void setPageCursor(String pageCursor)
pageCursor - the new page cursorpublic String getMaxEnumeratedPages()
public void setMaxEnumeratedPages(String maxEnumeratedPages)
maxEnumeratedPages - the new max enumerated pagespublic String getCssPrefix()
public void setCssPrefix(String cssPrefix)
cssPrefix - the new css prefixpublic String getIdPrefix()
public void setIdPrefix(String idPrefix)
idPrefix - the new id prefixpublic String getPropertyPrefix()
public void setPropertyPrefix(String propertyPrefix)
propertyPrefix - the new property prefixpublic String getComponentType()
getComponentType in class UIComponentTagBasepublic String getRenderFirstPageLink()
public void setRenderFirstPageLink(String renderFirstPage)
renderFirstPage - the new render first pagepublic String getRenderLastPageLink()
public void setRenderLastPageLink(String renderLastPage)
renderLastPage - the new render last pagepublic String getLabel()
public void setLabel(String label)
label - the new labelpublic String getLabelValues()
public void setLabelValues(String labelValues)
labelValues - the new label valuespublic String getLabelPosition()
public void setLabelPosition(String labelPostion)
labelPostion - the new label positionpublic String getRendererType()
getRendererType in class UIComponentTagBaseUIComponentTagBase.getRendererType()public void release()
release in interface Tagrelease in class UIComponentTagprotected void setProperties(UIComponent component)
setProperties in class UIComponentTagcomponent - the componentUIComponentTag.setProperties(javax.faces.component.UIComponent)public String getCriteriaPageCursor()
public void setCriteriaPageCursor(String criteriaPageCursor)
|
Esri Geoportal Server 1.1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||