Package ipsk.beans

Class ExtPropertyDescriptor


  • public class ExtPropertyDescriptor
    extends java.beans.PropertyDescriptor
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtPropertyDescriptor​(java.lang.String propertyName, java.lang.Class<?> beanClass)  
      ExtPropertyDescriptor​(java.lang.String propertyName, java.lang.Class<?> beanClass, java.lang.String readMethodName, java.lang.String writeMethodName)  
      ExtPropertyDescriptor​(java.lang.String propertyName, java.lang.reflect.Method readMethod, java.lang.reflect.Method writeMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LocalizableMessage getDescription()  
      LocalizableMessage getLocalizableDisplayName()  
      void setDescription​(LocalizableMessage description)  
      void setLocalizableDisplayName​(LocalizableMessage localizableDisplayName)  
      • Methods inherited from class java.beans.FeatureDescriptor

        attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.beans.PropertyDescriptor

        createPropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethod
    • Constructor Detail

      • ExtPropertyDescriptor

        public ExtPropertyDescriptor​(java.lang.String propertyName,
                                     java.lang.Class<?> beanClass)
                              throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException
      • ExtPropertyDescriptor

        public ExtPropertyDescriptor​(java.lang.String propertyName,
                                     java.lang.reflect.Method readMethod,
                                     java.lang.reflect.Method writeMethod)
                              throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException
      • ExtPropertyDescriptor

        public ExtPropertyDescriptor​(java.lang.String propertyName,
                                     java.lang.Class<?> beanClass,
                                     java.lang.String readMethodName,
                                     java.lang.String writeMethodName)
                              throws java.beans.IntrospectionException
        Throws:
        java.beans.IntrospectionException