Package org.kuali.rice.kns.util
Class PagingBannerUtils
java.lang.Object
org.kuali.rice.kns.util.PagingBannerUtils
Deprecated.
Only used in KNS classes, use KRAD.
Utility for that is used along with the tableRenderPagingBanner.tag.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetNumbericalValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames) Deprecated.find the number string in a method to call parameter with the following format parameterPrefix.1 or parameterPrefix.1.blehstatic StringgetStringValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames) Deprecated.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
-
Method Details
-
getNumbericalValueAfterPrefix
public static int getNumbericalValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames) Deprecated.find the number string in a method to call parameter with the following format parameterPrefix.1 or parameterPrefix.1.bleh- Parameters:
paramPrefix- theparameterNames- the parameter names.- Returns:
- the numerical value or -1
-
getStringValueAfterPrefix
public static String getStringValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames) Deprecated.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
-