er.extensions
Class ERXBatchNavigationBar
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
er.extensions.ERXBatchNavigationBar
- All Implemented Interfaces:
- Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults
- Direct Known Subclasses:
- ERXBatchNavigationBarInForm
- public class ERXBatchNavigationBar
- extends WOComponent
Better navigation bar
- See Also:
- Serialized Form
Bindings |
d2wContext | d2wContext |
displayGroup | displayGroup |
width | width |
objectName | objectName |
border | border |
bgcolor | bgcolor |
textColor | textColor |
sortKeyList | sortKeyList |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Methods inherited from class com.webobjects.appserver.WOComponent |
_associationWithName, _awakeInContext, _childTemplate, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForKey, valueForKeyPath |
log
public static final ERXLogger log
- logging support
BatchSizeChanged
public static final String BatchSizeChanged
- Contains a string that names the notification posted when the batch size changes
- See Also:
- Constant Field Values
ERXBatchNavigationBar
public ERXBatchNavigationBar(WOContext aContext)
- Public constructor
isStateless
public boolean isStateless()
- component is stateless
synchronizesVariablesWithBindings
public boolean synchronizesVariablesWithBindings()
- component does not synchronize it's variables
reset
public void reset()
appendToResponse
public void appendToResponse(WOResponse response,
WOContext context)
displayGroup
public WODisplayGroup displayGroup()
hasObjectName
public boolean hasObjectName()
hasSortKeyList
public boolean hasSortKeyList()
numberOfObjectsPerBatch
public int numberOfObjectsPerBatch()
currentBatchIndex
public int currentBatchIndex()
setCurrentBatchIndex
public void setCurrentBatchIndex(Number newValue)
setNumberOfObjectsPerBatch
public void setNumberOfObjectsPerBatch(Number newValue)
filteredObjectsCount
public int filteredObjectsCount()
objectCount
public int objectCount()
Copyright © 2002 – 2004 Project Wonder.