com.github.fluorumlabs.disconnect.vaadin.GridPro Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconnect-vaadin Show documentation
Show all versions of disconnect-vaadin Show documentation
Vaadin components bindings for Disconnect Zero
The newest version!
package com.github.fluorumlabs.disconnect.vaadin;
import com.github.fluorumlabs.disconnect.core.annotations.WebComponent;
import com.github.fluorumlabs.disconnect.vaadin.elements.GridProElement;
import com.github.fluorumlabs.disconnect.vaadin.mixins.HasInlineEditingMixin;
import com.github.fluorumlabs.disconnect.zero.component.AbstractComponent;
import com.github.fluorumlabs.disconnect.zero.component.Component;
import com.github.fluorumlabs.disconnect.zero.component.HasComponents;
import com.github.fluorumlabs.disconnect.zero.component.HasStyle;
import js.lang.Any;
/**
* <vaadin-grid-pro>
is a high quality data grid / data table Web Component with extended
* functionality.
* It extends <vaadin-grid>
and adds extra features on top of the basic ones.
*
* See
* <vaadin-grid>
documentation
* for details.
*
*
<vaadin-grid-pro></vaadin-grid-pro>
*
*/
@WebComponent
public class GridPro- extends AbstractComponent
implements HasInlineEditingMixin- >,
HasStyle
>,
HasComponents, Component>> {
public GridPro() {
super(GridProElement.TAGNAME());
}
}