org.jboss.errai.widgets.rebind
Annotation Type WidgetMapper


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface WidgetMapper

Specifies that the field should be bound as a widget mapper class. WidgetMappers are responsible for mapping a collection of many elements to a single, complex widget.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.