Package ru.yandex.strictweb.scriptjava.base.custom

Examples of ru.yandex.strictweb.scriptjava.base.custom.SelectOptionNodeBuilder


    return new NodeBuilder("p");
  }

    @MayBeExcluded
  public static final SelectOptionNodeBuilder $OPTION(Object val, String text) {
    return new SelectOptionNodeBuilder().value(val).text(text);
  }
View Full Code Here

TOP

Related Classes of ru.yandex.strictweb.scriptjava.base.custom.SelectOptionNodeBuilder

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.