org.kuali.rice.kns.util
Class PagingBannerUtils

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

public final class PagingBannerUtils
extends Object

Utility for that is used along with the tableRenderPagingBanner.tag.

Author:
Kuali Rice Team (rice.collab@kuali.org)

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

getNumbericalValueAfterPrefix

public 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

Parameters:
paramPrefix - the
parameterNames - the parameter names.
Returns:
the numerical value or -1

getStringValueAfterPrefix

public 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



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.