Class HiddenControl

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

public class HiddenControl extends ControlBase
Represents a HTML Hidden control, generally rendered as an input control of type 'hidden'. This is used to hold a value that the user will not see but will be posted back with the form
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • HiddenControl

      public HiddenControl()