Class Icon

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class Icon extends ContentElementBase
Element that presents an Icon.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Icon

      public Icon()
  • Method Details

    • getIconClass

      public String getIconClass()
      Icon Class for the action

      Bootstrap Icon Class to be rendered on this Action

      Returns:
      label for action
    • setIconClass

      public void setIconClass(String iconClass)
      Setter for the Icon Class
      Parameters:
      iconClass -
    • completeValidation

      public void completeValidation(ValidationTrace tracer)
      Validates different requirements of component compiling a series of reports detailing information on errors found in the component. Used by the RiceDictionaryValidator.
      Specified by:
      completeValidation in interface Component
      Overrides:
      completeValidation in class ComponentBase
      Parameters:
      tracer - Record of component's location