public interface I_CmsUploadButtonHandler
限定符和类型 | 方法和说明 |
---|---|
void |
initializeFileInput(CmsFileInput fileInput)
Custom setup method for newly created file inputs.
|
void |
onChange(CmsFileInput fileInput)
Notifies the button handler that the file input field's value has changed.
|
void |
setButton(CmsUploadButton button)
This method should be called when the handler is set on a button.
|
void initializeFileInput(CmsFileInput fileInput)
fileInput
- the new file inputvoid onChange(CmsFileInput fileInput)
fileInput
- the file inputvoid setButton(CmsUploadButton button)
button
- the button for which the handler instance has been set