Class AdminNavigationSearch_searchCriterias_Context
- java.lang.Object
-
- org.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
- de.knightsoftnet.mtwidgets.client.ui.widget.AdminNavigationSearch_searchCriterias_Context
-
- All Implemented Interfaces:
org.gwtproject.editor.client.EditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
public class AdminNavigationSearch_searchCriterias_Context extends org.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
-
Constructor Summary
Constructors Constructor Description AdminNavigationSearch_searchCriterias_Context(de.knightsoftnet.gwtp.spring.shared.search.SearchRequest parent, org.gwtproject.editor.client.Editor<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>> editor, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanSetInModel()List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>checkAssignment(Object value)ClassgetEditedType()List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>getFromModel()voidsetInModel(List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch> data)-
Methods inherited from class org.gwtproject.editor.client.impl.AbstractEditorContext
asCompositeEditor, asHasEditorDelegate, asHasEditorErrors, asLeafValueEditor, asValueAwareEditor, doTraverseSyntheticCompositeEditor, getAbsolutePath, getEditor, getEditorDelegate, halt, isHalted, setEditorDelegate, traverse, traverseSyntheticCompositeEditor
-
-
-
-
Method Detail
-
canSetInModel
public boolean canSetInModel()
- Specified by:
canSetInModelin interfaceorg.gwtproject.editor.client.EditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>- Specified by:
canSetInModelin classorg.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
checkAssignment
public List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch> checkAssignment(Object value)
- Specified by:
checkAssignmentin interfaceorg.gwtproject.editor.client.EditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>- Specified by:
checkAssignmentin classorg.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
getEditedType
public Class getEditedType()
- Specified by:
getEditedTypein interfaceorg.gwtproject.editor.client.EditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>- Specified by:
getEditedTypein classorg.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
getFromModel
public List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch> getFromModel()
- Specified by:
getFromModelin interfaceorg.gwtproject.editor.client.EditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>- Specified by:
getFromModelin classorg.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
setInModel
public void setInModel(List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch> data)
- Specified by:
setInModelin interfaceorg.gwtproject.editor.client.EditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>- Specified by:
setInModelin classorg.gwtproject.editor.client.impl.AbstractEditorContext<List<de.knightsoftnet.gwtp.spring.shared.search.SearchCriteriaSearch>>
-
-