Package com.vaadin.tests.widgetset.server

Examples of com.vaadin.tests.widgetset.server.DelegateWithoutStateClassComponent


@Widgetset(TestingWidgetSet.NAME)
public class DelegateWithoutStateClassTest extends AbstractTestUI {

    @Override
    protected void setup(VaadinRequest request) {
        DelegateWithoutStateClassComponent c = new DelegateWithoutStateClassComponent();
        c.setRows(10);
        addComponent(c);
    }
View Full Code Here

TOP

Related Classes of com.vaadin.tests.widgetset.server.DelegateWithoutStateClassComponent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.