Class MaterialAutoComplete.DefaultMaterialChipProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      gwt.material.design.client.ui.MaterialChip getChip​(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)
      Creates and returns a MaterialChip based on the selected SuggestOracle.Suggestion.
      boolean isChipRemovable​(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)
      Returns whether the chip defined by the suggestion should be removed from the autocomplete when clicked on its icon.
      boolean isChipSelectable​(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)
      Returns whether the chip defined by the suggestion should be selected when the user clicks on it.
    • Constructor Detail

      • DefaultMaterialChipProvider

        public DefaultMaterialChipProvider()