Uses of Class
de.knightsoftnet.validators.client.editor.ValueBoxBase
-
Packages that use ValueBoxBase Package Description de.knightsoftnet.validators.client.editor this package contains client side editor components. -
-
Uses of ValueBoxBase in de.knightsoftnet.validators.client.editor
Methods in de.knightsoftnet.validators.client.editor that return ValueBoxBase Modifier and Type Method Description static <T> ValueBoxBase<T>ValueBoxBase. oldToNew(com.google.gwt.user.client.ui.ValueBoxBase<T> oldBox)Methods in de.knightsoftnet.validators.client.editor with parameters of type ValueBoxBase Modifier and Type Method Description static <T> ValueBoxEditor<T>ValueBoxEditor. of(ValueBoxBase<T> valueBox)Returns a new TakesValueEditor that adapts aValueBoxBaseinstance.Constructors in de.knightsoftnet.validators.client.editor with parameters of type ValueBoxBase Constructor Description ValueBoxEditor(ValueBoxBase<T> peer)Constructs a new ValueBoxEditor that adapts aValueBoxBasepeer instance.
-