
com.helger.html.jquery.IJQueryInvocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ph-html-jquery Show documentation
Show all versions of ph-html-jquery Show documentation
Java library encapsulate the dynamic creation of JQuery based JS
The newest version!
/**
* Copyright (C) 2014-2016 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.helger.html.jquery;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.helger.commons.annotation.Nonempty;
import com.helger.html.css.ICSSClassProvider;
import com.helger.html.jscode.JSFieldRef;
/**
* This file is generated - do NOT edit!
* @author com.helger.html.jquery.supplementary.main.Main_IJQueryInvocation
* @param Implementation type
*/
public interface IJQueryInvocation >
{
/**
* Invoke an arbitrary function on this jQuery object.
*
* @param sMethod
* The method to be invoked. May neither be null
nor
* empty.
* @return A new jQuery invocation object. Never null
.
*/
@Nonnull
THISTYPE jqinvoke (@Nonnull @Nonempty String sMethod);
/**
* Adds a CSSClassProvider selector as a string argument.
*
* @param aArgument
* value to be added as an argument
* @return this
*/
@Nonnull
THISTYPE arg (@Nullable ICSSClassProvider aArgument);
/**
* Adds a JQuery selector as a string argument.
*
* @param aArgument
* value to be added as an argument
* @return this
*/
@Nonnull
THISTYPE arg (@Nullable IJQuerySelector aArgument);
/**
* Adds a JQuery selector list as a string argument.
*
* @param aArgument
* value to be added as an argument
* @return this
*/
@Nonnull
THISTYPE arg (@Nullable JQuerySelectorList aArgument);
// Properties of jQuery Object Instances
/**
* @return The invocation of the jQuery function context()
* @since jQuery 1.3
* @deprecated Deprecated since jQuery 1.10
*/
@Deprecated
@Nonnull
JSFieldRef context ();
/**
* @return The invocation of the jQuery field jquery
*/
@Nonnull
JSFieldRef jquery ();
/**
* @return The invocation of the jQuery field length()
*/
@Nonnull
JSFieldRef length ();
/**
* @return The invocation of the jQuery function add()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE add ();
/**
* @return The invocation of the jQuery function addBack()
with return type jQuery
* @since jQuery 1.8
*/
@Nonnull
THISTYPE addBack ();
/**
* @return The invocation of the jQuery function addClass()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE addClass ();
/**
* @return The invocation of the jQuery function after()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE after ();
/**
* @return The invocation of the jQuery function ajaxComplete()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ajaxComplete ();
/**
* @return The invocation of the jQuery function ajaxError()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ajaxError ();
/**
* @return The invocation of the jQuery function ajaxSend()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ajaxSend ();
/**
* @return The invocation of the jQuery function ajaxStart()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ajaxStart ();
/**
* @return The invocation of the jQuery function ajaxStop()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ajaxStop ();
/**
* @return The invocation of the jQuery function ajaxSuccess()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ajaxSuccess ();
/**
* @return The invocation of the jQuery function andSelf()
with return type jQuery
* @deprecated Deprecated since jQuery 1.8
* @since jQuery 1.2
*/
@Deprecated
@Nonnull
THISTYPE andSelf ();
/**
* @return The invocation of the jQuery function animate()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE animate ();
/**
* @return The invocation of the jQuery function append()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE append ();
/**
* @return The invocation of the jQuery function appendTo()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE appendTo ();
/**
* @return The invocation of the jQuery function attr()
with return type String or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE attr ();
/**
* @return The invocation of the jQuery function before()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE before ();
/**
* @return The invocation of the jQuery function bind()
with return type jQuery
* @deprecated Deprecated since jQuery 3
* @since jQuery 1
*/
@Deprecated
@Nonnull
THISTYPE bind ();
/**
* @return The invocation of the jQuery function blur()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE blur ();
/**
* @return The invocation of the jQuery callbacks function add()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_add ();
/**
* @return The invocation of the jQuery callbacks function disable()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_disable ();
/**
* @return The invocation of the jQuery callbacks function disabled()
with return type Boolean
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_disabled ();
/**
* @return The invocation of the jQuery callbacks function empty()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_empty ();
/**
* @return The invocation of the jQuery callbacks function fire()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_fire ();
/**
* @return The invocation of the jQuery callbacks function fireWith()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_fireWith ();
/**
* @return The invocation of the jQuery callbacks function fired()
with return type Boolean
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_fired ();
/**
* @return The invocation of the jQuery callbacks function has()
with return type Boolean
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_has ();
/**
* @return The invocation of the jQuery callbacks function lock()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_lock ();
/**
* @return The invocation of the jQuery callbacks function locked()
with return type Boolean
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_locked ();
/**
* @return The invocation of the jQuery callbacks function remove()
with return type Callbacks
* @since jQuery 1.7
*/
@Nonnull
THISTYPE callbacks_remove ();
/**
* @return The invocation of the jQuery function change()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE change ();
/**
* @return The invocation of the jQuery function children()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE children ();
/**
* @return The invocation of the jQuery function clearQueue()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE clearQueue ();
/**
* @return The invocation of the jQuery function click()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE click ();
/**
* @return The invocation of the jQuery function clone()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE _clone ();
/**
* Certain versions of this method are deprecated since jQuery 1.7
* @return The invocation of the jQuery function closest()
with return type jQuery or Array
* @since jQuery 1.3
*/
@Nonnull
THISTYPE closest ();
/**
* @return The invocation of the jQuery function contents()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE contents ();
/**
* @return The invocation of the jQuery function contextmenu()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE contextmenu ();
/**
* @return The invocation of the jQuery function css()
with return type String or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE css ();
/**
* @return The invocation of the jQuery function data()
with return type jQuery or Object
* @since jQuery 1.2.3
*/
@Nonnull
THISTYPE data ();
/**
* @return The invocation of the jQuery function dblclick()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE dblclick ();
/**
* @return The invocation of the jQuery deferred function always()
with return type Deferred
* @since jQuery 1.6
*/
@Nonnull
THISTYPE deferred_always ();
/**
* @return The invocation of the jQuery deferred function done()
with return type Deferred
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_done ();
/**
* @return The invocation of the jQuery deferred function fail()
with return type Deferred
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_fail ();
/**
* @return The invocation of the jQuery deferred function isRejected()
with return type Boolean
* @deprecated Deprecated since jQuery 1.7
* @since jQuery 1.5
*/
@Deprecated
@Nonnull
THISTYPE deferred_isRejected ();
/**
* @return The invocation of the jQuery deferred function isResolved()
with return type Boolean
* @deprecated Deprecated since jQuery 1.7
* @since jQuery 1.5
*/
@Deprecated
@Nonnull
THISTYPE deferred_isResolved ();
/**
* @return The invocation of the jQuery deferred function notify()
with return type Deferred
* @since jQuery 1.7
*/
@Nonnull
THISTYPE deferred_notify ();
/**
* @return The invocation of the jQuery deferred function notifyWith()
with return type Deferred
* @since jQuery 1.7
*/
@Nonnull
THISTYPE deferred_notifyWith ();
/**
* @return The invocation of the jQuery deferred function pipe()
with return type Promise
* @deprecated Deprecated since jQuery 1.8
* @since jQuery 1.6
*/
@Deprecated
@Nonnull
THISTYPE deferred_pipe ();
/**
* @return The invocation of the jQuery deferred function progress()
with return type Deferred
* @since jQuery 1.7
*/
@Nonnull
THISTYPE deferred_progress ();
/**
* @return The invocation of the jQuery deferred function promise()
with return type Promise
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_promise ();
/**
* @return The invocation of the jQuery deferred function reject()
with return type Deferred
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_reject ();
/**
* @return The invocation of the jQuery deferred function rejectWith()
with return type Deferred
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_rejectWith ();
/**
* @return The invocation of the jQuery deferred function resolve()
with return type Deferred
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_resolve ();
/**
* @return The invocation of the jQuery deferred function resolveWith()
with return type Deferred
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_resolveWith ();
/**
* @return The invocation of the jQuery deferred function state()
with return type String
* @since jQuery 1.7
*/
@Nonnull
THISTYPE deferred_state ();
/**
* @return The invocation of the jQuery deferred function then()
with return type Promise
* @since jQuery 1.5
*/
@Nonnull
THISTYPE deferred_then ();
/**
* @return The invocation of the jQuery function delay()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE delay ();
/**
* @return The invocation of the jQuery function delegate()
with return type jQuery
* @deprecated Deprecated since jQuery 3
* @since jQuery 1.4.2
*/
@Deprecated
@Nonnull
THISTYPE delegate ();
/**
* @return The invocation of the jQuery function dequeue()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE dequeue ();
/**
* @return The invocation of the jQuery function detach()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE detach ();
/**
* @return The invocation of the jQuery function die()
with return type jQuery
* @deprecated Deprecated since jQuery 1.7
* @since jQuery 1.3
*/
@Deprecated
@Nonnull
THISTYPE die ();
/**
* @return The invocation of the jQuery function each()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE each ();
/**
* @return The invocation of the jQuery function empty()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE empty ();
/**
* @return The invocation of the jQuery function end()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE end ();
/**
* @return The invocation of the jQuery function eq()
with return type jQuery
* @since jQuery 1.1.2
*/
@Nonnull
THISTYPE _eq ();
/**
* @return The invocation of the jQuery function error()
with return type jQuery
* @deprecated Deprecated since jQuery 1.8
* @since jQuery 1
*/
@Deprecated
@Nonnull
THISTYPE error ();
/**
* @return The invocation of the jQuery event function isDefaultPrevented()
with return type Boolean
* @since jQuery 1.3
*/
@Nonnull
THISTYPE event_isDefaultPrevented ();
/**
* @return The invocation of the jQuery event function isImmediatePropagationStopped()
with return type Boolean
* @since jQuery 1.3
*/
@Nonnull
THISTYPE event_isImmediatePropagationStopped ();
/**
* @return The invocation of the jQuery event function isPropagationStopped()
with return type Boolean
* @since jQuery 1.3
*/
@Nonnull
THISTYPE event_isPropagationStopped ();
/**
* @return The invocation of the jQuery event function preventDefault()
with return type undefined
* @since jQuery 1
*/
@Nonnull
THISTYPE event_preventDefault ();
/**
* @return The invocation of the jQuery event function stopImmediatePropagation()
with return type void
* @since jQuery 1.3
*/
@Nonnull
THISTYPE event_stopImmediatePropagation ();
/**
* @return The invocation of the jQuery event function stopPropagation()
with return type void
* @since jQuery 1
*/
@Nonnull
THISTYPE event_stopPropagation ();
/**
* @return The invocation of the jQuery function fadeIn()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE fadeIn ();
/**
* @return The invocation of the jQuery function fadeOut()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE fadeOut ();
/**
* @return The invocation of the jQuery function fadeTo()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE fadeTo ();
/**
* @return The invocation of the jQuery function fadeToggle()
with return type jQuery
* @since jQuery 1.4.4
*/
@Nonnull
THISTYPE fadeToggle ();
/**
* @return The invocation of the jQuery function filter()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE filter ();
/**
* @return The invocation of the jQuery function find()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE find ();
/**
* @return The invocation of the jQuery function finish()
with return type jQuery
* @since jQuery 1.9
*/
@Nonnull
THISTYPE finish ();
/**
* @return The invocation of the jQuery function first()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE first ();
/**
* @return The invocation of the jQuery function focus()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE focus ();
/**
* @return The invocation of the jQuery function focusin()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE focusin ();
/**
* @return The invocation of the jQuery function focusout()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE focusout ();
/**
* @return The invocation of the jQuery function get()
with return type Element or Array
* @since jQuery 1
*/
@Nonnull
THISTYPE get ();
/**
* @return The invocation of the jQuery function has()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE has ();
/**
* @return The invocation of the jQuery function hasClass()
with return type Boolean
* @since jQuery 1.2
*/
@Nonnull
THISTYPE hasClass ();
/**
* @return The invocation of the jQuery function height()
with return type Number or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE height ();
/**
* @return The invocation of the jQuery function hide()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE hide ();
/**
* @return The invocation of the jQuery function hover()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE hover ();
/**
* @return The invocation of the jQuery function html()
with return type String or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE html ();
/**
* @return The invocation of the jQuery function index()
with return type Integer
* @since jQuery 1
*/
@Nonnull
THISTYPE index ();
/**
* @return The invocation of the jQuery function innerHeight()
with return type Number or jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE innerHeight ();
/**
* @return The invocation of the jQuery function innerWidth()
with return type Number or jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE innerWidth ();
/**
* @return The invocation of the jQuery function insertAfter()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE insertAfter ();
/**
* @return The invocation of the jQuery function insertBefore()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE insertBefore ();
/**
* @return The invocation of the jQuery function is()
with return type Boolean
* @since jQuery 1
*/
@Nonnull
THISTYPE is ();
/**
* @return The invocation of the jQuery function keydown()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE keydown ();
/**
* @return The invocation of the jQuery function keypress()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE keypress ();
/**
* @return The invocation of the jQuery function keyup()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE keyup ();
/**
* @return The invocation of the jQuery function last()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE last ();
/**
* @return The invocation of the jQuery function live()
with return type jQuery
* @deprecated Deprecated since jQuery 1.7
* @since jQuery 1.3
*/
@Deprecated
@Nonnull
THISTYPE live ();
/**
* Certain versions of this method are deprecated since jQuery 1.8
* @return The invocation of the jQuery function load()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE load ();
/**
* @return The invocation of the jQuery function map()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE map ();
/**
* @return The invocation of the jQuery function mousedown()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mousedown ();
/**
* @return The invocation of the jQuery function mouseenter()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mouseenter ();
/**
* @return The invocation of the jQuery function mouseleave()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mouseleave ();
/**
* @return The invocation of the jQuery function mousemove()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mousemove ();
/**
* @return The invocation of the jQuery function mouseout()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mouseout ();
/**
* @return The invocation of the jQuery function mouseover()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mouseover ();
/**
* @return The invocation of the jQuery function mouseup()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE mouseup ();
/**
* @return The invocation of the jQuery function next()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE next ();
/**
* @return The invocation of the jQuery function nextAll()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE nextAll ();
/**
* @return The invocation of the jQuery function nextUntil()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE nextUntil ();
/**
* @return The invocation of the jQuery function not()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE _not ();
/**
* @return The invocation of the jQuery function off()
with return type jQuery
* @since jQuery 1.7
*/
@Nonnull
THISTYPE off ();
/**
* @return The invocation of the jQuery function offset()
with return type Object or jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE offset ();
/**
* @return The invocation of the jQuery function offsetParent()
with return type jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE offsetParent ();
/**
* @return The invocation of the jQuery function on()
with return type jQuery
* @since jQuery 1.7
*/
@Nonnull
THISTYPE on ();
/**
* @return The invocation of the jQuery function one()
with return type jQuery
* @since jQuery 1.1
*/
@Nonnull
THISTYPE one ();
/**
* @return The invocation of the jQuery function outerHeight()
with return type Number or jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE outerHeight ();
/**
* @return The invocation of the jQuery function outerWidth()
with return type Number or jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE outerWidth ();
/**
* @return The invocation of the jQuery function parent()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE parent ();
/**
* @return The invocation of the jQuery function parents()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE parents ();
/**
* @return The invocation of the jQuery function parentsUntil()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE parentsUntil ();
/**
* @return The invocation of the jQuery function position()
with return type Object
* @since jQuery 1.2
*/
@Nonnull
THISTYPE position ();
/**
* @return The invocation of the jQuery function prepend()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE prepend ();
/**
* @return The invocation of the jQuery function prependTo()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE prependTo ();
/**
* @return The invocation of the jQuery function prev()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE prev ();
/**
* @return The invocation of the jQuery function prevAll()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE prevAll ();
/**
* @return The invocation of the jQuery function prevUntil()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE prevUntil ();
/**
* @return The invocation of the jQuery function promise()
with return type Promise
* @since jQuery 1.6
*/
@Nonnull
THISTYPE promise ();
/**
* @return The invocation of the jQuery function prop()
with return type void or jQuery
* @since jQuery 1.6
*/
@Nonnull
THISTYPE prop ();
/**
* @return The invocation of the jQuery function pushStack()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE pushStack ();
/**
* @return The invocation of the jQuery function queue()
with return type Array or jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE queue ();
/**
* @return The invocation of the jQuery function ready()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE ready ();
/**
* @return The invocation of the jQuery function remove()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE remove ();
/**
* @return The invocation of the jQuery function removeAttr()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE removeAttr ();
/**
* @return The invocation of the jQuery function removeClass()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE removeClass ();
/**
* @return The invocation of the jQuery function removeData()
with return type jQuery
* @since jQuery 1.2.3
*/
@Nonnull
THISTYPE removeData ();
/**
* @return The invocation of the jQuery function removeProp()
with return type jQuery
* @since jQuery 1.6
*/
@Nonnull
THISTYPE removeProp ();
/**
* @return The invocation of the jQuery function replaceAll()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE replaceAll ();
/**
* @return The invocation of the jQuery function replaceWith()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE replaceWith ();
/**
* @return The invocation of the jQuery function resize()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE resize ();
/**
* @return The invocation of the jQuery function scroll()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE scroll ();
/**
* @return The invocation of the jQuery function scrollLeft()
with return type Integer or jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE scrollLeft ();
/**
* @return The invocation of the jQuery function scrollTop()
with return type Number or jQuery
* @since jQuery 1.2.6
*/
@Nonnull
THISTYPE scrollTop ();
/**
* @return The invocation of the jQuery function select()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE select ();
/**
* @return The invocation of the jQuery function serialize()
with return type String
* @since jQuery 1
*/
@Nonnull
THISTYPE serialize ();
/**
* @return The invocation of the jQuery function serializeArray()
with return type Array
* @since jQuery 1.2
*/
@Nonnull
THISTYPE serializeArray ();
/**
* @return The invocation of the jQuery function show()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE show ();
/**
* @return The invocation of the jQuery function siblings()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE siblings ();
/**
* @return The invocation of the jQuery function size()
with return type Integer
* @deprecated Deprecated since jQuery 1.8
* @since jQuery 1
*/
@Deprecated
@Nonnull
THISTYPE size ();
/**
* @return The invocation of the jQuery function slice()
with return type jQuery
* @since jQuery 1.1.4
*/
@Nonnull
THISTYPE slice ();
/**
* @return The invocation of the jQuery function slideDown()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE slideDown ();
/**
* @return The invocation of the jQuery function slideToggle()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE slideToggle ();
/**
* @return The invocation of the jQuery function slideUp()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE slideUp ();
/**
* @return The invocation of the jQuery function stop()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE stop ();
/**
* @return The invocation of the jQuery function submit()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE submit ();
/**
* @return The invocation of the jQuery function text()
with return type String or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE text ();
/**
* @return The invocation of the jQuery function toArray()
with return type Array
* @since jQuery 1.4
*/
@Nonnull
THISTYPE toArray ();
/**
* Certain versions of this method are deprecated since jQuery 1.8
* @return The invocation of the jQuery function toggle()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE toggle ();
/**
* Certain versions of this method are deprecated since jQuery 3
* @return The invocation of the jQuery function toggleClass()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE toggleClass ();
/**
* @return The invocation of the jQuery function trigger()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE trigger ();
/**
* @return The invocation of the jQuery function triggerHandler()
with return type Object
* @since jQuery 1.2
*/
@Nonnull
THISTYPE triggerHandler ();
/**
* @return The invocation of the jQuery function unbind()
with return type jQuery
* @deprecated Deprecated since jQuery 3
* @since jQuery 1
*/
@Deprecated
@Nonnull
THISTYPE unbind ();
/**
* @return The invocation of the jQuery function undelegate()
with return type jQuery
* @deprecated Deprecated since jQuery 3
* @since jQuery 1.4.2
*/
@Deprecated
@Nonnull
THISTYPE undelegate ();
/**
* @return The invocation of the jQuery function unload()
with return type jQuery
* @deprecated Deprecated since jQuery 1.8
* @since jQuery 1
*/
@Deprecated
@Nonnull
THISTYPE unload ();
/**
* @return The invocation of the jQuery function unwrap()
with return type jQuery
* @since jQuery 1.4
*/
@Nonnull
THISTYPE unwrap ();
/**
* @return The invocation of the jQuery function val()
with return type void or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE val ();
/**
* @return The invocation of the jQuery function width()
with return type Number or jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE width ();
/**
* @return The invocation of the jQuery function wrap()
with return type jQuery
* @since jQuery 1
*/
@Nonnull
THISTYPE wrap ();
/**
* @return The invocation of the jQuery function wrapAll()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE wrapAll ();
/**
* @return The invocation of the jQuery function wrapInner()
with return type jQuery
* @since jQuery 1.2
*/
@Nonnull
THISTYPE wrapInner ();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy