org.cruxframework.crux.widgets.client.grid
Class RowDetailWidgetCreator

java.lang.Object
  extended by org.cruxframework.crux.widgets.client.grid.RowDetailWidgetCreator

public abstract class RowDetailWidgetCreator
extends Object


Constructor Summary
RowDetailWidgetCreator()
           
 
Method Summary
abstract  com.google.gwt.user.client.ui.Widget createWidgetForRowDetail(DataRow row)
           
<T extends com.google.gwt.user.client.ui.Widget>
T
getWidget(DataRow row, String id)
           
protected  void registerWidget(DataRow row, String widgetOriginalId, com.google.gwt.user.client.ui.Widget widget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowDetailWidgetCreator

public RowDetailWidgetCreator()
Method Detail

createWidgetForRowDetail

public abstract com.google.gwt.user.client.ui.Widget createWidgetForRowDetail(DataRow row)

registerWidget

protected void registerWidget(DataRow row,
                              String widgetOriginalId,
                              com.google.gwt.user.client.ui.Widget widget)

getWidget

public <T extends com.google.gwt.user.client.ui.Widget> T getWidget(DataRow row,
                                                                    String id)


Copyright © 2014. All rights reserved.