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

java.lang.Object
  extended by org.jboss.errai.widgets.client.format.WSCellFormatter<String>
      extended by org.jboss.errai.widgets.client.format.WSCellTitle

public class WSCellTitle
extends WSCellFormatter<String>


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

Constructor Detail

WSCellTitle

public WSCellTitle(WSGrid.WSCell cell,
                   String title)
Method Detail

setValue

public void setValue(String value)
Overrides:
setValue in class WSCellFormatter<String>

getValue

public String getValue()
Specified by:
getValue in class WSCellFormatter<String>

getTextValue

public String getTextValue()
Overrides:
getTextValue in class WSCellFormatter<String>

getWidget

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

setHeight

public void setHeight(String height)
Overrides:
setHeight in class WSCellFormatter<String>

setWidth

public void setWidth(String width)
Overrides:
setWidth in class WSCellFormatter<String>

edit

public boolean edit(WSGrid.WSCell element)
Specified by:
edit in class WSCellFormatter<String>

stopedit

public void stopedit()
Specified by:
stopedit in class WSCellFormatter<String>


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