|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.das2.beans.AccessLevelBeanInfo.Property
protected static class AccessLevelBeanInfo.Property
AccessLevelBeanInfo.Property is a helper class for subclasses of AccessLevelBeanInfo to specify a list of properties in a way that is independant of the underlying Bean/PropertyDescriptor implementation.
| Constructor Summary | |
|---|---|
AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
AccessLevelBeanInfo.PersistenceLevel persistenceLevel,
java.lang.String getter,
java.lang.String setter,
java.lang.Class editor)
Creates a new Property object. |
|
AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
AccessLevelBeanInfo.PersistenceLevel persistenceLevel,
java.lang.String getter,
java.lang.String setter,
java.lang.String igetter,
java.lang.String isetter,
java.lang.Class editor)
Creates a new Property object that is indexed. |
|
AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
java.lang.String getter,
java.lang.String setter,
java.lang.Class editor)
Creates a new Property object. |
|
AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
java.lang.String getter,
java.lang.String setter,
java.lang.String igetter,
java.lang.String isetter,
java.lang.Class editor)
Creates a new Property object that is indexed. |
|
| Method Summary | |
|---|---|
AccessLevelBeanInfo.AccessLevel |
getLevel()
Returns the access level for this property |
AccessLevelBeanInfo.PersistenceLevel |
getPersistenceLevel()
|
java.beans.PropertyDescriptor |
getPropertyDescriptor(java.lang.Class beanClass)
Returns a PropertyDescriptor for this property that is associated with the specified bean class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
AccessLevelBeanInfo.PersistenceLevel persistenceLevel,
java.lang.String getter,
java.lang.String setter,
java.lang.Class editor)
name - the name the user will see for this propertylevel - the AccessLevel associated with this propertygetter - the name of the accessor method for this propertysetter - the name of the mutator method for this propertyeditor - the class name of the graphical editor for this property
public AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
java.lang.String getter,
java.lang.String setter,
java.lang.Class editor)
name - the name the user will see for this propertylevel - the AccessLevel associated with this propertygetter - the name of the accessor method for this propertysetter - the name of the mutator method for this propertyeditor - the class name of the graphical editor for this property
public AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
AccessLevelBeanInfo.PersistenceLevel persistenceLevel,
java.lang.String getter,
java.lang.String setter,
java.lang.String igetter,
java.lang.String isetter,
java.lang.Class editor)
name - the name the user will see for this propertylevel - the AccessLevel associated with this propertygetter - the name of the accessor method for this propertysetter - the name of the mutator method for this propertyigetter - the name of the indexed accessor method for this propertyisetter - the name of the indexed mutator method for this propertyeditor - the class name of the graphical editor for this property
public AccessLevelBeanInfo.Property(java.lang.String name,
AccessLevelBeanInfo.AccessLevel level,
java.lang.String getter,
java.lang.String setter,
java.lang.String igetter,
java.lang.String isetter,
java.lang.Class editor)
name - the name the user will see for this propertylevel - the AccessLevel associated with this propertygetter - the name of the accessor method for this propertysetter - the name of the mutator method for this propertyigetter - the name of the indexed accessor method for this propertyisetter - the name of the indexed mutator method for this propertyeditor - the class name of the graphical editor for this property| Method Detail |
|---|
public AccessLevelBeanInfo.AccessLevel getLevel()
public java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.Class beanClass)
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionpublic AccessLevelBeanInfo.PersistenceLevel getPersistenceLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||