private AttachmentFileWidget uploadWidget;
@PostConstruct
private void setupExtensions() {
uploadWidget = new AttachmentFileWidget( new String[]{ resourceType.getSuffix() } );
extensions.add( new Pair<String, AttachmentFileWidget>( DecisionTableXLSEditorConstants.INSTANCE.Upload(),
uploadWidget ) );
}