java.lang.Object
com.foreach.across.modules.web.ui.ViewElementSupport
com.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
com.foreach.across.modules.bootstrapui.elements.IconViewElement
com.foreach.across.modules.bootstrapui.elements.FaIcon
All Implemented Interfaces:
com.foreach.across.modules.web.ui.elements.HtmlViewElement, com.foreach.across.modules.web.ui.MutableViewElement, com.foreach.across.modules.web.ui.ViewElement

@Deprecated public class FaIcon extends IconViewElement
Deprecated.
Represents a FontAwesome icon.
Author:
Arne Vandamme
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     
    static interface 
    Deprecated.
     

    Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.elements.HtmlViewElement

    com.foreach.across.modules.web.ui.elements.HtmlViewElement.Functions

    Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.MutableViewElement

    com.foreach.across.modules.web.ui.MutableViewElement.Functions

    Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.ViewElement

    com.foreach.across.modules.web.ui.ViewElement.Wither<T extends com.foreach.across.modules.web.ui.ViewElement>, com.foreach.across.modules.web.ui.ViewElement.WitherGetter<T extends com.foreach.across.modules.web.ui.ViewElement,U extends Object>, com.foreach.across.modules.web.ui.ViewElement.WitherRemover<T extends com.foreach.across.modules.web.ui.ViewElement>, com.foreach.across.modules.web.ui.ViewElement.WitherSetter<T extends com.foreach.across.modules.web.ui.ViewElement>
  • Field Summary

    Fields inherited from class com.foreach.across.modules.bootstrapui.elements.IconViewElement

    ELEMENT_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    FaIcon(String glyph)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    setGlyph(@NonNull String glyph)
    Deprecated.
     

    Methods inherited from class com.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement

    get, getAttribute, getAttribute, getAttributes, getHtmlId, hasAttribute, hasCssClass, remove, returnIfType, set

    Methods inherited from class com.foreach.across.modules.web.ui.ViewElementSupport

    getCustomTemplate, getElementType, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.foreach.across.modules.web.ui.ViewElement

    getCustomTemplate, getElementType, getName, matches
  • Constructor Details

    • FaIcon

      public FaIcon()
      Deprecated.
    • FaIcon

      public FaIcon(String glyph)
      Deprecated.
  • Method Details

    • setGlyph

      public FaIcon setGlyph(@NonNull @NonNull String glyph)
      Deprecated.
    • getGlyph

      public String getGlyph()
      Deprecated.