Package com.lowagie.rups.view

Examples of com.lowagie.rups.view.PageNavigationAction


   * Convenience method to create navigation buttons.
   * @param listener  a page navigation listener
   * @param type  a type of page navigation
   */
  protected void addNavigationButton(PageNavigationListener listener, int type) {
    add(new IconButton(new PageNavigationAction(listener, type, true)));
  }
View Full Code Here

TOP

Related Classes of com.lowagie.rups.view.PageNavigationAction

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.