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 Constructor Description PageableListEditor_Driver_Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.gwtproject.editor.client.EditorVisitor visitor)protected org.gwtproject.editor.client.impl.SimpleBeanEditorDelegate<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object,PageableListEntry<Object>>>createDelegate()-
Methods inherited from class org.gwtproject.editor.client.impl.AbstractSimpleBeanEditorDriver
edit, flush, initialize
-
Methods inherited from class org.gwtproject.editor.client.impl.BaseEditorDriver
configureDelegate, createInitializerVisitor, doEdit, doFlush, doInitialize, doSetViolations, getDelegate, getEditor, getErrors, getObject, getViolationKeyMethod, hasErrors, isDirty, setConstraintViolations, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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,PageableListEntry<Object>>> createDelegate()
- Specified by:
createDelegatein classorg.gwtproject.editor.client.impl.BaseEditorDriver<List<Object>,org.gwtproject.editor.client.adapters.ListEditor<Object,PageableListEntry<Object>>>
-
-