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

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

public class WSCellMultiSelector
extends WSCellFormatter<String>


Field Summary
 
Fields inherited from class org.jboss.errai.widgets.client.format.WSCellFormatter
cancel, html, readonly, wsCellReference
 
Constructor Summary
WSCellMultiSelector(Set<String> values)
           
WSCellMultiSelector(Set<String> values, String defaultSelection)
           
 
Method Summary
 boolean edit(WSGrid.WSCell element)
           
 String getValue()
           
 void setValue(String value)
           
 void stopedit()
           
 
Methods inherited from class org.jboss.errai.widgets.client.format.WSCellFormatter
cancelEdit, getTextValue, getWidget, notifyCellAfterUpdate, notifyCellUpdate, setHeight, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSCellMultiSelector

public WSCellMultiSelector(Set<String> values)

WSCellMultiSelector

public WSCellMultiSelector(Set<String> values,
                           String defaultSelection)
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>

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.