org.bklab.flow.parameter.ParameterGrid Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
package org.bklab.flow.parameter;
import com.vaadin.flow.component.grid.Grid;
import org.bklab.crud.grid.FluentComponentGrid;
import org.bklab.flow.factory.SpanFactory;
public class ParameterGrid extends Grid {
public ParameterGrid() {
addComponentColumn(entry -> new SpanFactory(entry.getCaption()).tooltip(entry.getName()).get()).setHeader("名称");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy