Example usage for com.vaadin.ui AbstractLayout removeStyleName

List of usage examples for com.vaadin.ui AbstractLayout removeStyleName

Introduction

In this page you can find the example usage for com.vaadin.ui AbstractLayout removeStyleName.

Prototype

@Override
    public void removeStyleName(String style) 

Source Link

Usage

From source file:org.activiti.editor.ui.SelectEditorComponent.java

License:Apache License

protected void deselectEditor(AbstractLayout editorLayout) {
    editorLayout.removeStyleName(ExplorerLayout.STYLE_PROCESS_EDITOR_CHOICE);
}