Package org.kuali.rice.krad.uif.util
Class UifRenderHelperMethods
java.lang.Object
org.kuali.rice.krad.uif.util.UifRenderHelperMethods
- All Implemented Interfaces:
Serializable
Collection of helper methods that can be exposed to a render engine.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the given class is aHeadercomponent class.booleanisListAware(Class<?> componentClass) Indicates whether the given class is a {org.kuali.rice.krad.uif.component.ListAware} component class.
-
Constructor Details
-
UifRenderHelperMethods
public UifRenderHelperMethods()
-
-
Method Details
-
isHeader
Indicates whether the given class is aHeadercomponent class.- Parameters:
componentClass- class to check- Returns:
- boolean true if class is a header class, false if not
-
isListAware
Indicates whether the given class is a {org.kuali.rice.krad.uif.component.ListAware} component class.- Parameters:
componentClass- class to check- Returns:
- boolean true if class is a list aware class, false if not
-