public static class IcefacesProperties.FileEntry
extends java.lang.Object
Constructor and Description |
---|
FileEntry() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getRequireJavascript()
Setting org.icefaces.ace.fileEntry.requireJavascript to true causes the server side handling of ace:fileEntry file uploads to require that the browser have javascript enabled.
|
int |
hashCode() |
void |
setRequireJavascript(java.lang.Boolean requireJavascript)
Setting org.icefaces.ace.fileEntry.requireJavascript to true causes the server side handling of ace:fileEntry file uploads to require that the browser have javascript enabled.
|
java.lang.String |
toString() |
public java.lang.Boolean getRequireJavascript()
<h:form enctype="multipart/form-data">
.
public void setRequireJavascript(java.lang.Boolean requireJavascript)
<h:form enctype="multipart/form-data">
.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object