Project Wonder 5.0

er.modern.directtoweb.components.query
Class ERMD2WQueryDateRange

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WOComponent
          extended by er.extensions.components.ERXComponent
              extended by er.extensions.components.ERXNonSynchronizingComponent
                  extended by er.directtoweb.components.ERDCustomComponent
                      extended by er.directtoweb.components.ERDCustomQueryComponent
                          extended by er.modern.directtoweb.components.query.ERMD2WQueryDateRange
All Implemented Interfaces:
com.webobjects.appserver.WOActionResults, com.webobjects.foundation.NSKeyValueCoding, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCodingAdditions, com.webobjects.foundation.NSValidation, ERXExceptionHolder, java.io.Serializable, java.lang.Cloneable

public class ERMD2WQueryDateRange
extends ERDCustomQueryComponent

Date range query component that uses ERMDatePicker

See Also:
Serialized Form
Author:
davidleber
D2W Keys
formatterformatter
           
propertyKeypropertyKey
           
datePickerDragDisableddatePickerDragDisabled
           
datePickerCssFiledatePickerCssFile
           
datePickerCssFrameworkdatePickerCssFramework
           
datePickerConstrainSelectiondatePickerConstrainSelection
           
datePickerFillGriddatePickerFillGrid
           
datePickerFinalOpacitydatePickerFinalOpacity
           
datePickerDisabledDaysdatePickerDisabledDays
           
datePickerDisabledDatesdatePickerDisabledDates
           
datePickerEnabledDatesdatePickerEnabledDates
           
datePickerHighlightDaysdatePickerHighlightDays
           
datePickerNoFadeEffectdatePickerNoFadeEffect
           
datePickerNoTodayButtondatePickerNoTodayButton
           
datePickerRangeLowdatePickerRangeLow
           
datePickerRangeHighdatePickerRangeHigh
           
datePickerHideInputdatePickerHideInput
           
datePickerHideControldatePickerHideControl
           

Nested Class Summary
static interface ERMD2WQueryDateRange.Keys
           
 
Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent
com.webobjects.appserver.WOComponent._EventLoggingEnabler, com.webobjects.appserver.WOComponent.Event
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation, com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.Null, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation
com.webobjects.foundation.NSValidation._MethodBinding, com.webobjects.foundation.NSValidation._ValidationBinding, com.webobjects.foundation.NSValidation.DefaultImplementation, com.webobjects.foundation.NSValidation.Utility, com.webobjects.foundation.NSValidation.ValidationException
 
Field Summary
protected  java.lang.String _formatter
           
 
Fields inherited from class er.directtoweb.components.ERDCustomQueryComponent
log
 
Fields inherited from class er.directtoweb.components.ERDCustomComponent
extraBindings, FALSE, TRUE
 
Fields inherited from class er.extensions.components.ERXComponent
_dynamicBindings
 
Fields inherited from class com.webobjects.appserver.WOComponent
_Extension, _IsEventLoggingEnabled, _keyAssociations
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
_CLASS
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
NullValue
 
Fields inherited from interface com.webobjects.foundation.NSValidation
_CLASS
 
Constructor Summary
ERMD2WQueryDateRange(com.webobjects.appserver.WOContext context)
           
 
Method Summary
 java.lang.Boolean constrainSelection()
          ERMDatePicker option: should selection be constrained to current month (if fill grid is true)
 java.lang.String cssFile()
          ERMDatePicker option: name of the custom css file
 java.lang.String cssFramework()
          ERMDatePicker option: name of the custom css file framework
 java.lang.String dateReadableDescription()
          Convenience accessor for the readable date format description
 java.lang.String disabledDates()
          ERMDatePicker option: date range of disabled dates
 java.lang.String disabledDays()
          ERMDatePicker option: array (string in js format) of disabled days of the week (i.e: [0,0,0,0,0,1,1])
 java.lang.Boolean dragDisabled()
          ERMDatePicker option: is drag disabled
 java.lang.String enabledDates()
          ERMDatePicker option: date range of enabled dates
 java.lang.Boolean fillGrid()
          ERMDatePicker option: fill the entire grid, not just the current month
 java.lang.String finalOpacity()
          ERMDatePicker option: sets the final opacity
 java.lang.String formatter()
          Format string for the date text fields
 java.lang.Boolean hideControl()
          ERMDatePicker option: hide the calendar control
 java.lang.Boolean hideInput()
          ERMDatePicker option: hide the input text field
 java.lang.String highlightDays()
          ERMDatePicker option: array (string in js format) of highlighted days of the week
 java.lang.Object maxValue()
          Convenience getter for the displayGroups queryMax value
 java.lang.Object minValue()
          Convenience getter for the displayGroups queryMin value
 java.lang.Boolean noFadeEffect()
          ERMDatePicker option: disable fade effect
 java.lang.Boolean noTodayButton()
          ERMDatePicker option: don't show today button
 java.lang.String propertyKey()
          Convenience accessor for the current propertyKey
 java.lang.String rangeHigh()
          ERMDatePicker option: highest selectable date
 java.lang.String rangeLow()
          ERMDatePicker option: lowest selectable date
 void setMaxValue(java.lang.Object obj)
          Convenience setter for the displayGroup's qeryMax value
 void setMinValue(java.lang.Object obj)
          Convenience setter for the displayGroup's qeryMin value
 
Methods inherited from class er.directtoweb.components.ERDCustomQueryComponent
displayGroup, displayGroupQueryMatchValue, reset, setDisplayGroup, setDisplayGroupQueryMatchValue
 
Methods inherited from class er.directtoweb.components.ERDCustomComponent
appendToResponse, booleanForBinding, clearValidationFailed, d2wComponentNameDebuggingEnabled, d2wContext, d2wContextFromBindings, d2wContextValueForBinding, d2wDebuggingEnabled, d2wPage, d2wPropertyKeyDebuggingEnabled, extraBindings, extraBindingsValueForBinding, hasBinding, integerBooleanForBinding, key, localContext, logDebugInfo, originalValueForBinding, parentValueForBinding, resetCachedBindingsInStatefulComponent, setD2wContext, setExtraBindings, setKey, setLocalContext, synchronizesVariablesWithBindings, task, taskIsEdit, taskIsInspect, taskIsList, validationFailedWithException, valueForBinding
 
Methods inherited from class er.extensions.components.ERXNonSynchronizingComponent
invokeAction, isStateless, takeValuesFromRequest
 
Methods inherited from class er.extensions.components.ERXComponent
_awakeInContext, _checkAccess, _frameworkName, _includeCSSResources, _includeJavascriptResources, additionalCSSFiles, additionalJavascriptFiles, booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, checkAccess, clickToOpenEnabled, componentName, defaultCSSPath, defaultJavascriptPath, dynamicBindings, floatValueForBinding, intValueForBinding, isPageAccessAllowed, localizer, objectValueForBinding, objectValueForBinding, pageWithName, postAppendToResponse, preAppendToResponse, primaryCSSFile, primaryJavascriptFile, stringValueForBinding, stringValueForBinding, useDefaultComponentCSS, useDefaultComponentJavascript
 
Methods inherited from class com.webobjects.appserver.WOComponent
_associationWithName, _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, hasSession, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, takeValueForKey, takeValueForKeyPath, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForKey, valueForKeyPath
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface er.extensions.validation.ERXExceptionHolder
clearValidationFailed
 

Field Detail

_formatter

protected java.lang.String _formatter
Constructor Detail

ERMD2WQueryDateRange

public ERMD2WQueryDateRange(com.webobjects.appserver.WOContext context)
Method Detail

formatter

public java.lang.String formatter()
Format string for the date text fields

Returns:

minValue

public java.lang.Object minValue()
Convenience getter for the displayGroups queryMin value

Returns:

setMinValue

public void setMinValue(java.lang.Object obj)
Convenience setter for the displayGroup's qeryMin value

Parameters:
obj -

maxValue

public java.lang.Object maxValue()
Convenience getter for the displayGroups queryMax value

Returns:

setMaxValue

public void setMaxValue(java.lang.Object obj)
Convenience setter for the displayGroup's qeryMax value

Parameters:
obj -

propertyKey

public java.lang.String propertyKey()
Convenience accessor for the current propertyKey

Returns:

dateReadableDescription

public java.lang.String dateReadableDescription()
Convenience accessor for the readable date format description

Returns:

dragDisabled

public java.lang.Boolean dragDisabled()
ERMDatePicker option: is drag disabled

Returns:

cssFile

public java.lang.String cssFile()
ERMDatePicker option: name of the custom css file

Returns:

cssFramework

public java.lang.String cssFramework()
ERMDatePicker option: name of the custom css file framework

Returns:

constrainSelection

public java.lang.Boolean constrainSelection()
ERMDatePicker option: should selection be constrained to current month (if fill grid is true)

Returns:

fillGrid

public java.lang.Boolean fillGrid()
ERMDatePicker option: fill the entire grid, not just the current month

Returns:

finalOpacity

public java.lang.String finalOpacity()
ERMDatePicker option: sets the final opacity

Returns:

disabledDays

public java.lang.String disabledDays()
ERMDatePicker option: array (string in js format) of disabled days of the week (i.e: [0,0,0,0,0,1,1])

Returns:

disabledDates

public java.lang.String disabledDates()
ERMDatePicker option: date range of disabled dates

Returns:

enabledDates

public java.lang.String enabledDates()
ERMDatePicker option: date range of enabled dates

Returns:

highlightDays

public java.lang.String highlightDays()
ERMDatePicker option: array (string in js format) of highlighted days of the week

Returns:

noFadeEffect

public java.lang.Boolean noFadeEffect()
ERMDatePicker option: disable fade effect

Returns:

noTodayButton

public java.lang.Boolean noTodayButton()
ERMDatePicker option: don't show today button

Returns:

rangeLow

public java.lang.String rangeLow()
ERMDatePicker option: lowest selectable date

Returns:

rangeHigh

public java.lang.String rangeHigh()
ERMDatePicker option: highest selectable date

Returns:

hideInput

public java.lang.Boolean hideInput()
ERMDatePicker option: hide the input text field

Returns:

hideControl

public java.lang.Boolean hideControl()
ERMDatePicker option: hide the calendar control

Returns:

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.