Class PagingBannerUtils

java.lang.Object
org.kuali.rice.kns.util.PagingBannerUtils

@Deprecated public final class PagingBannerUtils extends Object
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 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 - the
      parameterNames - 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