public class HasTextEditor extends java.lang.Object implements LeafValueEditor<java.lang.String>
Editor.Ignore, Editor.Path
Modifier | Constructor and Description |
---|---|
protected |
HasTextEditor(HasText peer)
Constructs a new HasTextEditor that that modifies the given
HasText
peer instance. |
public static HasTextEditor of(HasText peer)
HasText
peer
instance.peer
- a HasText
instancepublic java.lang.String getValue()
TakesValue
getValue
in interface TakesValue<java.lang.String>
TakesValue.setValue(V)
public void setValue(java.lang.String value)
TakesValue
setValue
in interface TakesValue<java.lang.String>
value
- a value object of type VTakesValue.getValue()