Get or Set Image URL for the link, there is no imageurl properties in hyperlink,
so actually use TextToDisplay to record this value ,TextToDisplay will be set to <img src=value >
so it will change the value of TextToDisplay
public java.lang.String getScreenTip() / public void setScreenTip(java.lang.String value)
Returns or sets the ScreenTip text for the specified hyperlink.
getTarget/setTarget
public java.lang.String getTarget() / public void setTarget(java.lang.String value)
Get or Set web link target type,please note this is an extension attribute and can not keep in excel file
getAltText/setAltText
public java.lang.String getAltText() / public void setAltText(java.lang.String value)
Get or Set Alternate text for the image link,please note this is an extension attribute and can not keep in excel file
getDiscardInput/setDiscardInput
public boolean getDiscardInput() / public void setDiscardInput(boolean value)
Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. Could be used as an "undo" action.
getImageURL/setImageURL
public java.lang.String getImageURL() / public void setImageURL(java.lang.String value)
Get or Set Image URL for the link, there is no imageurl properties in hyperlink,
so actually use TextToDisplay to record this value ,TextToDisplay will be set to <img src=value >
so it will change the value of TextToDisplay