List of usage examples for com.vaadin.v7.ui.themes BaseTheme BUTTON_LINK
String BUTTON_LINK
To view the source code for com.vaadin.v7.ui.themes BaseTheme BUTTON_LINK.
Click Source Link
From source file:com.haulmont.cuba.web.widgets.CubaButtonField.java
License:Apache License
@Override protected Component initContent() { Button button = new CubaButton(); button.setStyleName(BaseTheme.BUTTON_LINK); return button; }