Uses of Class
de.knightsoftnet.validators.client.editor.TakesValueEditor
-
Packages that use TakesValueEditor Package Description de.knightsoftnet.validators.client.decorators this package contains client side decorators.de.knightsoftnet.validators.client.editor this package contains client side editor components. -
-
Uses of TakesValueEditor in de.knightsoftnet.validators.client.decorators
Subclasses of TakesValueEditor in de.knightsoftnet.validators.client.decorators Modifier and Type Class Description classExtendedValueBoxEditor<T> -
Uses of TakesValueEditor in de.knightsoftnet.validators.client.editor
Subclasses of TakesValueEditor in de.knightsoftnet.validators.client.editor Modifier and Type Class Description classValueBoxEditor<T>Adapts theValueBoxBaseinterface to the Editor framework.Methods in de.knightsoftnet.validators.client.editor that return TakesValueEditor Modifier and Type Method Description static <T> TakesValueEditor<T>TakesValueEditor. of(org.gwtproject.editor.client.TakesValue<T> peer)Returns a new ValueEditor that modifies the givenTakesValuepeer instance.
-