Class ValueBoxEditor_SearchFieldDefinition_AbstractBeanValidationEditorDelegate
- java.lang.Object
-
- org.gwtproject.editor.client.impl.AbstractEditorDelegate<T,E>
-
- de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate
-
- de.knightsoftnet.validators.client.editor.ValueBoxEditor_SearchFieldDefinition_AbstractBeanValidationEditorDelegate
-
- All Implemented Interfaces:
de.knightsoftnet.validators.client.editor.HasParentDriverSetter,org.gwtproject.editor.client.EditorDelegate
public class ValueBoxEditor_SearchFieldDefinition_AbstractBeanValidationEditorDelegate extends de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gwtproject.editor.client.impl.AbstractEditorDelegate
org.gwtproject.editor.client.impl.AbstractEditorDelegate.Chain<R extends Object,S extends org.gwtproject.editor.client.Editor<R>>
-
-
Constructor Summary
Constructors Constructor Description ValueBoxEditor_SearchFieldDefinition_AbstractBeanValidationEditorDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.gwtproject.editor.client.EditorVisitor visitor)protected de.knightsoftnet.validators.client.editor.ValueBoxEditorgetEditor()de.knightsoftnet.gwtp.spring.shared.search.SearchFieldDefinitiongetObject()protected voidinitializeSubDelegates()protected voidsetEditor(org.gwtproject.editor.client.Editor editor)protected voidsetObject(Object object)-
Methods inherited from class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate
createInitializerVisitor, setParentDriver, subscribe
-
-
-
-
Method Detail
-
getEditor
protected de.knightsoftnet.validators.client.editor.ValueBoxEditor getEditor()
- Specified by:
getEditorin classorg.gwtproject.editor.client.impl.AbstractEditorDelegate
-
setEditor
protected void setEditor(org.gwtproject.editor.client.Editor editor)
- Specified by:
setEditorin classorg.gwtproject.editor.client.impl.AbstractEditorDelegate
-
getObject
public de.knightsoftnet.gwtp.spring.shared.search.SearchFieldDefinition getObject()
- Specified by:
getObjectin classorg.gwtproject.editor.client.impl.AbstractEditorDelegate
-
setObject
protected void setObject(Object object)
- Specified by:
setObjectin classorg.gwtproject.editor.client.impl.AbstractEditorDelegate
-
initializeSubDelegates
protected void initializeSubDelegates()
- Specified by:
initializeSubDelegatesin classorg.gwtproject.editor.client.impl.AbstractEditorDelegate
-
accept
public void accept(org.gwtproject.editor.client.EditorVisitor visitor)
- Specified by:
acceptin classorg.gwtproject.editor.client.impl.AbstractEditorDelegate
-
-