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: HasValue.java 26786 2010-02-07 16:46:17Z mflorea $
|
Method Summary |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String value)
Sets this object's value. |
getValue
java.lang.String getValue()
- Returns:
- this object's value
setValue
void setValue(java.lang.String value)
- Sets this object's value.
- Parameters:
value - a String representing a new value for this object
Copyright © 2004-2011 XWiki. All Rights Reserved.