public class RichFacesFileUpload.FileUploadItemImpl extends RichFacesListItem implements FileUploadItem
Constructor and Description |
---|
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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRootElement, getText
public org.openqa.selenium.WebElement getClearOrDeleteElement()
FileUploadItem
getClearOrDeleteElement
in interface FileUploadItem
public String getFilename()
FileUploadItem
getFilename
in interface FileUploadItem
public org.openqa.selenium.WebElement getFilenameElement()
getFilenameElement
in interface FileUploadItem
public String getState()
getState
in interface FileUploadItem
public org.openqa.selenium.WebElement getStateElement()
getStateElement
in interface FileUploadItem
public boolean isUploaded()
FileUploadItem
isUploaded
in interface FileUploadItem
true
if this file item is already uploaded, false
otherwisepublic void remove()
remove
in interface FileUploadItem
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.