Interface CardComponent


  • public interface CardComponent
    • Method Detail

      • getIcon

        com.google.gwt.dom.client.Style.HasCssName getIcon()
      • getContent

        elemental2.dom.HTMLElement getContent()
      • getUUID

        default String getUUID()
      • onTitleChanged

        default Function<String,​Boolean> onTitleChanged()
        This function is invoked when the card title is changing. It must return true for applying the new title, or false for dismissing it.