Public Member Functions | |
void | onChangeFolder () |
void | onSelectFolder () |
void | onSearchValue () |
void | onRegexp () |
void | onFullpath () |
void | onPartial () |
void | onSearch () |
void | onLevelUp () throws Exception |
void | onNewFolder () throws Exception |
void | onUpload (UploadEvent event) throws Exception |
void | onSend () throws Exception |
void | onDownload () throws Exception |
void | onCopy () throws Exception |
void | onCut () throws Exception |
void | onPaste () throws Exception |
void | onDelete () throws Exception |
void | onEvent (UploadEvent event) throws Exception |
FileControl () | |
Boolean | getPublicOnly () |
void | setPublicOnly (Boolean publicOnly) |
boolean | isReadOnly () |
void | setReadOnly (boolean readOnly) |
boolean | isTreeCollapsed () |
void | setTreeCollapsed (boolean treeCollapsed) |
String | getLabel () |
void | setLabel (String label) |
String | getPath () |
void | setPath (String path) |
void | setEntity (Object entity) |
void | refreshControls () |
FileTree | getTreeFolder () |
void | afterCompose () |
void | selectFirst () |
Definition at line 60 of file FileControl.java.
org.turro.file.zul.control.FileControl.FileControl | ( | ) |
Definition at line 265 of file FileControl.java.
void org.turro.file.zul.control.FileControl.afterCompose | ( | ) |
Reimplemented in org.turro.file.zul.navigator.SelfFileNavigator, org.turro.file.zul.navigator.RootFileNavigator, org.turro.file.zul.navigator.RepositoryFileNavigator, and org.turro.file.zul.navigator.MyDocumentsNavigator.
Definition at line 338 of file FileControl.java.
String org.turro.file.zul.control.FileControl.getLabel | ( | ) |
Definition at line 296 of file FileControl.java.
String org.turro.file.zul.control.FileControl.getPath | ( | ) |
Definition at line 304 of file FileControl.java.
Boolean org.turro.file.zul.control.FileControl.getPublicOnly | ( | ) |
Definition at line 272 of file FileControl.java.
FileTree org.turro.file.zul.control.FileControl.getTreeFolder | ( | ) |
Definition at line 333 of file FileControl.java.
boolean org.turro.file.zul.control.FileControl.isReadOnly | ( | ) |
Definition at line 280 of file FileControl.java.
boolean org.turro.file.zul.control.FileControl.isTreeCollapsed | ( | ) |
Definition at line 288 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onChangeFolder | ( | ) |
void org.turro.file.zul.control.FileControl.onCopy | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onCut | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onDelete | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onDownload | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onEvent | ( | UploadEvent | event | ) | throws Exception |
Definition at line 258 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onFullpath | ( | ) |
Definition at line 149 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onLevelUp | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onNewFolder | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onPartial | ( | ) |
Definition at line 154 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onPaste | ( | ) | throws Exception |
void org.turro.file.zul.control.FileControl.onRegexp | ( | ) |
Definition at line 144 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onSearch | ( | ) |
void org.turro.file.zul.control.FileControl.onSearchValue | ( | ) |
Definition at line 139 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onSelectFolder | ( | ) |
void org.turro.file.zul.control.FileControl.onSend | ( | ) | throws Exception |
Definition at line 192 of file FileControl.java.
void org.turro.file.zul.control.FileControl.onUpload | ( | UploadEvent | event | ) | throws Exception |
void org.turro.file.zul.control.FileControl.refreshControls | ( | ) |
Implements org.turro.action.IEntityHolder.
Definition at line 329 of file FileControl.java.
void org.turro.file.zul.control.FileControl.selectFirst | ( | ) |
void org.turro.file.zul.control.FileControl.setEntity | ( | Object | entity | ) |
Implements org.turro.action.IEntityHolder.
Definition at line 314 of file FileControl.java.
void org.turro.file.zul.control.FileControl.setLabel | ( | String | label | ) |
void org.turro.file.zul.control.FileControl.setPath | ( | String | path | ) |
void org.turro.file.zul.control.FileControl.setPublicOnly | ( | Boolean | publicOnly | ) |
Definition at line 276 of file FileControl.java.
void org.turro.file.zul.control.FileControl.setReadOnly | ( | boolean | readOnly | ) |
Definition at line 284 of file FileControl.java.
void org.turro.file.zul.control.FileControl.setTreeCollapsed | ( | boolean | treeCollapsed | ) |
Definition at line 292 of file FileControl.java.