Class JSNativePlugin

    • Field Detail

      • obj

        protected com.google.gwt.core.client.JavaScriptObject obj
      • element

        protected com.google.gwt.user.client.Element element
    • Constructor Detail

      • JSNativePlugin

        public JSNativePlugin()
    • Method Detail

      • hasTemplate

        public static boolean hasTemplate​(com.google.gwt.core.client.JavaScriptObject obj)
      • hasMethod

        public static boolean hasMethod​(com.google.gwt.core.client.JavaScriptObject obj,
                                        String methodName)
      • hasStringProperty

        public static boolean hasStringProperty​(com.google.gwt.core.client.JavaScriptObject obj,
                                                String propertyName)
      • hasIntProperty

        public static boolean hasIntProperty​(com.google.gwt.core.client.JavaScriptObject obj,
                                             String propertyName)
      • hasBooleanProperty

        public static boolean hasBooleanProperty​(com.google.gwt.core.client.JavaScriptObject obj,
                                                 String propertyName)
      • hasArrayProperty

        public static boolean hasArrayProperty​(com.google.gwt.core.client.JavaScriptObject obj,
                                               String propertyName)
      • build

        public void build​(com.google.gwt.core.client.JavaScriptObject obj)
      • getId

        public String getId()
      • getPriority

        public String getPriority()
      • getElement

        public com.google.gwt.user.client.Element getElement()
      • getContextId

        public String getContextId()
      • getTitle

        public String getTitle()
      • getType

        public String getType()
      • onOpen

        public void onOpen()
      • onOpen

        public void onOpen​(String URI)
      • onClose

        public void onClose()
      • onFocus

        public void onFocus()
      • onLostFocus

        public void onLostFocus()
      • onMayClose

        public boolean onMayClose()
      • buildElement

        protected void buildElement()
      • onStartup

        public void onStartup​(String URI)
      • onStartup

        public void onStartup​(org.uberfire.mvp.PlaceRequest place)
      • onShutdown

        public void onShutdown()