Class BlockLink

java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks.BlockLink

public class BlockLink extends Object
A link used within a (widget) block. Right now, just a href - but target is an obvious next-thing to add here.
  • Constructor Details

    • BlockLink

      public BlockLink()
      Constructor
    • BlockLink

      public BlockLink(String href)
      Constructor
  • Method Details

    • getHref

      public String getHref()
      Getter for href
    • setHref

      public void setHref(String href)
      Setter for href
    • withHref

      public BlockLink withHref(String href)
      Fluent setter for href