Class DateTimePickerBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.github.lgooddatepicker.components.DateTimePickerBeanInfo
- All Implemented Interfaces:
BeanInfo
DateTimePickerBeanInfo, This class returns JavaBean information for the matching bean class.
The class methods will return default BeanInfo Introspector information for properties, methods,
and events, plus any customizations that are applied on top of the default Introspector data set.
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.intgetDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.intgetDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.getIcon(int iconType) getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or cannot be retrieved.getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.getPropertyDescriptors, Returns the BeanInfo PropertyDescriptor array, or null to use automatic introspection.Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, loadImage
-
Constructor Details
-
DateTimePickerBeanInfo
public DateTimePickerBeanInfo()
-
-
Method Details
-
getIcon
getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or cannot be retrieved.- Specified by:
getIconin interfaceBeanInfo- Overrides:
getIconin classSimpleBeanInfo
-
getBeanDescriptor
getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.- Specified by:
getBeanDescriptorin interfaceBeanInfo- Overrides:
getBeanDescriptorin classSimpleBeanInfo
-
getPropertyDescriptors
getPropertyDescriptors, Returns the BeanInfo PropertyDescriptor array, or null to use automatic introspection. Each array element may be a PropertyDescriptor, or the IndexedPropertyDescriptor subclass of PropertyDescriptor.- Specified by:
getPropertyDescriptorsin interfaceBeanInfo- Overrides:
getPropertyDescriptorsin classSimpleBeanInfo
-
getEventSetDescriptors
getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.- Specified by:
getEventSetDescriptorsin interfaceBeanInfo- Overrides:
getEventSetDescriptorsin classSimpleBeanInfo
-
getMethodDescriptors
getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.- Specified by:
getMethodDescriptorsin interfaceBeanInfo- Overrides:
getMethodDescriptorsin classSimpleBeanInfo
-
getDefaultPropertyIndex
public int getDefaultPropertyIndex()getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.- Specified by:
getDefaultPropertyIndexin interfaceBeanInfo- Overrides:
getDefaultPropertyIndexin classSimpleBeanInfo
-
getDefaultEventIndex
public int getDefaultEventIndex()getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.- Specified by:
getDefaultEventIndexin interfaceBeanInfo- Overrides:
getDefaultEventIndexin classSimpleBeanInfo
-