Package org.cast.isi.panel

Examples of org.cast.isi.panel.SingleSelectScoreIndicator


  }

  @Override
  protected void onInitialize() {
    super.onInitialize();
    SingleSelectScoreIndicator scoreIndicator = new SingleSelectScoreIndicator("mcScore", mResponse);
    ShyContainer container = new ShyContainer("shy");
    container.add(scoreIndicator);
    add(container);
  }
View Full Code Here

TOP

Related Classes of org.cast.isi.panel.SingleSelectScoreIndicator

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.