Interface CardComponent
-
public interface CardComponent
-
-
Field Summary
Fields Modifier and Type Field Description static Function<String,Boolean>DEFAULT_FUNCTION
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetContent()com.google.gwt.dom.client.Style.HasCssNamegetIcon()StringgetTitle()default StringgetUUID()default Function<String,Boolean>onTitleChanged()This function is invoked when the card title is changing.
-