Package com.embabel.ux.form
Class FileUpload
-
- All Implemented Interfaces:
-
com.embabel.ux.form.Control,com.embabel.ux.form.RequirableControl
public final class FileUpload implements RequirableControl
-
-
Method Summary
Modifier and Type Method Description ControlTypegetType()final StringgetLabel()final List<String>getAcceptedFileTypes()final LonggetMaxFileSize()final IntegergetMaxFiles()BooleangetRequired()BooleangetDisabled()StringgetId()-
-
Method Detail
-
getType
ControlType getType()
-
getAcceptedFileTypes
final List<String> getAcceptedFileTypes()
-
getMaxFileSize
final Long getMaxFileSize()
-
getMaxFiles
final Integer getMaxFiles()
-
getRequired
Boolean getRequired()
-
getDisabled
Boolean getDisabled()
-
-
-
-