public class ResizeBehaviour extends JQueryBehavior
INTERFACE_JS, JQUERY_BGIFRAME_JS, JQUERY_DEBUG_JS, JQUERY_REGEXP, JQUERY_UI_JS| Constructor and Description |
|---|
ResizeBehaviour() |
ResizeBehaviour(ResizeOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected CharSequence |
getOnReadyScript()
to be override by subclass if need to run script when dom is ready.
|
void |
onResizeStop(org.apache.wicket.ajax.AjaxRequestTarget target,
int height,
int width) |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target) |
protected void |
updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) |
getIncludeJQueryJS, loggerfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindpublic ResizeBehaviour()
public ResizeBehaviour(ResizeOptions options)
protected CharSequence getOnReadyScript()
JQueryBehaviorgetOnReadyScript in class JQueryBehaviorprotected void updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes)
updateAjaxAttributes in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorpublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class JQueryBehaviorprotected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond in class JQueryBehaviorpublic void onResizeStop(org.apache.wicket.ajax.AjaxRequestTarget target,
int height,
int width)
Copyright © 2015. All rights reserved.