private boolean showHiddenFiles = false;
public FilesListPanel() {
super();
// Create the toolbar
toolbar = new FilesToolbar();
SimplePanel toolbarWrapper = new SimplePanel();
toolbarWrapper.add( toolbar );
toolbarWrapper.setStyleName( "files-toolbar" ); //$NON-NLS-1$
add( toolbarWrapper );