| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvSizedViewProxy
|
+--IlvImageButtonProxy
IlvDHTMLImageButton component.grouped, the wrapped instance is an
IlvGroupedButton or an IlvToggleButton otherwise. | Constructor Summary | |
|---|---|
IlvImageButtonProxy(clientId, refNodeId, grouped)
|
|
| Method Summary | |
|---|---|
doClick()
Simulates a mouse click on the button. This method can be useful when the button is in a button group. |
|
getCursor()
Returns the mouse cursor that is displayed when the mouse is over this panel. |
|
getDoActionOnBGDeselect()
Returns whether the button should execute its action when it's deselected by its button group. |
|
getImage()
Returns the image that represents the button when the button is in normal state. |
|
getMessage()
Returns the message displayed by the attached message box, if any, when the cursor is on this button. |
|
getMessageBox()
Sets the message box of the button. |
|
getOnclick()
Returns the onclick action of the button. |
|
getRolloverImage()
Returns the image that represents the button when the cursor is on the button. |
|
getSelectedImage()
Returns the image that represents the button when the button is in selected state. |
|
getTitle()
Returns the title of the button. |
|
isEnabled()
Returns the enabled state of this button. |
|
isSelected()
Returns the selection state of this button. |
|
isToggle()
Returns true if this button is a toggle button, false otherwise. |
|
setCursor(cursor)
Sets the mouse cursor that is displayed when the mouse is over this button. |
|
setDoActionOnBGDeselect(doActionOnBGDeselect)
Sets whether the button should execute its action when it's deselected by its button group. |
|
setEnabled(enabled)
Sets the enable state. |
|
setImage(image)
Sets the image that represents the button when the button is in normal state. |
|
setMessage(message)
The message displayed by the attached message box, if any, when the cursor is on this button. |
|
setMessageBox(messageBox)
Sets the message box of the button. |
|
setOnclick(onclick)
Sets the onclick action of the button. |
|
setRolloverImage(image)
Sets the image that represents the button when the cursor is on the button. |
|
setSelected(selected)
Sets the selection state. |
|
setSelectedImage(image)
Sets the image that represents the button when the button is in selected state. |
|
setTitle(title)
The title of the button. |
|
setToggle(toggle)
Defines whether this button is a toggle button. |
|
| Constructor Detail |
IlvImageButtonProxy(clientId, refNodeId, grouped)
| Method Detail |
doClick()
getCursor()
getDoActionOnBGDeselect()
getImage()
getMessage()
getMessageBox()
getOnclick()
getRolloverImage()
getSelectedImage()
getTitle()
isEnabled()
isSelected()
isToggle()
true if this button is a toggle button, false otherwise. true if this button is a toggle button, false otherwise.setCursor(cursor)
cursor - A string representing the cursor type according to the
specifications of the Cascading Style Sheets (CSSs).setDoActionOnBGDeselect(doActionOnBGDeselect)
doActionOnBGDeselect - The doActionOnBGDeselect to set.
setEnabled(enabled)
enabled - Whether this button is enable or notsetImage(image)
image - The image URL to set.setMessage(message)
message - The message to display.setMessageBox(messageBox)
messageBox - The message box.setOnclick(onclick)
onclick - The onclick action to be set on this button.setRolloverImage(image)
image - The image URL to set.setSelected(selected)
selected - The selection state of this button.setSelectedImage(image)
image - The image URL to set.setTitle(title)
title - The title to set.setToggle(toggle)
toggle - true if this button is a toggle button, false otherwise.| Inherited Methods from IlvSizedViewProxy |
| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |