Package com.eclipsesource.tabris.ui

Examples of com.eclipsesource.tabris.ui.TabrisUIEntrypointFactory


  public void configure( Application application ) {
    // Install the Tabris Client
    TabrisClientInstaller.install( application );
   
    // Add a Tabris UI application
    application.addEntryPoint( "/app", new TabrisUIEntrypointFactory( createUIConfiguration() ), null );
  }

TOP

Related Classes of com.eclipsesource.tabris.ui.TabrisUIEntrypointFactory

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.