public class KSUifUtils extends Object
Constructor and Description |
---|
KSUifUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addGrowlMessageIcon(GrowlIcon growlIcon,
String messageKey,
String... messageParameters) |
protected static String |
getStringValue(Object value)
Determines whether the given value is of String type and if so returns the string value
|
static boolean |
hasExpression(Object propertyValue)
Checks whether the given property value is of String type, and if so whether it contains the expression
placholder(s)
|
static <T extends KSUifForm> |
populationPreviousFormsMap(HttpServletRequest request,
T form)
Deprecated.
Old breadcrumbs are no longer used since Rice 2.3 upgrade
|
static <T extends KSUifMaintenanceDocumentForm> |
populationPreviousFormsMap(HttpServletRequest request,
T form)
Populate the KSUifMaintenanceDocumentForm.previousFormsMap which holds information of the previous view where a user is
directed from in a multiple views senario.
|
public KSUifUtils()
public static void addGrowlMessageIcon(GrowlIcon growlIcon, String messageKey, String... messageParameters)
public static <T extends KSUifForm> void populationPreviousFormsMap(HttpServletRequest request, T form)
request
- - instance of HttpServletRequestform
- - any form that extends KSUifFormpublic static <T extends KSUifMaintenanceDocumentForm> void populationPreviousFormsMap(HttpServletRequest request, T form)
request
- - instance of HttpServletRequestform
- - any form that extends KSUifMaintenanceDocumentFormpublic static boolean hasExpression(Object propertyValue)
propertyValue
- - value to check for expressionsprotected static String getStringValue(Object value)
value
- - object value to checkCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.