public class FileUploadWidgetMaker extends AbstractTouchUIWidgetMaker<FileUploadWidgetParameters>
parameters
Constructor and Description |
---|
FileUploadWidgetMaker(TouchUIWidgetMakerParameters parameters) |
getAdditionalPropertiesForField, getAnnotation, getCssClassForField, getCtType, getDefaultValueForField, getDisabledForField, getFieldDescriptionForField, getFieldLabelForField, getFieldNameForField, getName, getNameForField, getRequiredForField, getTitleForField, getType, getValueForField, isField, isMethod, make
public FileUploadWidgetMaker(TouchUIWidgetMakerParameters parameters)
public TouchUIDialogElement make(FileUploadWidgetParameters widgetParameters) throws ClassNotFoundException, InvalidComponentFieldException, TouchUIDialogGenerationException
make
in class AbstractTouchUIWidgetMaker<FileUploadWidgetParameters>
ClassNotFoundException
InvalidComponentFieldException
TouchUIDialogGenerationException
public String getTitleForField(Html5SmartFile annotation)
public boolean getAsyncForField(Html5SmartFile annotation)
public String getTextForField(Html5SmartFile annotation)
public boolean getHideTextForField(Html5SmartFile annotation)
public String getIconForField(Html5SmartFile annotation)
public boolean getAllowUploadForField(Html5SmartFile annotation)
public String getIconSizeForField(Html5SmartFile annotation)
public String getSizeForField(Html5SmartFile annotation)
public boolean getMultipleForField(Html5SmartFile annotation)
public String getUploadUrlForField(Html5SmartFile annotation)
public String getUploadUrlBuilderForField(Html5SmartFile annotation)
public Long getSizeLimitForField(Html5SmartFile annotation)
public boolean getAutoStartForField(Html5SmartFile annotation)
public boolean getUseHTML5ForField(Html5SmartFile annotation)
public String getDropZoneForField(Html5SmartFile annotation)
public List<String> getMimeTypesForField(Html5SmartFile annotation)
Copyright © 2019 ICF Olson. All rights reserved.