Class DatePickerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- com.github.lgooddatepicker.components.DatePickerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class DatePickerBeanInfo extends java.beans.SimpleBeanInfoDatePickerBeanInfo, 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.
-
-
Constructor Summary
Constructors Constructor Description DatePickerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanDescriptorgetBeanDescriptor()getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.intgetDefaultEventIndex()getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.intgetDefaultPropertyIndex()getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.java.beans.EventSetDescriptor[]getEventSetDescriptors()getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.java.awt.ImagegetIcon(int iconType)getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or cannot be retrieved.java.beans.MethodDescriptor[]getMethodDescriptors()getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.java.beans.PropertyDescriptor[]getPropertyDescriptors()getPropertyDescriptors, Returns the BeanInfo PropertyDescriptor array, or null to use automatic introspection.
-
-
-
Method Detail
-
getIcon
public java.awt.Image getIcon(int iconType)
getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or cannot be retrieved.- Specified by:
getIconin interfacejava.beans.BeanInfo- Overrides:
getIconin classjava.beans.SimpleBeanInfo
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.- Specified by:
getBeanDescriptorin interfacejava.beans.BeanInfo- Overrides:
getBeanDescriptorin classjava.beans.SimpleBeanInfo
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] 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 interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.- Specified by:
getEventSetDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getEventSetDescriptorsin classjava.beans.SimpleBeanInfo
-
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.- Specified by:
getMethodDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getMethodDescriptorsin classjava.beans.SimpleBeanInfo
-
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.- Specified by:
getDefaultPropertyIndexin interfacejava.beans.BeanInfo- Overrides:
getDefaultPropertyIndexin classjava.beans.SimpleBeanInfo
-
getDefaultEventIndex
public int getDefaultEventIndex()
getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.- Specified by:
getDefaultEventIndexin interfacejava.beans.BeanInfo- Overrides:
getDefaultEventIndexin classjava.beans.SimpleBeanInfo
-
-