|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.ImagesProps
Contains properties for the images that are displayed in the Path
component.
Constructor Summary | |
ImagesProps()
|
Method Summary | |
java.lang.String |
getHomeUrl()
Gets the URL of the image to display for the home or root item in the Path component.
|
boolean |
isVisible()
Returns a value that indicates whether the image is visible. |
void |
setHomeUrl(java.lang.String homeUrl)
Sets the URL of the image to display for the home or root item in the Path component.
|
void |
setVisible(boolean visible)
Sets a value that indicates whether the image is visible. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImagesProps()
Method Detail |
public boolean isVisible()
Returns a value that indicates whether the image is visible.
true
if the image is visible, otherwise, false
.public void setVisible(boolean visible)
Sets a value that indicates whether the image is visible.
visible
- true
to make the image visible, otherwise, false
.public java.lang.String getHomeUrl()
Gets the URL of the image to display for the home or root item in the Path
component.
int
that represents the button type.public void setHomeUrl(java.lang.String homeUrl)
Sets the URL of the image to display for the home or root item in the Path
component.
homeUrl
- A String
that represents the URL of the image to display for the home or root item in the Path
component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |