Package com.embabel.ux.form
Class ControlValue.FileValue
-
- All Implemented Interfaces:
public final class ControlValue.FileValue extends ControlValue
-
-
Constructor Summary
Constructors Constructor Description ControlValue.FileValue(List<String> fileIds, List<String> fileNames)
-
Method Summary
Modifier and Type Method Description final List<String>getFileIds()final List<String>getFileNames()-
-
Method Detail
-
getFileIds
final List<String> getFileIds()
-
getFileNames
final List<String> getFileNames()
-
-
-
-