Interface UIContext


public interface UIContext
UI 操作類,主要用於界面渲染時存放組件和綁定屬性
  • Method Details

    • pattern

      指定一個 pattern 進行操作
      Parameters:
      pattern - pattern
      Returns:
      this
    • factory

      <T extends ComponentFactory<T>> T factory(Class<T> factoryCls)
      獲取已注冊的組件工廠
      Type Parameters:
      T - 工廠類
      Parameters:
      factoryCls - 組件工廠類,必須為 interface
      Returns:
      指定組件工廠