org.jboss.errai.widgets.client.mapping
Class CollectionWidgetMapper<T extends com.google.gwt.user.client.ui.Widget,F,V>

java.lang.Object
  extended by org.jboss.errai.widgets.client.mapping.WidgetMapper<T,V>
      extended by org.jboss.errai.widgets.client.mapping.CollectionWidgetMapper<T,F,V>
Direct Known Subclasses:
WSGridMapper

public abstract class CollectionWidgetMapper<T extends com.google.gwt.user.client.ui.Widget,F,V>
extends WidgetMapper<T,V>


Field Summary
 
Fields inherited from class org.jboss.errai.widgets.client.mapping.WidgetMapper
changeHandlers, defaultTitleValues, fields, widget
 
Constructor Summary
CollectionWidgetMapper()
           
 
Method Summary
abstract  void map(V entity)
           
 
Methods inherited from class org.jboss.errai.widgets.client.mapping.WidgetMapper
addMapperChangeHandler, fireAllChangeHandlers, getDefaultTitleValues, setDefaultTitleValues, setFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionWidgetMapper

public CollectionWidgetMapper()
Method Detail

map

public abstract void map(V entity)
Overrides:
map in class WidgetMapper<T extends com.google.gwt.user.client.ui.Widget,V>


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