All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxava.actions.GoNextPageAction Maven / Gradle / Ivy

There is a newer version: 7.4.3
Show newest version
package org.openxava.actions;

import org.apache.commons.logging.*;

/**
 * @author Javier Paniza
 */

public class GoNextPageAction extends TabBaseAction {
	private static Log log = LogFactory.getLog(GoNextPageAction.class);
	
	public void execute() throws Exception {
		getTab().pageForward();
		getTab().setNotResetNextTime(true);
		
		// getTab().setAllSelected(new int[0]);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy