|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvDHTMLHelper
This interface defines a view component with a set of DHTML specific properties.
| Field Summary |
|---|
| Method Summary | |
|---|---|
String |
getImageFormat()
Returns the desired format of the image generated by the servlet. |
String |
getServlet()
Returns the servlet that will generate the image displayed by the view. |
String |
getServletClass()
|
String |
getServletURL()
|
String |
getWaitingImage()
Returns the path to the image displayed when the view loads the image. |
void |
restoreState(FacesContext context,
Object state)
Restores the state of this component from the state parameter. |
Object |
saveState(FacesContext context)
Returns the state of this component. |
void |
setImageFormat(String imageFormat)
Sets the desired format of the image generated by the servlet. |
void |
setServlet(String servlet)
Sets the servlet that will generate the image displayed by the view. |
void |
setServletClass(String servletClass)
|
void |
setServletURL(String servletURL)
|
void |
setValue(Object value)
Sets the servlet that will generate the image displayed by the view. |
void |
setWaitingImage(String waitingImage)
Sets the path of the image displayed when the view loads the image. |
void |
updateModel(FacesContext context)
Updates the referenced values with the local values of the component if these values were updated from the client. |
| Method Detail |
|---|
void setServlet(String servlet)
setValue.
The servlet parameter could be a URL to the servlet or a fully qualified
servlet class that will be instantiated to generate the image.
servlet - The image generating servlet.String getServlet()
void setValue(Object value)
value - The image generating servlet.void setServletClass(String servletClass)
String getServletClass()
void setServletURL(String servletURL)
String getServletURL()
String getImageFormat()
String getWaitingImage()
void setImageFormat(String imageFormat)
imageFormat - The desired image format of the image displayed by the view.void setWaitingImage(String waitingImage)
waitingImage - The path of the image displayed when the view loads the image.void updateModel(FacesContext context)
context - The current faces context.Object saveState(FacesContext context)
context - The current faces context.
void restoreState(FacesContext context,
Object state)
context - The current faces context.state - The previously saved state of this component.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||