com.businessobjects.jsf.sdk.properties
Class ImagesProps

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.ImagesProps
All Implemented Interfaces:
java.io.Serializable

public class ImagesProps
extends java.lang.Object
implements java.io.Serializable

Contains properties for the images that are displayed in the Path component.

See Also:
Serialized Form

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

ImagesProps

public ImagesProps()
Method Detail

isVisible

public boolean isVisible()

Returns a value that indicates whether the image is visible.

Returns:
true if the image is visible, otherwise, false.

setVisible

public void setVisible(boolean visible)

Sets a value that indicates whether the image is visible.

Parameters:
visible - true to make the image visible, otherwise, false.

getHomeUrl

public java.lang.String getHomeUrl()

Gets the URL of the image to display for the home or root item in the Path component.

Returns:
An int that represents the button type.

setHomeUrl

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.

Parameters:
homeUrl - A String that represents the URL of the image to display for the home or root item in the Path component.