List of usage examples for com.vaadin.ui GridLayout subclass-usage
From source file de.catma.ui.repository.wizard.FileTypePanel.java
class FileTypePanel extends GridLayout implements DynamicWizardStep { private static class BackgroundLoaderResult { byte[] byteContent; String encoding; String mimeType;
From source file de.catma.ui.repository.wizard.IndexerOptionsPanel.java
class IndexerOptionsPanel extends GridLayout implements DynamicWizardStep { /** * An item in the language list. */ private static class LanguageItem implements Comparable<LanguageItem> {
From source file de.uni_tuebingen.qbic.qbicmainportlet.GridEditForm.java
public class GridEditForm extends GridLayout { public BeanFieldGroup<NewIvacSampleBean> fieldGroup = new BeanFieldGroup<NewIvacSampleBean>( NewIvacSampleBean.class); private TextField type = new TextField("Type");
From source file dhbw.clippinggorilla.userinterface.views.FooterBar.java
/** * This is the class for the Footerbar at the bottom of the screen * * @author frank */ public class FooterBar extends GridLayout {
From source file dhbw.clippinggorilla.userinterface.views.MenuBar.java
/** * This is the class for the Menubar at the top of the screen * * @author frank */ public class MenuBar extends GridLayout {
From source file edu.kit.dama.ui.admin.AbstractBasePropertiesLayout.java
/** * * @author jejkal */ public abstract class AbstractBasePropertiesLayout<C> extends GridLayout {
From source file edu.kit.dama.ui.admin.administration.user.UserDataForm.java
/** * * @author dx6468 */ public final class UserDataForm extends GridLayout {
From source file edu.kit.dama.ui.admin.administration.usergroup.UserGroupForm.java
/** * * @author dx6468 */ public final class UserGroupForm extends GridLayout {
From source file fi.jasoft.dragdroplayouts.DDGridLayout.java
/**
* Grid layout with drag and drop support
*
* @author John Ahlroos / www.jasoft.fi
* @since 0.4.0
*/
From source file org.apache.ace.webui.vaadin.component.MainActionToolbar.java
/** * Provides the main actions toolbar where one can commit, revert or retrieve changes. */ public abstract class MainActionToolbar extends GridLayout implements EventHandler { /**