T - the type of data being editedE - the type of editorpublic abstract class AbstractExtendedBaseEditorDriver<T,E extends com.google.gwt.editor.client.Editor<T>> extends Object
| Constructor and Description |
|---|
AbstractExtendedBaseEditorDriver() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(com.google.gwt.editor.client.EditorVisitor visitor) |
protected void |
configureDelegate(com.google.gwt.editor.client.impl.AbstractEditorDelegate<T,E> rootDelegate) |
protected abstract com.google.gwt.editor.client.impl.AbstractEditorDelegate<T,E> |
createDelegate() |
protected com.google.gwt.editor.client.EditorVisitor |
createInitializerVisitor() |
protected void |
doEdit(T pobject) |
protected void |
doFlush() |
protected void |
doInitialize(E editor) |
protected boolean |
doSetViolations(Iterable<com.google.gwt.editor.client.impl.SimpleViolation> violations) |
protected com.google.gwt.editor.client.impl.AbstractEditorDelegate<T,E> |
getDelegate() |
protected E |
getEditor() |
List<com.google.gwt.editor.client.EditorError> |
getErrors() |
protected Map<com.google.gwt.editor.client.LeafValueEditor<?>,Object> |
getLeafValueMap()
getter for leaf value map.
|
protected T |
getObject() |
protected com.google.gwt.editor.client.impl.DelegateMap.KeyMethod |
getViolationKeyMethod() |
boolean |
hasErrors() |
boolean |
isDirty()
return true if the entry of one or more values have changed.
|
boolean |
setConstraintViolations(Iterable<javax.validation.ConstraintViolation<?>> violations) |
String |
toString() |
public abstract void accept(com.google.gwt.editor.client.EditorVisitor visitor)
public List<com.google.gwt.editor.client.EditorError> getErrors()
public boolean hasErrors()
public boolean isDirty()
public boolean setConstraintViolations(Iterable<javax.validation.ConstraintViolation<?>> violations)
protected void configureDelegate(com.google.gwt.editor.client.impl.AbstractEditorDelegate<T,E> rootDelegate)
protected abstract com.google.gwt.editor.client.impl.AbstractEditorDelegate<T,E> createDelegate()
protected com.google.gwt.editor.client.EditorVisitor createInitializerVisitor()
protected void doEdit(T pobject)
protected void doFlush()
protected void doInitialize(E editor)
protected boolean doSetViolations(Iterable<com.google.gwt.editor.client.impl.SimpleViolation> violations)
protected E getEditor()
protected T getObject()
protected com.google.gwt.editor.client.impl.DelegateMap.KeyMethod getViolationKeyMethod()
Copyright © 2015–2016. All rights reserved.