Class CssIconImageResource

java.lang.Object
net.datenwerke.rs.theme.client.icon.CssIconImageResource
All Implemented Interfaces:
CssIconContainer

public class CssIconImageResource extends Object implements CssIconContainer
  • Constructor Details

    • CssIconImageResource

      public CssIconImageResource(BaseIcon cssIcon)
    • CssIconImageResource

      public CssIconImageResource(BaseIcon cssIcon, int size)
  • Method Details

    • getName

      public String getName()
    • getCssIcon

      public SafeHtml getCssIcon()
      Specified by:
      getCssIcon in interface CssIconContainer
    • getCssIcon

      public SafeHtml getCssIcon(int size)
      Specified by:
      getCssIcon in interface CssIconContainer
    • getCssElement

      public Element getCssElement()
      Specified by:
      getCssElement in interface CssIconContainer
    • getHeight

      public int getHeight()
    • getLeft

      public int getLeft()
    • getSafeUri

      public SafeUri getSafeUri()
    • getTop

      public int getTop()
    • getURL

      public String getURL()
    • getWidth

      public int getWidth()
    • isAnimated

      public boolean isAnimated()