Class IcefacesProperties.FileEntry
- java.lang.Object
- 
- org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
 
- 
- Enclosing class:
- IcefacesProperties
 
 public static class IcefacesProperties.FileEntry extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description FileEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetRequireJavascript()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.inthashCode()voidsetRequireJavascript(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.StringtoString()
 
- 
- 
- 
Method Detail- 
getRequireJavascriptpublic 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.- Javascript being enabled allows for ace:fileEntry to use AJAX for partial page updates.
- Integration between ace:fileEntry and Portlets is dependent on javascript being enabled.
- Automatic interoperability between ace:fileEntry and other upload components (in separate forms) depends on javascript being enabled.
 <h:form enctype="multipart/form-data">.- Since:
- ICEfaces 3.3.0 EE, 3.4.0
 
 - 
setRequireJavascriptpublic void setRequireJavascript(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.- Javascript being enabled allows for ace:fileEntry to use AJAX for partial page updates.
- Integration between ace:fileEntry and Portlets is dependent on javascript being enabled.
- Automatic interoperability between ace:fileEntry and other upload components (in separate forms) depends on javascript being enabled.
 <h:form enctype="multipart/form-data">.- Since:
- ICEfaces 3.3.0 EE, 3.4.0
 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-