Interface IFisheye

    • Field Detail

      • DEFAULT

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

      • getWidth

        @Derived
        @Nullable
        default java.lang.String getWidth()
        Description copied from interface: IHtmlBasedComponent
        Returns the width of the component. If not specified, null is assumed.

        Default: null

        Specified by:
        getWidth in interface IHtmlBasedComponent<IFisheye>
      • getHeight

        @Derived
        @Nullable
        default java.lang.String getHeight()
        Description copied from interface: IHtmlBasedComponent
        Returns the height of the component. If not specified, null is assumed.

        Default: null

        Specified by:
        getHeight in interface IHtmlBasedComponent<IFisheye>
      • getWidgetClass

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

        Default: "zkex.menu.Fisheye"

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

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

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

        static IFisheye ofImage​(java.lang.String image)
        Returns the instance with the given image.
        Parameters:
        image - The image that the component holds.
      • ofId

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