Class JQueryUIBehavior

    • Constructor Detail

      • JQueryUIBehavior

        public JQueryUIBehavior​(String selector,
                                String method)
        Constructor
        Parameters:
        selector - the html selector (ie: "#myId")
        method - the kendo-ui method
      • JQueryUIBehavior

        public JQueryUIBehavior​(String selector,
                                String method,
                                com.googlecode.wicket.jquery.core.Options options)
        Constructor
        Parameters:
        selector - the html selector (ie: "#myId")
        method - the kendo-ui method
        options - the Options
    • Method Detail

      • widget

        public String widget()
        Gets the jQuery UI object
        Returns:
        the jQuery UI object (if exists, 'undefined' otherwise)
      • widget

        protected String widget​(String method)
        Gets the jQuery UI object
        Parameters:
        method - the jQuery UI method
        Returns:
        the jQuery UI object (if exists, 'undefined' otherwise)
      • widget

        public static String widget​(String selector,
                                    String method)
        Gets the jQuery UI widget
        Parameters:
        selector - the widget selector
        method - the jQuery UI method
        Returns:
        the jQuery object
      • widget

        public static String widget​(Component component,
                                    String method)
        Gets the jQuery UI widget
        Parameters:
        component - the Component
        method - the jQuery UI method
        Returns:
        the jQuery object
      • onConfigure

        public void onConfigure​(Component component)
        Overrides:
        onConfigure in class com.googlecode.wicket.jquery.core.JQueryBehavior