Interface IRenderer
- All Known Subinterfaces:
INavigator
- All Known Implementing Classes:
com.axemble.vdp.ui.framework.widgets.CtlMultipleFileUpload,FileWithPreviewField
public interface IRenderer
- Author:
- vlygeros
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe method to implement while using a specific renderer.
-
Method Details
-
doRender
The method to implement while using a specific renderer.- Parameters:
ec- The execution context.- Throws:
IOException- The default exception.
-