Class UIGraphic

    • Constructor Detail

      • UIGraphic

        public UIGraphic()
        Construct an instance of the UIGraphic.
    • Method Detail

      • getUrl

        @JSFProperty
        public String getUrl()
        An alias for the "value" attribute.
      • setUrl

        public void setUrl​(String url)
      • getValue

        @JSFProperty
        public Object getValue()
        The URL of the image.

        If the URL starts with a '/', it is relative to the context path of the web application.

      • setValue

        public void setValue​(Object value)