Package org.cast.isi.page

Examples of org.cast.isi.page.AuthoredPopup


  @Override
  public void onClick() {
    PageParameters pageParameters = new PageParameters();
    String callingPageDetail = ((ISIStandardPage)getPage()).getPageName();
    pageParameters.add("callingPageDetail", callingPageDetail);
    AuthoredPopup authoredPopup = new AuthoredPopup(pageParameters, xmlId, mSection);
    setResponsePage(authoredPopup);
  }
View Full Code Here

TOP

Related Classes of org.cast.isi.page.AuthoredPopup

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.