All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mateu.mdd.vaadin.components.views.NavBarComponent Maven / Gradle / Ivy

There is a newer version: 1.1.60
Show newest version
package io.mateu.mdd.vaadin.components.views;

import com.vaadin.ui.Alignment;
import com.vaadin.ui.CssLayout;
import com.vaadin.ui.HorizontalLayout;
import io.mateu.mdd.shared.CSS;

public class NavBarComponent extends HorizontalLayout {

    public NavBarComponent() {
        addStyleName(CSS.NOPADDING);
        setDefaultComponentAlignment(Alignment.MIDDLE_LEFT);
        setSpacing(false);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy