Class Identicon

  • All Implemented Interfaces:
    EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder

    public class Identicon
    extends javax.faces.component.UIComponentBase
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  Identicon.PropertyKeys  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String COMPONENT_FAMILY  
      static String COMPONENT_TYPE  
      static String DEFAULT_RENDERER  
      • Fields inherited from class javax.faces.component.UIComponent

        ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      Identicon()  
    • Constructor Detail

      • Identicon

        public Identicon()
    • Method Detail

      • getFamily

        public String getFamily()
        Specified by:
        getFamily in class javax.faces.component.UIComponent
      • getWidgetVar

        public String getWidgetVar()
      • setWidgetVar

        public void setWidgetVar​(String widgetVar)
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getStyleClass

        public String getStyleClass()
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • getWidth

        public Integer getWidth()
      • setWidth

        public void setWidth​(Integer width)
      • getHeight

        public Integer getHeight()
      • setHeight

        public void setHeight​(Integer height)
      • getAlt

        public String getAlt()
      • setAlt

        public void setAlt​(String alt)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getSalt

        public String getSalt()
      • setSalt

        public void setSalt​(String salt)
      • getRounds

        public Integer getRounds()
      • setRounds

        public void setRounds​(Integer rounds)
      • getSize

        public Integer getSize()
      • setSize

        public void setSize​(Integer size)
      • getOutputType

        public String getOutputType()
      • setOutputType

        public void setOutputType​(String outputType)
      • getHashVariant

        public String getHashVariant()
      • setHashVariant

        public void setHashVariant​(String hashVariant)