|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
er.extensions.components.ERXComponent
er.extensions.components.ERXNonSynchronizingComponent
er.directtoweb.components.ERDCustomComponent
er.directtoweb.components.ERDCustomQueryComponent
er.modern.directtoweb.components.query.ERMD2WQueryDateRange
public class ERMD2WQueryDateRange
Date range query component that uses ERMDatePicker
D2W Keys | |
formatter | formatter |
propertyKey | propertyKey |
datePickerDragDisabled | datePickerDragDisabled |
datePickerCssFile | datePickerCssFile |
datePickerCssFramework | datePickerCssFramework |
datePickerConstrainSelection | datePickerConstrainSelection |
datePickerFillGrid | datePickerFillGrid |
datePickerFinalOpacity | datePickerFinalOpacity |
datePickerDisabledDays | datePickerDisabledDays |
datePickerDisabledDates | datePickerDisabledDates |
datePickerEnabledDates | datePickerEnabledDates |
datePickerHighlightDays | datePickerHighlightDays |
datePickerNoFadeEffect | datePickerNoFadeEffect |
datePickerNoTodayButton | datePickerNoTodayButton |
datePickerRangeLow | datePickerRangeLow |
datePickerRangeHigh | datePickerRangeHigh |
datePickerHideInput | datePickerHideInput |
datePickerHideControl | datePickerHideControl |
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.extensions.components.ERXNonSynchronizingComponent |
---|
invokeAction, isStateless, takeValuesFromRequest |
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 |
---|
protected java.lang.String _formatter
Constructor Detail |
---|
public ERMD2WQueryDateRange(com.webobjects.appserver.WOContext context)
Method Detail |
---|
public java.lang.String formatter()
public java.lang.Object minValue()
public void setMinValue(java.lang.Object obj)
obj
- public java.lang.Object maxValue()
public void setMaxValue(java.lang.Object obj)
obj
- public java.lang.String propertyKey()
public java.lang.String dateReadableDescription()
public java.lang.Boolean dragDisabled()
ERMDatePicker
option: is drag disabled
public java.lang.String cssFile()
ERMDatePicker
option: name of the custom css file
public java.lang.String cssFramework()
ERMDatePicker
option: name of the custom css file framework
public java.lang.Boolean constrainSelection()
ERMDatePicker
option: should selection be constrained to current month (if fill grid is true)
public java.lang.Boolean fillGrid()
ERMDatePicker
option: fill the entire grid, not just the current month
public java.lang.String finalOpacity()
ERMDatePicker
option: sets the final opacity
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])
public java.lang.String disabledDates()
ERMDatePicker
option: date range of disabled dates
public java.lang.String enabledDates()
ERMDatePicker
option: date range of enabled dates
public java.lang.String highlightDays()
ERMDatePicker
option: array (string in js format) of highlighted days of the week
public java.lang.Boolean noFadeEffect()
ERMDatePicker
option: disable fade effect
public java.lang.Boolean noTodayButton()
ERMDatePicker
option: don't show today button
public java.lang.String rangeLow()
ERMDatePicker
option: lowest selectable date
public java.lang.String rangeHigh()
ERMDatePicker
option: highest selectable date
public java.lang.Boolean hideInput()
ERMDatePicker
option: hide the input text field
public java.lang.Boolean hideControl()
ERMDatePicker
option: hide the calendar control
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |