public static class DataTable.ExportActionEvent extends ActionEvent
Modifier and Type | Field and Description |
---|---|
protected String |
characterEncoding |
protected String |
fileName |
protected String |
forceDownload |
protected String |
type |
source
Constructor and Description |
---|
ExportActionEvent(UIComponent component) |
ExportActionEvent(UIComponent component,
String type,
String characterEncoding,
String fileName,
String forceDownload) |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterEncoding() |
String |
getFileName() |
String |
getForceDownload() |
String |
getType() |
boolean |
isAppropriateListener(FacesListener listener) |
void |
setCharacterEncoding(String characterEncoding) |
void |
setFileName(String fileName) |
void |
setForceDownload(String forceDownload) |
void |
setType(String type) |
processListener
getComponent, getPhaseId, queue, setPhaseId
getSource, toString
protected String type
protected String characterEncoding
protected String fileName
protected String forceDownload
public ExportActionEvent(UIComponent component)
public ExportActionEvent(UIComponent component, String type, String characterEncoding, String fileName, String forceDownload)
public boolean isAppropriateListener(FacesListener listener)
isAppropriateListener
in class ActionEvent
public String getCharacterEncoding()
public void setCharacterEncoding(String characterEncoding)
public String getFileName()
public void setFileName(String fileName)
public String getForceDownload()
public void setForceDownload(String forceDownload)
public String getType()
public void setType(String type)