Class HasTextEditor

java.lang.Object
com.google.gwt.editor.ui.client.adapters.HasTextEditor
All Implemented Interfaces:
Editor<String>, LeafValueEditor<String>, TakesValue<String>

public class HasTextEditor extends Object implements LeafValueEditor<String>
Adapts the HasText interface to the Editor framework.
  • Constructor Details

    • HasTextEditor

      protected HasTextEditor(HasText peer)
      Constructs a new HasTextEditor that that modifies the given HasText peer instance.
      Parameters:
      peer - a HasText instance
  • Method Details