Package org.wicketstuff.jwicket
Class BgIframeBehavior
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IRequestListener,IComponentAwareHeaderContributor,IClusterable
public class BgIframeBehavior extends JQueryDurableAjaxBehavior
Sometimes a DOM element should be shown in front of other DOM elements but the z-index CSS property does not work in IE6: e.g. IE6 shows- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wicketstuff.jwicket.JQueryAjaxBehavior
JQueryAjaxBehavior.JsAjaxCallbackFunction, JQueryAjaxBehavior.JsBuilder, JQueryAjaxBehavior.JsFunction
-
-
Field Summary
Fields Modifier and Type Field Description static JQueryResourceReferencejQueryBgiframeJs-
Fields inherited from class org.wicketstuff.jwicket.JQueryDurableAjaxBehavior
rendered
-
Fields inherited from class org.wicketstuff.jwicket.JQueryAjaxBehavior
rawOptions
-
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
-
-
Constructor Summary
Constructors Constructor Description BgIframeBehavior()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JQueryAjaxBehavior.JsBuildergetJsBuilder()BgIframeBehaviorsetHeight(int value)BgIframeBehaviorsetHeight(String value)Sets the 'height' property for the BgIframeBehavior.BgIframeBehaviorsetLeft(int value)BgIframeBehaviorsetLeft(String value)Sets the 'left' property for the BgIframeBehavior.BgIframeBehaviorsetTop(int value)BgIframeBehaviorsetTop(String value)Sets the 'top' property for the BgIframeBehavior.BgIframeBehaviorsetWidth(int value)BgIframeBehaviorsetWidth(String value)Sets the 'width' property for the BgIframeBehavior.-
Methods inherited from class org.wicketstuff.jwicket.JQueryDurableAjaxBehavior
isAlreadyRendered, renderHead, setRestoreAfterRedraw, updateBehavior
-
Methods inherited from class org.wicketstuff.jwicket.JQueryAjaxBehavior
addCssResources, addUserProvidedResourceReferences, addUserProvidedResourceReferences, getUserProvidedResourceReferences, printParameters, printParameters, respond, setRawOptions
-
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes
-
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
-
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
-
-
-
Field Detail
-
jQueryBgiframeJs
public static final JQueryResourceReference jQueryBgiframeJs
-
-
Method Detail
-
setTop
public BgIframeBehavior setTop(String value)
Sets the 'top' property for the BgIframeBehavior. Please consult the bgiframe documentation at http://github.com/brandonaaron/bgiframe for a detailed description of this property.- Parameters:
value- the top property- Returns:
- this object
-
setTop
public BgIframeBehavior setTop(int value)
-
setLeft
public BgIframeBehavior setLeft(String value)
Sets the 'left' property for the BgIframeBehavior. Please consult the bgiframe documentation at http://github.com/brandonaaron/bgiframe for a detailed description of this property.- Parameters:
value- the top property- Returns:
- this object
-
setLeft
public BgIframeBehavior setLeft(int value)
-
setWidth
public BgIframeBehavior setWidth(String value)
Sets the 'width' property for the BgIframeBehavior. Please consult the bgiframe documentation at http://github.com/brandonaaron/bgiframe for a detailed description of this property.- Parameters:
value- the top property- Returns:
- this object
-
setWidth
public BgIframeBehavior setWidth(int value)
-
setHeight
public BgIframeBehavior setHeight(String value)
Sets the 'height' property for the BgIframeBehavior. Please consult the bgiframe documentation at http://github.com/brandonaaron/bgiframe for a detailed description of this property.- Parameters:
value- the top property- Returns:
- this object
-
setHeight
public BgIframeBehavior setHeight(int value)
-
getJsBuilder
protected JQueryAjaxBehavior.JsBuilder getJsBuilder()
- Specified by:
getJsBuilderin classJQueryDurableAjaxBehavior
-
-