Interface IFieldEditorContainer

    • Method Detail

      • focusToFirstEditor

        void focusToFirstEditor()
        focus to first field editor
      • focusToNextEditor

        void focusToNextEditor​(WEditor ref)
        focus to next field editor from ref
        Parameters:
        ref -
      • editorTraverse

        void editorTraverse​(Callback<WEditor> editorTaverseCallback)
        helper method to loop thru editor collection of panel
        can use on callout to check relative editor
        Parameters:
        editorTaverseCallback -