Class FileControl

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

public class FileControl extends ControlBase implements SizedControl
Represents a HTML File control, generally rendered as an input control with type 'file'. Allows user to upload a file to the application
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • FileControl

      public FileControl()
  • Method Details