6162636465666768697071
/** * Constructor that sets up the form. */ public FileSystemForm() { super(new FileSystemItemModel("fileSystem")); this.path = null; this.confirmDeletion = false; this.newFolder = null; this.newName = null; this.fileName = null;