public class ExtendedValueBoxEditor<T>
extends com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>
| Constructor and Description |
|---|
ExtendedValueBoxEditor(com.google.gwt.user.client.TakesValue<T> ptakesValues,
AbstractDecorator<T> pdecorator)
constructor uses widget as base.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDecorator<T> |
getDecorator()
getter for the decorator.
|
com.google.gwt.editor.client.EditorDelegate<T> |
getDelegate() |
com.google.gwt.user.client.TakesValue<T> |
getTakesValues()
getter for the widget which takes the values.
|
T |
getValue() |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<T> pdelegate) |
void |
setValue(T pvalue) |
public ExtendedValueBoxEditor(com.google.gwt.user.client.TakesValue<T> ptakesValues, AbstractDecorator<T> pdecorator)
ptakesValues - widget which is able to set and get value from/topdecorator - corresponding decoratorpublic com.google.gwt.editor.client.EditorDelegate<T> getDelegate()
getDelegate in class com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>public T getValue()
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<T> pdelegate)
public void setValue(T pvalue)
public final AbstractDecorator<T> getDecorator()
public final com.google.gwt.user.client.TakesValue<T> getTakesValues()
Copyright © 2015–2016. All rights reserved.