Class IcefacesProperties.FileEntry

  • Enclosing class:
    IcefacesProperties

    public static class IcefacesProperties.FileEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileEntry

        public FileEntry()
    • Method Detail

      • getRequireJavascript

        public 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.
        • 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.
        With this parameter set to false, ace:fileEntry may not allow other upload components to function in the application, but ace:fileEntry will work without javascript being enabled in the browser, as long as the form's enctype property is set for multipart:

        <h:form enctype="multipart/form-data">.

        Since:
        ICEfaces 3.3.0 EE, 3.4.0
      • setRequireJavascript

        public 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.
        • 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.
        With this parameter set to false, ace:fileEntry may not allow other upload components to function in the application, but ace:fileEntry will work without javascript being enabled in the browser, as long as the form's enctype property is set for multipart:

        <h:form enctype="multipart/form-data">.

        Since:
        ICEfaces 3.3.0 EE, 3.4.0
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object