Package org.adempiere.webui.adwindow
Interface IFieldEditorContainer
- All Known Implementing Classes:
ADTabpanel
,GridView
,QuickGridView
public interface IFieldEditorContainer
Interface for container that host one or more field editors
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
editorTraverse
(Callback<WEditor> editorTaverseCallback) Call editorTaverseCallback for all editors hosted by this containerdefault void
editorTraverse
(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors) Default implementation foreditorTraverse(Callback)
void
set focus to first field editorvoid
focusToNextEditor
(WEditor ref) set focus to next field editor from ref
-
Method Details
-
focusToFirstEditor
void focusToFirstEditor()set focus to first field editor -
focusToNextEditor
set focus to next field editor from ref- Parameters:
ref
-
-
editorTraverse
Call editorTaverseCallback for all editors hosted by this container- Parameters:
editorTaverseCallback
-
-
editorTraverse
Default implementation foreditorTraverse(Callback)
- Parameters:
editorTaverseCallback
-editors
-
-