org.jboss.errai.widgets.client.format
Class WSCellWidgetCell

java.lang.Object
  extended by org.jboss.errai.widgets.client.format.WSCellFormatter<com.google.gwt.user.client.ui.Widget>
      extended by org.jboss.errai.widgets.client.format.WSCellWidgetCell

public class WSCellWidgetCell
extends WSCellFormatter<com.google.gwt.user.client.ui.Widget>


Field Summary
 
Fields inherited from class org.jboss.errai.widgets.client.format.WSCellFormatter
cancel, html, readonly, wsCellReference
 
Constructor Summary
WSCellWidgetCell(com.google.gwt.user.client.ui.Widget widget)
           
 
Method Summary
 boolean edit(WSGrid.WSCell element)
           
 String getTextValue()
           
 com.google.gwt.user.client.ui.Widget getValue()
           
 com.google.gwt.user.client.ui.Widget getWidget(WSGrid grid)
           
 void setHeight(String height)
           
 void setWidth(String width)
           
 void stopedit()
           
 
Methods inherited from class org.jboss.errai.widgets.client.format.WSCellFormatter
cancelEdit, notifyCellAfterUpdate, notifyCellUpdate, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSCellWidgetCell

public WSCellWidgetCell(com.google.gwt.user.client.ui.Widget widget)
Method Detail

edit

public boolean edit(WSGrid.WSCell element)
Specified by:
edit in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>

stopedit

public void stopedit()
Specified by:
stopedit in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>

getTextValue

public String getTextValue()
Overrides:
getTextValue in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>

getWidget

public com.google.gwt.user.client.ui.Widget getWidget(WSGrid grid)
Overrides:
getWidget in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>

setHeight

public void setHeight(String height)
Overrides:
setHeight in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>

setWidth

public void setWidth(String width)
Overrides:
setWidth in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>

getValue

public com.google.gwt.user.client.ui.Widget getValue()
Specified by:
getValue in class WSCellFormatter<com.google.gwt.user.client.ui.Widget>


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