|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.util.PagingBannerUtils
public final class PagingBannerUtils
Utility for that is used along with the tableRenderPagingBanner.tag.
Method Summary | |
---|---|
static int |
getNumbericalValueAfterPrefix(String paramPrefix,
Enumeration<String> parameterNames)
find the number string in a method to call parameter with the following format parameterPrefix.1 or parameterPrefix.1.bleh |
static String |
getStringValueAfterPrefix(String paramPrefix,
Enumeration<String> parameterNames)
same as method above except for use when it is not feasible to use ordinals to identify columns -- for example, if dynamic attributes may be used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getNumbericalValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames)
paramPrefix
- theparameterNames
- the parameter names.
public static String getStringValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |