NachoDateRangeMatcherEditor
will be moved to the Issues Browser demo with the next major release.@Deprecated public class NachoDateRangeMatcherEditor<E> extends RangeMatcherEditor<java.util.Date,E>
NachoDateRangeMatcherEditor uses
NachoCalendar DateField
objects to edit the endpoints of the date range.
| Extension: NachoCalendar | |
| This Glazed Lists extension requires the third party library NachoCalendar. | |
| Tested Version: | 0.23 |
| Home page: | http://nachocalendar.sourceforge.net/ |
| License: | LGPL |
It provides a single hook for customizing the layout and/or look of the
DateFields in the form of a local factory method which produces the entire
component, createComponent(net.sf.nachocalendar.components.DateField, net.sf.nachocalendar.components.DateField). Subclasses may override that method to
decorate and customize the look of this NachoDateRangeMatcherEditor as
needed.
MatcherEditor.Event<E>, MatcherEditor.Listener<E>| Constructor and Description |
|---|
NachoDateRangeMatcherEditor(Filterator<java.util.Date,E> filterator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
createComponent(net.sf.nachocalendar.components.DateField fromDateField,
net.sf.nachocalendar.components.DateField toDateField)
Deprecated.
A local factory method responsible for customizing the given DateField
objects and laying them out in some swing container in a manner that is
appropriate for the application that uses it.
|
javax.swing.JComponent |
getComponent()
Deprecated.
This method returns the component created by
createComponent(net.sf.nachocalendar.components.DateField, net.sf.nachocalendar.components.DateField). |
getFilterator, setRangefireChanged, fireConstrained, fireMatchAll, fireMatchNone, fireRelaxed, getMatcher, isCurrentlyMatchingAll, isCurrentlyMatchingNoneaddMatcherEditorListener, createChangedEvent, createConstrainedEvent, createMatchAllEvent, createMatchNoneEvent, createRelaxedEvent, fireChangedMatcher, removeMatcherEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromMatcherpublic NachoDateRangeMatcherEditor(Filterator<java.util.Date,E> filterator)
protected javax.swing.JComponent createComponent(net.sf.nachocalendar.components.DateField fromDateField,
net.sf.nachocalendar.components.DateField toDateField)
fromDateField - the DateField which edits the start of this date rangetoDateField - the DateField which edits the end of this date rangepublic javax.swing.JComponent getComponent()
createComponent(net.sf.nachocalendar.components.DateField, net.sf.nachocalendar.components.DateField).Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019