Class DateTimePickerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- com.github.lgooddatepicker.components.DateTimePickerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class DateTimePickerBeanInfo extends java.beans.SimpleBeanInfo
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.
-
-
Constructor Summary
Constructors Constructor Description DateTimePickerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanDescriptor
getBeanDescriptor()
getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.int
getDefaultEventIndex()
getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.int
getDefaultPropertyIndex()
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.Image
getIcon(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:
getIcon
in interfacejava.beans.BeanInfo
- Overrides:
getIcon
in classjava.beans.SimpleBeanInfo
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic introspection.- Specified by:
getBeanDescriptor
in interfacejava.beans.BeanInfo
- Overrides:
getBeanDescriptor
in 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:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use automatic introspection.- Specified by:
getEventSetDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in classjava.beans.SimpleBeanInfo
-
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic introspection.- Specified by:
getMethodDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getMethodDescriptors
in classjava.beans.SimpleBeanInfo
-
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no default property.- Specified by:
getDefaultPropertyIndex
in interfacejava.beans.BeanInfo
- Overrides:
getDefaultPropertyIndex
in classjava.beans.SimpleBeanInfo
-
getDefaultEventIndex
public int getDefaultEventIndex()
getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default property.- Specified by:
getDefaultEventIndex
in interfacejava.beans.BeanInfo
- Overrides:
getDefaultEventIndex
in classjava.beans.SimpleBeanInfo
-
-