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

com.github.fluorumlabs.disconnect.vaadin.elements.GridProEditCheckboxElement Maven / Gradle / Ivy

The newest version!
package com.github.fluorumlabs.disconnect.vaadin.elements;

import com.github.fluorumlabs.disconnect.core.annotations.Import;
import com.github.fluorumlabs.disconnect.core.annotations.NpmPackage;
import com.github.fluorumlabs.disconnect.vaadin.Vaadin;

/**
 * The cell editor checkbox element.
 *
 * 

Styling

* See * <vaadin-checkbox> documentation * for <vaadin-checkbox> parts. *

* See * ThemableMixin – how to apply styles for shadow parts */ @NpmPackage( name = "@vaadin/vaadin", version = Vaadin.VERSION ) @Import( module = "@vaadin/vaadin-grid-pro/theme/lumo/vaadin-grid-pro-edit-checkbox.js" ) public interface GridProEditCheckboxElement extends CheckboxElement { static String TAGNAME() { return "vaadin-grid-pro-edit-checkbox"; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy