Class PageableListEditor_Driver_Impl
java.lang.Object
org.gwtproject.editor.client.impl.BaseEditorDriver<T,E>
org.gwtproject.editor.client.impl.AbstractSimpleBeanEditorDriver<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object,PageableListEntry<Object>>>
de.knightsoftnet.mtwidgets.client.ui.widget.PageableListEditor_Driver_Impl
- All Implemented Interfaces:
org.gwtproject.editor.client.EditorDriver<List<Object>>,org.gwtproject.editor.client.SimpleBeanEditorDriver<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object, PageableListEntry<Object>>>
public class PageableListEditor_Driver_Impl
extends org.gwtproject.editor.client.impl.AbstractSimpleBeanEditorDriver<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object,PageableListEntry<Object>>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gwtproject.editor.client.impl.AbstractSimpleBeanEditorDriver
edit, flush, initializeMethods inherited from class org.gwtproject.editor.client.impl.BaseEditorDriver
configureDelegate, createInitializerVisitor, doEdit, doFlush, doInitialize, doSetViolations, getDelegate, getEditor, getErrors, getObject, getViolationKeyMethod, hasErrors, isDirty, setConstraintViolations, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gwtproject.editor.client.EditorDriver
getErrors, hasErrors, isDirty, setConstraintViolationsMethods inherited from interface org.gwtproject.editor.client.SimpleBeanEditorDriver
edit, flush, initialize
-
Constructor Details
-
PageableListEditor_Driver_Impl
public PageableListEditor_Driver_Impl()
-
-
Method Details
-
accept
public void accept(org.gwtproject.editor.client.EditorVisitor visitor) -
createDelegate
protected org.gwtproject.editor.client.impl.SimpleBeanEditorDelegate<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object, createDelegate()PageableListEntry<Object>>> - Specified by:
createDelegatein classorg.gwtproject.editor.client.impl.BaseEditorDriver<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object, PageableListEntry<Object>>>
-