Class Card

java.lang.Object
io.quarkus.devui.spi.page.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 Details

    • Card

      public Card(String componentLink)
  • Method Details

    • getComponentRef

      public String getComponentRef()
    • setNamespace

      public void setNamespace(String namespace)
    • getNamespace

      public String getNamespace()
    • getComponentLink

      public String getComponentLink()
    • getComponentName

      public String getComponentName()
    • toString

      public String toString()
      Overrides:
      toString in class Object