Annotation Support

This forum is used by users to request and discuss new product features. Please do not use this forum for technical support including bug reports.

Moderator: JIDE Support

Forum rules
Product suggestions only. Please do not use this forum for technical support including bug reports.

Annotation Support

Postby Zuber » Thu May 28, 2009 2:35 pm

Having annotation support to define properties would be great help. For BeanTableModel or PropertyTableModel if you can provide something like
Code: Select all
public @interface JideProperty {

  /**
   * Name of the {@link JideProperty}
   *
   * @return
   */
  String name();

  /**
   * Name to display for this {@link JideProperty}
   *
   * @return
   */
  String displayName();

  /**
   * EditorContext for this {@link JideProperty}
   *
   * @return
   */

  String editorContext() default "";

  /**
   * Whether this {@link JideProperty} is editable or not
   *
   * @return
   */
  boolean editable() default false;

}
Zuber
 
Posts: 11
Joined: Mon Jul 21, 2008 12:19 pm

Re: Annotation Support

Postby JIDE Support » Thu May 28, 2009 3:49 pm

I wonder how we can benefit from this? Could you explain it further?

Thanks,
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am


Return to Product Suggestions

Who is online

Users browsing this forum: No registered users and 13 guests