org.xwiki.gwt.wysiwyg.client.plugin.macro.input
Interface HasValue

All Known Implementing Classes:
AbstractInput, ChoiceInput, TextInput

public interface HasValue

Interface to access and change the value of an object.

Version:
$Id: 65123104da0a639accae918f098f35a9e0654edb $

Method Summary
 String getValue()
           
 void setValue(String value)
          Sets this object's value.
 

Method Detail

getValue

String getValue()
Returns:
this object's value

setValue

void setValue(String value)
Sets this object's value.

Parameters:
value - a String representing a new value for this object


Copyright © 2004–2014 XWiki. All rights reserved.