All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dominokit.domino.ui.datatable.events.SearchClearedEvent Maven / Gradle / Ivy

There is a newer version: 1.0.139
Show newest version
package org.dominokit.domino.ui.datatable.events;

public class SearchClearedEvent implements TableEvent {

    public static final String SEARCH_EVENT_CLEARED = "table-search-cleared";

    @Override
    public String getType() {
        return SEARCH_EVENT_CLEARED;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy