Class Card


  • public class Card
    extends Object
    Define a card in Dev UI. This is only used when an extension wants to supply a custom card (i.e. the default with links is not sufficient)
    • Constructor Detail

      • Card

        public Card​(String componentLink)
    • Method Detail

      • getComponentRef

        public String getComponentRef()
      • setNamespace

        public void setNamespace​(String namespace)
      • getNamespace

        public String getNamespace()
      • getComponentLink

        public String getComponentLink()
      • getComponentName

        public String getComponentName()