|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.webobjects.woextensions
Class WOBatchNavigationBar

java.lang.ObjectWOComponent
com.webobjects.woextensions.WOBatchNavigationBar
- public class WOBatchNavigationBar
- extends WOComponent
| Constructor Summary | |
WOBatchNavigationBar(WOContext aContext)
|
|
| Method Summary | |
protected java.lang.String |
_pluralName()
|
protected java.lang.String |
_singularName()
|
int |
batchIndex()
|
java.lang.String |
entityLabel()
|
boolean |
hasObjectName()
|
boolean |
hasSortKeyList()
|
boolean |
isStateless()
|
int |
numberOfObjectsPerBatch()
|
void |
setBatchIndex(java.lang.Integer index)
|
void |
setNumberOfObjectsPerBatch(java.lang.Integer number)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
WOBatchNavigationBar
public WOBatchNavigationBar(WOContext aContext)
| Method Detail |
isStateless
public boolean isStateless()
hasObjectName
public boolean hasObjectName()
hasSortKeyList
public boolean hasSortKeyList()
numberOfObjectsPerBatch
public int numberOfObjectsPerBatch()
setNumberOfObjectsPerBatch
public void setNumberOfObjectsPerBatch(java.lang.Integer number)
batchIndex
public int batchIndex()
setBatchIndex
public void setBatchIndex(java.lang.Integer index)
_singularName
protected java.lang.String _singularName()
_pluralName
protected java.lang.String _pluralName()
entityLabel
public java.lang.String entityLabel()
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent