org.apache.myfaces.custom.fileupload
public class HtmlInputFileUpload extends HtmlInputText implements UserRoleAware
Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlInputFileUpload() | |
| Method Summary | |
|---|---|
| String | getAccept() |
| String | getEnabledOnUserRole() |
| String | getFamily() |
| String | getStorage() |
| UploadedFile | getUploadedFile() |
| String | getVisibleOnUserRole() |
| boolean | isRendered() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setAccept(String accept) |
| void | setEnabledOnUserRole(String enabledOnUserRole) |
| void | setStorage(String string) |
| void | setUploadedFile(UploadedFile upFile) |
| void | setVisibleOnUserRole(String visibleOnUserRole) |