yawda.view.helper
Class CMultiPagesResultNavigator
java.lang.Object
yawda.view.helper.CMultiPagesResultNavigator
- public final class CMultiPagesResultNavigator
- extends Object
- Author:
- Quentin Anciaux
|
Method Summary |
static void |
createMPRFormPOST(String actionURL,
String formName,
String contextName,
Map parameters,
CEnv env)
|
static void |
createMPRNavGET(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String actionURL,
Map parameters,
CEnv env)
|
static void |
createMPRNavGET(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String actionURL,
Map parameters,
CEnv env,
int HorizontalOrVertical)
|
static void |
createMPRNavGET(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String actionURL,
Map parameters,
CEnv env,
int HorizontalOrVertical,
int FirstOrLast)
|
static void |
createMPRNavPOST(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String formName,
CEnv env)
|
static void |
createMPRNavPOST(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String formName,
CEnv env,
int HorizontalOrVertical)
|
static void |
createMPRNavPOST(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String formName,
CEnv env,
int HorizontalOrVertical,
int FirstOrLast)
|
static int |
getIndexStartRecord(int nbRecords,
int nbRecordsPerPage,
String contextName,
CEnv env)
|
static int |
getIndexStartRecord(int nbRecords,
int nbRecordsPerPage,
String contextName,
CEnv env,
int FirstOrLast)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST
public static final int FIRST
- See Also:
- Constant Field Values
LAST
public static final int LAST
- See Also:
- Constant Field Values
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
CMultiPagesResultNavigator
public CMultiPagesResultNavigator()
getIndexStartRecord
public static final int getIndexStartRecord(int nbRecords,
int nbRecordsPerPage,
String contextName,
CEnv env)
getIndexStartRecord
public static final int getIndexStartRecord(int nbRecords,
int nbRecordsPerPage,
String contextName,
CEnv env,
int FirstOrLast)
createMPRNavPOST
public static final void createMPRNavPOST(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String formName,
CEnv env)
createMPRNavPOST
public static final void createMPRNavPOST(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String formName,
CEnv env,
int HorizontalOrVertical)
createMPRFormPOST
public static final void createMPRFormPOST(String actionURL,
String formName,
String contextName,
Map parameters,
CEnv env)
createMPRNavGET
public static final void createMPRNavGET(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String actionURL,
Map parameters,
CEnv env)
createMPRNavGET
public static final void createMPRNavGET(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String actionURL,
Map parameters,
CEnv env,
int HorizontalOrVertical)
createMPRNavGET
public static final void createMPRNavGET(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String actionURL,
Map parameters,
CEnv env,
int HorizontalOrVertical,
int FirstOrLast)
createMPRNavPOST
public static final void createMPRNavPOST(int nbRecords,
int nbRecordsPerPage,
int nbPagesToDisplay,
String contextName,
String formName,
CEnv env,
int HorizontalOrVertical,
int FirstOrLast)