Package org.cast.isi.component

Examples of org.cast.isi.component.DelayedFeedbackSingleSelectView


   
  private Component makeDelayedResponseView(final String wicketId,
      final Element elt) {
    ISIXmlSection section = getISIXmlSection();
    IModel<XmlSection> currentSectionModel = new XmlSectionModel(section);
    DelayedFeedbackSingleSelectView component = new DelayedFeedbackSingleSelectView(wicketId, getPrompt(elt, PromptType.SINGLE_SELECT), currentSectionModel);
    component.add(new AttributeRemover("rgid", "title", "group", "type"));
    component.setShowDateTime(false);
    return component;
  }
View Full Code Here

TOP

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

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.