| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvSizedViewProxy
|
+--IlvBasicViewProxy
IlvBasicViewProxy class is the base proxy class
for the DHTML components that have a view. | Constructor Summary | |
|---|---|
IlvBasicViewProxy(clientId)
|
|
| Method Summary | |
|---|---|
getImageFormat(imageFormat)
Returns the image format that will be emitted by the servlet that generates the image. |
|
getMessageBox(messageBox)
Returns the message box of the view. |
|
getServletClass()
Returns the class of the servlet that generates the image that will be instantiated, if needed, by the controller servlet. |
|
getServletURL()
Returns the URL of the servlet that generates the image. |
|
getWaitingImage(waitingImage)
Returns the image path to the waiting image. |
|
init()
Calls the init method of the underlying JViews DHTML object. |
|
setImageFormat(imageFormat)
Sets the format of the image that will be emitted by the image generation servlet. |
|
setMessageBox(messageBox)
Sets the message box of the view. |
|
setServletClass(servletClass)
Sets the class of the servlet that generates the image that will be instantiated, if needed, by the controller servlet. |
|
setServletURL(servletURL)
Sets the URL of the servlet that generates the image. |
|
setWaitingImage(waitingImage)
Sets the path to the image that will be displayed while the component is in the loading state. |
|
| Constructor Detail |
IlvBasicViewProxy(clientId)
| Method Detail |
getImageFormat(imageFormat)
getMessageBox(messageBox)
getServletClass()
getServletURL()
getWaitingImage(waitingImage)
init()
init method of the underlying JViews DHTML object. setImageFormat(imageFormat)
JPEG and PNG. imageFormat - The image format to query.setMessageBox(messageBox)
messageBox - The message box to set.setServletClass(servletClass)
servletClass - The class of the servlet that generates the image.setServletURL(servletURL)
servletURL - The URL of the servlet that generates the image.setWaitingImage(waitingImage)
waitingImage - The waiting image URL.| Inherited Methods from IlvSizedViewProxy |
| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |