org.apache.beehive.netui.tags.databinding.datagrid
Class ConfigurePager
Object
SimpleTagSupport
AbstractSimpleTag
ConfigurePager
- All Implemented Interfaces:
- JspTag, SimpleTag, INetuiTag
public class ConfigurePager
- extends AbstractSimpleTag
Methods inherited from class AbstractSimpleTag |
getBufferBody, getHtmlTag, getIdForTagId, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write |
Methods inherited from class SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurePager
public ConfigurePager()
getTagName
public String getTagName()
- Description copied from class:
AbstractSimpleTag
- Return the name of the tag. Used by error reporting to get the name of the tag.
- Specified by:
getTagName
in interface INetuiTag
- Specified by:
getTagName
in class AbstractSimpleTag
- Returns:
- the name of the tag.
setPageSize
public void setPageSize(int pageSize)
setPagerFormat
public void setPagerFormat(String pagerFormat)
setPageHref
public void setPageHref(String pageHref)
setPageAction
public void setPageAction(String pageAction)
setDisableDefaultPager
public void setDisableDefaultPager(boolean disableDefaultPager)
setPagerRendererClass
public void setPagerRendererClass(String pagerRendererClass)
doTag
public void doTag()
throws JspException
- Specified by:
doTag
in interface SimpleTag
- Overrides:
doTag
in class SimpleTagSupport
- Throws:
JspException