Class UifRenderHelperMethods

java.lang.Object
org.kuali.rice.krad.uif.util.UifRenderHelperMethods
All Implemented Interfaces:
Serializable

public class UifRenderHelperMethods extends Object implements Serializable
Collection of helper methods that can be exposed to a render engine.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • UifRenderHelperMethods

      public UifRenderHelperMethods()
  • Method Details

    • isHeader

      public boolean isHeader(Class<?> componentClass)
      Indicates whether the given class is a Header component class.
      Parameters:
      componentClass - class to check
      Returns:
      boolean true if class is a header class, false if not
    • isListAware

      public boolean isListAware(Class<?> componentClass)
      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