Interface IFileupload

    • Field Detail

      • DEFAULT

        static final IFileupload DEFAULT
        Constant for default attributes of this immutable component.
    • Method Detail

      • getWidgetClass

        default java.lang.String getWidgetClass()
        Returns the client widget class.

        Default: "zul.wgt.Fileupload"

        Specified by:
        getWidgetClass in interface IComponent<IFileupload>
      • of

        static IFileupload of​(java.lang.String label)
        Returns the instance with the given label.
        Parameters:
        label - The label that the component
      • of

        static IFileupload of​(java.lang.String label,
                              java.lang.String image)
        Returns the instance with the given label and image.
        Parameters:
        label - The label that the button holds.
        image - The image that the button holds.
      • ofImage

        static IFileupload ofImage​(java.lang.String image)
        Returns the instance with the given image.
        Parameters:
        image - The image that the button holds.
      • ofOrient

        static IFileupload ofOrient​(IButtonBase.Orient orient)
        Returns the instance with the given orient.
        Parameters:
        orient - The button orient
      • ofId

        static IFileupload ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component