Class IlvDynPanel
IlvObject
|
+--IlvPanel
|
+--IlvDynPanel
- Category:
- Common component
- JavaScript File:
-
IlvUtil.js
- Description:
- This class is a subclass of
IlvPanel
that can be created
dynamically (ie without calling to toHTML
).
- Since:
- JViews 7.5
Constructor Summary
Constructor Attributes |
Constructor Name and Description |
|
|
Methods inherited from class IlvPaneldispose, getBounds, getClip, getCursor, getHeight, getLeft, getMouseEventSource, getScrollPosition, getTop, getWidth, getZIndex, isVisible, setBackgroundColor, setBackgroundImage, setBounds, setClip, setCursor, setLocation, setScrollPosition, setSize, setVisible, setZIndex, translate |
Methods inherited from class IlvObjectgetClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
Constructor Detail
IlvDynPanel
IlvDynPanel(parentNode)
- Parameters:
-
parentNode
- Creates the panel as a child of this node. If this node is
null
the panel will be created in the body.
If the body is used, the page must has been loaded.
©Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.