Interface UICustomViewContext


  • public interface UICustomViewContext
    Provides information on custom view context.
    Since:
    6.1.0
    • Method Detail

      • getUserFavoriteViewKey

        UICustomViewKey getUserFavoriteViewKey​(AdaptationTable aTable)
        Returns the favorite view key for a given table
        Parameters:
        aTable - the table of the view.
      • getUserRecommendedViewKey

        UICustomViewKey getUserRecommendedViewKey​(AdaptationTable aTable)
        Returns the recommended view key for a given table
        Parameters:
        aTable - the table of the view.
      • getUserCurrentView

        UIView getUserCurrentView()
        Returns the currently applied view
      • getViewDefinition

        UIView getViewDefinition​(UICustomViewKey userViewKey)
        Returns the definition of the view Returns null in case of the default view
        Parameters:
        userViewKey - the key of the user view.