Interface IMDDUI


  • public interface IMDDUI
    • Method Detail

      • isEditingNewRecord

        boolean isEditingNewRecord()
      • getBaseUrl

        String getBaseUrl()
      • clearStack

        void clearStack()
      • getApp

        App getApp()
      • getCurrentUserLogin

        String getCurrentUserLogin()
      • updateTitle

        void updateTitle​(String title)
      • isMobile

        boolean isMobile()
      • getUiRootPath

        String getUiRootPath()
      • getCurrentState

        String getCurrentState()
      • go

        void go​(String relativePath)
      • goTo

        void goTo​(String path)
      • goBack

        void goBack()
      • goSibling

        void goSibling​(Object siblingId)
      • open

        void open​(Method m,
                  Set selection)
      • getPendingSelection

        Set getPendingSelection()
      • setPendingSelection

        void setPendingSelection​(Set selecion)
      • getPendingResult

        Object getPendingResult()
      • setPendingResult

        void setPendingResult​(Object result)
      • updateSession

        void updateSession()
      • getSelectedRows

        Set getSelectedRows()