Interface SelectionCell.Template

    • Method Detail

      • deselected

        @Template("<option value=\"{0}\">{0}</option>")
        SafeHtml deselected​(java.lang.String option)
      • selected

        @Template("<option value=\"{0}\" selected=\"selected\">{0}</option>")
        SafeHtml selected​(java.lang.String option)