Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOBatchNavigationBar  view WOBatchNavigationBar download WOBatchNavigationBar.java

java.lang.Object
  extended byWOComponent
      extended bycom.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()