IlvObject | +--IlvPanel
IlvHTMLPanel
or IlvURLPanel
,
instead.Constructor Attributes | Constructor Name and Description |
---|---|
IlvPanel(left, top, width, height)
|
Method Attributes | Method Name and Description |
---|---|
dispose()
Disposes of all resources being used by the panel.
|
|
Returns the bounds of this
IlvPanel . |
|
getClip()
Returns the clip of this
IlvPanel . |
|
Returns the mouse cursor that is displayed when the mouse is over this panel.
|
|
Returns the height of this
IlvPanel . |
|
getLeft()
Returns the position of the left border of this
IlvPanel . |
|
Returns the object that catches each mouse event sent by the browser to
this panel.
|
|
Returns the scroll of this
IlvPanel . |
|
getTop()
Returns the position of the top border of this
IlvPanel . |
|
getWidth()
Returns the width of this
IlvPanel . |
|
Returns the 'z' coordinate of the panel.
|
|
Returns the visibility of this
IlvPanel . |
|
setBackgroundColor(color)
Sets the background color of this
IlvPanel . |
|
setBackgroundImage(image)
Sets the background image of this
IlvPanel . |
|
setBounds(left, top, width, height)
Reshapes this
IlvPanel . |
|
setClip(left, top, width, height)
Sets the clip of this panel.
|
|
setCursor(cursor)
Sets the mouse cursor that is displayed when the mouse is over this panel.
|
|
setLocation(left, top)
Moves this
IlvPanel to the specified location. |
|
setScrollPosition(x, Y)
Sets the scroll position of this
IlvPanel . |
|
setSize(width, height)
Sets the size of this
IlvPanel . |
|
setVisible(visible)
Sets the visibility of this
IlvPanel . |
|
setZIndex(the)
Set the 'z' coordinate of the panel.
|
|
translate(dx, dy)
Moves this
IlvPanel according to the specified amount of pixels. |
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
IlvObject.callDispose()
function on the onunload
event
of the page:
<body onunload="IlvObject.callDispose()">
IlvPanel
.
Note: You are not allowed to modify the object returned by this method.
To modify the bounds of a panel, use the setBounds
method.
left
, top
,
width
, and height
. These properties represent the bounds
of this IlvPanel
expressed in the coordinates of
the browser window.IlvPanel
.
Note: You are not allowed to modify the object returned by this method.
To modify the clip of a panel, use the setClip
method.
left
, top
,
width
, and height
.These properties represent the clip
of this panel expressed in the coordinates of the panel.IlvPanel
.
IlvPanel
.
onmouseover
, onmouseout
, onmousedown
,
onmouseup
, and onmousemove
.
Note: The way events are dispatched to the panels and the properties
of the mouse events are not independent of the browser.
Therefore, this method is not supposed to be used directly, but by the
view when an interactor is set to an IlvView
object.
As a consequence, we recommend that you use the view-interactor
architecture instead of using the object returned by this method directly.
IlvPanel
. Note: You are not allowed
to modify the object returned by this method. To modify the scroll position
of a panel, use the setScrollPosition
method.
x
and y
.IlvPanel
.
IlvPanel
.
IlvPanel
.
IlvPanel
.
Note: By default, a panel has no background color and is therefore
transparent.
IlvPanel
. The image is tiled
across the background of the panel. Note: By default, a panel has no
background image and is therefore transparent.
IlvPanel
.
This method is a shortcut for setLocation
and
setSize
.
IlvPanel
to the specified location.
IlvPanel
.
IlvPanel
.
Note: This method also resets the clip.
IlvPanel
.
IlvPanel
according to the specified amount of pixels.