Search in sources :

Example 1 with H6

use of com.vaadin.flow.component.html.H6 in project karnak by OsiriX-Foundation.

the class DicomEchoView method buildFormLayoutTitle.

private void buildFormLayoutTitle() {
    formLayoutTitle = new H6("Dicom Echo");
    formLayoutTitle.getStyle().set("margin-top", "0px");
}
Also used : H6(com.vaadin.flow.component.html.H6)

Example 2 with H6

use of com.vaadin.flow.component.html.H6 in project karnak by OsiriX-Foundation.

the class MonitorView method buildResultTitle.

private void buildResultTitle() {
    resultTitle = new H6("Result");
    resultTitle.getStyle().set("margin-top", "0px");
    resultTitle.getStyle().set("padding-bottom", "0px");
}
Also used : H6(com.vaadin.flow.component.html.H6)

Example 3 with H6

use of com.vaadin.flow.component.html.H6 in project karnak by OsiriX-Foundation.

the class DicomWorkListView method buildQueryResultTitleBar.

private void buildQueryResultTitleBar() {
    queryResultTitle = new H6("Query Result");
    queryResultTitle.getStyle().set("margin-top", "0px");
    queryResultTitle.getStyle().set("padding-bottom", "var(--lumo-space-m)");
}
Also used : H6(com.vaadin.flow.component.html.H6)

Example 4 with H6

use of com.vaadin.flow.component.html.H6 in project karnak by OsiriX-Foundation.

the class DicomWorkListView method buildWlConfigurationTitle.

private void buildWlConfigurationTitle() {
    wlConfigurationTitle = new H6("Worklist Configuration");
    wlConfigurationTitle.getStyle().set("margin-top", "0px");
}
Also used : H6(com.vaadin.flow.component.html.H6)

Example 5 with H6

use of com.vaadin.flow.component.html.H6 in project karnak by OsiriX-Foundation.

the class MonitorView method buildDicomEchoLayoutTitle.

private void buildDicomEchoLayoutTitle() {
    dicomEchoLayoutTitle = new H6("Dicom Echo");
    dicomEchoLayoutTitle.getStyle().set("margin-top", "0px");
}
Also used : H6(com.vaadin.flow.component.html.H6)

Aggregations

H6 (com.vaadin.flow.component.html.H6)5