List of usage examples for com.vaadin.ui.themes ValoTheme TABSHEET_PADDED_TABBAR
String TABSHEET_PADDED_TABBAR
To view the source code for com.vaadin.ui.themes ValoTheme TABSHEET_PADDED_TABBAR.
Click Source Link
From source file:qbic.vaadincomponents.InputFilesComponent.java
License:Open Source License
public InputFilesComponent() { this.setCaption(String.format("<font color=#FF0000> Select input file(s) </font>")); this.setCaptionAsHtml(true); inputFileForm.setHeight(100.0f, Unit.PERCENTAGE); inputFileForm.addStyleName(ValoTheme.TABSHEET_FRAMED); inputFileForm.addStyleName(ValoTheme.TABSHEET_PADDED_TABBAR); setCompositionRoot(inputFileForm);//ww w .j a v a 2 s. c o m }