List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file org.balisunrise.vaadin.components.content.Content.java
/**
* Classe Content.
*
* @author Glauco Knihs
* @version 1.0
* @since 1.0
From source file org.balisunrise.vaadin.components.header.FastMenuBar.java
/** * * @author Glauco */ public class FastMenuBar extends HorizontalLayout {
From source file org.balisunrise.vaadin.components.header.Header.java
/** * * @author Glauco */ public class Header extends HorizontalLayout {
From source file org.balisunrise.vaadin.components.header.UserBar.java
/** * * @author Glauco */ public class UserBar extends HorizontalLayout {
From source file org.bubblecloud.ilves.site.view.valo.ValoLayout.java
/** * * @author Vaadin Ltd, Tommi S.E. Laukkanen */ public class ValoLayout extends HorizontalLayout {
From source file org.characterbuilder.navigation.ChargenMenu.java
/** * * @author jens */ public class ChargenMenu extends HorizontalLayout {
From source file org.eclipse.hawkbit.ui.filtermanagement.AutoCompleteTextFieldComponent.java
/**
* An textfield with the {@link TextFieldSuggestionBox} extension which shows
* suggestions in a suggestion-pop-up window while typing.
*/
@SpringComponent
@UIScope
From source file org.eclipse.hawkbit.ui.management.footer.ActionTypeOptionGroupLayout.java
/** * Action type option group layout. * * */ public class ActionTypeOptionGroupLayout extends HorizontalLayout {
From source file org.eclipse.hawkbit.ui.management.miscs.AbstractActionTypeOptionGroupLayout.java
/** * Action type option group abstract layout. */ public abstract class AbstractActionTypeOptionGroupLayout extends HorizontalLayout { private static final long serialVersionUID = 1L;
From source file org.eclipse.hawkbit.ui.management.miscs.ActionTypeOptionGroupLayout.java
/** * Action type option group layout. */ public class ActionTypeOptionGroupLayout extends HorizontalLayout { private static final long serialVersionUID = 1L;