com.silvermindsoftware.hitch.annotations
Annotation Type ModelObject


@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
public @interface ModelObject

File-location:
ModelObject
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Optional Element Summary
 boolean autoBind
          Defines whether to autoBind this ModelObject when autoBind is enabled on the form.
 boolean isDefault
          Defines the annotated object as the default model object
 

isDefault

public abstract boolean isDefault
Defines the annotated object as the default model object

Returns:
Default:
false

autoBind

public abstract boolean autoBind
Defines whether to autoBind this ModelObject when autoBind is enabled on the form. This allows you to opt out certain certain model objects from being auto bound. This is convenient when you have two model objects on a form that share a large amount of identical property names.

Returns:
Default:
true


Copyright © 2005-2011 ELCA. All Rights Reserved.