org.jboss.errai.widgets.client.mapping.collectionimpl
Class WSGridMapper<V extends List<X>,X>

java.lang.Object
  extended by org.jboss.errai.widgets.client.mapping.WidgetMapper<T,V>
      extended by org.jboss.errai.widgets.client.mapping.CollectionWidgetMapper<WSGrid,WSCellFormatter,V>
          extended by org.jboss.errai.widgets.client.mapping.collectionimpl.WSGridMapper<V,X>

public class WSGridMapper<V extends List<X>,X>
extends CollectionWidgetMapper<WSGrid,WSCellFormatter,V>


Field Summary
 
Fields inherited from class org.jboss.errai.widgets.client.mapping.WidgetMapper
changeHandlers, defaultTitleValues, fields, widget
 
Constructor Summary
WSGridMapper(WSGrid grid)
           
 
Method Summary
 X getSelected()
           
 void map(V list)
           
 
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

WSGridMapper

public WSGridMapper(WSGrid grid)
Method Detail

map

public void map(V list)
Specified by:
map in class CollectionWidgetMapper<WSGrid,WSCellFormatter,V extends List<X>>

getSelected

public X getSelected()


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