Package org.cast.isi.component

Examples of org.cast.isi.component.ScoreIcon


    this(id, model, true);
  }
 
  public SingleSelectScoreIndicator(String id, IModel<Response> model, boolean showTryCount) {
    super(id, model);
    add(new ScoreIcon("icon", model));
    add(new Label("text", new PropertyModel<String>(model, "triesOrdinal")).setVisibilityAllowed(showTryCount));
    setOutputMarkupId(true);
    setOutputMarkupPlaceholderTag(true);
  }
View Full Code Here

TOP

Related Classes of org.cast.isi.component.ScoreIcon

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.