Interface IMDDUI


public interface IMDDUI
  • Method Details

    • isEditingNewRecord

      boolean isEditingNewRecord()
    • getFieldBuilder

      IFieldBuilder getFieldBuilder(FieldInterfaced field)
    • getBaseUrl

      String getBaseUrl()
    • clearStack

      void clearStack()
    • getPath

      String getPath(MenuEntry e)
    • getApp

      App getApp()
    • getCurrentUserLogin

      String getCurrentUserLogin()
    • getCurrentUser

      UserPrincipal getCurrentUser()
    • getColumnFields

      Collection<FieldInterfaced> getColumnFields(Class targetType)
    • 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(FieldInterfaced field, Method m, Set selection)
    • open

      void open(Method m, Set selection)
    • open

      void open(Method m, Object result)
    • getPendingSelection

      Set getPendingSelection()
    • setPendingSelection

      void setPendingSelection(Set selecion)
    • getPendingResult

      Object getPendingResult()
    • setPendingResult

      void setPendingResult(Object result)
    • updateSession

      void updateSession()
    • getSelectedRows

      Set getSelectedRows()