Class AbstractViewAdapter

    • Constructor Detail

      • AbstractViewAdapter

        public AbstractViewAdapter()
      • AbstractViewAdapter

        public AbstractViewAdapter​(CGRect frame)
    • Method Detail

      • getContentFrameLayout

        public org.remoteui.client.ios.view.IosFrameLayout getContentFrameLayout()
      • getLayoutParams

        public android.view.WindowManager.LayoutParams getLayoutParams()
      • setInstantLayout

        public void setInstantLayout​(boolean instantLayout)
        Flag for enabling instantLayout when adapter is requested to layout itself
        Parameters:
        instantLayout - Flag for enabling instantLayout when adapter is requested to layout itself
      • setListMode

        public void setListMode​(boolean listMode)
      • execute

        public void execute​(org.remoteui.protocol.cmd.ViewCommand command)
      • getContentView

        public abstract android.view.View<UIView> getContentView()