org.kuali.kfs.sys.document.web.util
Class RendererUtil
java.lang.Object
org.kuali.kfs.sys.document.web.util.RendererUtil
public class RendererUtil
- extends Object
This class contains utility methods to help render accounting line elements
Method Summary |
static void |
registerEditableProperty(javax.servlet.jsp.PageContext pageContext,
String editablePropertyName)
Registers a property name as on a form/JSP page as editable so that when the next request is submitted,
the property will be properly populated on the form |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RendererUtil
public RendererUtil()
registerEditableProperty
public static void registerEditableProperty(javax.servlet.jsp.PageContext pageContext,
String editablePropertyName)
- Registers a property name as on a form/JSP page as editable so that when the next request is submitted,
the property will be properly populated on the form
- Parameters:
pageContext
- editablePropertyName
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.