public class RichFacesFileUpload.FileUploadItemImpl extends RichFacesListItem implements FileUploadItem
| Constructor and Description |
|---|
RichFacesFileUpload.FileUploadItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getClearOrDeleteElement()
Clears/deletes the log of already uploaded/to be uploaded file from the list of the files of the already uploaded files/to be uploaded files.
|
String |
getFilename()
Gets the name of the this file.
|
org.openqa.selenium.WebElement |
getFilenameElement() |
String |
getState() |
org.openqa.selenium.WebElement |
getStateElement() |
boolean |
isUploaded()
Finds out whether this item representing a file is already uploaded.
|
void |
remove() |
getRootElement, getText, isVisible, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRootElement, getTextpublic RichFacesFileUpload.FileUploadItemImpl()
public org.openqa.selenium.WebElement getClearOrDeleteElement()
FileUploadItemgetClearOrDeleteElement in interface FileUploadItempublic String getFilename()
FileUploadItemgetFilename in interface FileUploadItempublic org.openqa.selenium.WebElement getFilenameElement()
getFilenameElement in interface FileUploadItempublic String getState()
getState in interface FileUploadItempublic org.openqa.selenium.WebElement getStateElement()
getStateElement in interface FileUploadItempublic boolean isUploaded()
FileUploadItemisUploaded in interface FileUploadItemtrue if this file item is already uploaded, false otherwisepublic void remove()
remove in interface FileUploadItemCopyright © 2014 JBoss by Red Hat. All Rights Reserved.