ilog.views.maps.beans.editor
Class ReadBeanPropertyDescriptor

java.lang.Object
  extended by ilog.views.util.psheet.BeanPropertyDescriptor
      extended by ilog.views.maps.beans.editor.ReadBeanPropertyDescriptor
All Implemented Interfaces:
ilog.views.util.psheet.IlvPropertyDescriptor

public class ReadBeanPropertyDescriptor
extends ilog.views.util.psheet.BeanPropertyDescriptor

Descriptor used for properties that have a setter and no getter. Those properties will then be managed as non public.

Since:
JViews 7.5

Constructor Summary
ReadBeanPropertyDescriptor(PropertyDescriptor property)
          Creates a new ReadBeanPropertyDescriptor.
 
Method Summary
 boolean isPublic()
          Returns false if the property has no read method.
 
Methods inherited from class ilog.views.util.psheet.BeanPropertyDescriptor
get, getDisplayName, getDocumentation, getGetDocumentation, getName, getPropertyDescriptor, getPropertyEditorClass, getPropertyType, getSetDocumentation, getShortDescription, set, setPropertyEditorClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadBeanPropertyDescriptor

public ReadBeanPropertyDescriptor(PropertyDescriptor property)
Creates a new ReadBeanPropertyDescriptor.

See Also:
BeanPropertyDescriptor.BeanPropertyDescriptor(java.beans.PropertyDescriptor)
Method Detail

isPublic

public boolean isPublic()
Returns false if the property has no read method.

Specified by:
isPublic in interface ilog.views.util.psheet.IlvPropertyDescriptor
Overrides:
isPublic in class ilog.views.util.psheet.BeanPropertyDescriptor
Returns:
Returns false if the property has no read method.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.