| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvEmptyView
|
+--IlvResizableView
IlvResizableView is an extension of IlvEmptyView
that can be resized by the user if setResizable(true) is called. | Constructor Summary | |
|---|---|
IlvResizableView(left, top, width, height, namespace)
|
|
| Method Summary | |
|---|---|
getMaximumSize()
Returns the maximum size allowed for the view. |
|
getMinimumSize()
Returns the minimum size allowed for the view. |
|
isResizable(set)
Indicates whether this view can be resized. |
|
setChildrenBounds(left, top, width, height)
Changes the size of this view's children. |
|
setMaximumSize(width, height)
Sets the maximum size allowed for the view. |
|
setMinimumSize(width, height)
Sets the minimum size allowed for the view. |
|
setResizable(set)
Specifies whether this view can be resized. |
|
toHTML()
Creates the HTML for this component. |
|
| Constructor Detail |
IlvResizableView(left, top, width, height, namespace)
| Method Detail |
getMaximumSize()
width and
height.getMinimumSize()
width and
height.isResizable(set)
setChildrenBounds(left, top, width, height)
IlvResizableView's internal implementation and
is not a public API. left - The absolute x position of the view on the page.top - The absolute y position of the view on the page.width - The width of the view.height - The height of the view.setMaximumSize(width, height)
setMinimumSize(width, height)
setResizable(set)
toHTML()
childrenToHTML() instead. | Inherited Methods from IlvEmptyView |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |