GridHyperlink
Inheritance: java.lang.Object
public class GridHyperlink
Encapsulates the object that represents a hyperlink.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAddress() | Represents the address of a hyperlink. |
getAltText() | Gets Alternate text for the image link,please note this is an extension attribute and can not keep in excel file |
getArea() | Gets the range of hyperlink. |
getClass() | |
getCommand() | Returns or sets the self defined command value text for the specified hyperlink. |
getDiscardInput() | Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. |
getImageURL() | Gets 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 so it will change the value of TextToDisplay |
getScreenTip() | Returns or sets the ScreenTip text for the specified hyperlink. |
getTarget() | Gets web link target type,please note this is an extension attribute and can not keep in excel file |
getTextToDisplay() | Represents the text to be displayed for the specified hyperlink. |
hashCode() | |
notify() | |
notifyAll() | |
setAddress(String value) | Represents the address of a hyperlink. |
setAltText(String value) | Sets Alternate text for the image link,please note this is an extension attribute and can not keep in excel file |
setCommand(String value) | Returns or sets the self defined command value text for the specified hyperlink. |
setDiscardInput(boolean value) | Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. |
setImageURL(String value) | Sets 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 so it will change the value of TextToDisplay |
setScreenTip(String value) | Returns or sets the ScreenTip text for the specified hyperlink. |
setTarget(String value) | Sets web link target type,please note this is an extension attribute and can not keep in excel file |
setTextToDisplay(String value) | Represents the text to be displayed for the specified hyperlink. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAddress()
public String getAddress()
Represents the address of a hyperlink.
Returns: java.lang.String
getAltText()
public String getAltText()
Gets Alternate text for the image link,please note this is an extension attribute and can not keep in excel file
Returns: java.lang.String
getArea()
public GridCellArea getArea()
Gets the range of hyperlink.
Returns: GridCellArea
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCommand()
public String getCommand()
Returns or sets the self defined command value text for the specified hyperlink.
Returns: java.lang.String
getDiscardInput()
public boolean getDiscardInput()
Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. Could be used as an “undo” action.
Returns: boolean
getImageURL()
public String getImageURL()
Gets 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 so it will change the value of TextToDisplay
Returns: java.lang.String
getScreenTip()
public String getScreenTip()
Returns or sets the ScreenTip text for the specified hyperlink.
Returns: java.lang.String
getTarget()
public String getTarget()
Gets web link target type,please note this is an extension attribute and can not keep in excel file
Returns: java.lang.String
getTextToDisplay()
public String getTextToDisplay()
Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAddress(String value)
public void setAddress(String value)
Represents the address of a hyperlink.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setAltText(String value)
public void setAltText(String value)
Sets Alternate text for the image link,please note this is an extension attribute and can not keep in excel file
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCommand(String value)
public void setCommand(String value)
Returns or sets the self defined command value text for the specified hyperlink.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDiscardInput(boolean value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setImageURL(String value)
public void setImageURL(String value)
Sets 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 so it will change the value of TextToDisplay
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setScreenTip(String value)
public void setScreenTip(String value)
Returns or sets the ScreenTip text for the specified hyperlink.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTarget(String value)
public void setTarget(String value)
Sets web link target type,please note this is an extension attribute and can not keep in excel file
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTextToDisplay(String value)
public void setTextToDisplay(String value)
Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |