|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.dataselectors.propertyeditor.DateEditorPanel
public class DateEditorPanel
The DateEditorPanel is used in the AdvancedFilterSelectorPanel. It provides a user interface to define filter values for filter items that are of type FilterItemInterface.ITEMTYPE_DATE, FilterItemInterface.ITEMTYPE_TIME, or FilterItemInterface.ITEMTYPE_DATETIME.
AdvancedFilterSelectorPanel
,
Serialized FormField Summary | |
---|---|
protected com.sas.swing.visuals.dataselectors.filters.DateTimeValuePanel |
dateTimePanel
DateTimeValuePanel component |
protected boolean |
includeCheckBox
Indicates whether to include a checkBox in the panel for indicating a null date value |
protected javax.swing.JCheckBox |
specifyDateCheckBox
Optional checkbox component for indicating a null date value |
Constructor Summary | |
---|---|
DateEditorPanel()
Default constructor |
|
DateEditorPanel(boolean includeCheckBox)
deprecated |
|
DateEditorPanel(boolean includeCheckBox,
int type)
Constructs an instance of DateEditorPanel. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the property value contained in the editor. |
protected javax.swing.JPanel |
makePanel()
Internal method for creating the panel. |
void |
setModel(EntityAttributeValueModelInterface selectorAdapter,
java.lang.String propertyName)
Set the model for the editor. |
Field Detail |
---|
protected javax.swing.JCheckBox specifyDateCheckBox
protected com.sas.swing.visuals.dataselectors.filters.DateTimeValuePanel dateTimePanel
protected boolean includeCheckBox
Constructor Detail |
---|
public DateEditorPanel()
public DateEditorPanel(boolean includeCheckBox)
public DateEditorPanel(boolean includeCheckBox, int type)
Entity
,the checkbox
should only be displayed if the AttributeDescriptor associated with this editor
is not marked as required.
includeCheckBox
- boolean indicating whether to include a checkBox as part of
the panelcom.sas.entities.AttributeDescriptorInterface
,
com.sas.swing.visuals.dataselectors.propertyeditor.EntityAttributeValueModelInterface
Method Detail |
---|
protected javax.swing.JPanel makePanel()
public void setModel(EntityAttributeValueModelInterface selectorAdapter, java.lang.String propertyName)
EditorPanelInterface
setModel
in interface EditorPanelInterface
selectorAdapter
- instance of com.sas.dataselectors.propertyeditor.EntityAttributeValueSelectorAdapterpropertyName
- name of the propertypublic java.lang.Object getValue()
EditorPanelInterface
getValue
in interface EditorPanelInterface
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |