com.github.fluorumlabs.disconnect.vaadin.mixins.HasTabIndexMixin 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.mixins;
import com.github.fluorumlabs.disconnect.vaadin.elements.mixins.TabIndexMixin;
import com.github.fluorumlabs.disconnect.zero.component.Component;
/**
* A private mixin to avoid problems with dynamic properties and Polymer Analyzer.
* No need to expose these properties in the API docs.
*/
public interface HasTabIndexMixin> extends Component {
}