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");
}
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");
}
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)");
}
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");
}
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");
}
Aggregations