Method Details |
getCausesValidation
public boolean getCausesValidation |
() |
Output |
boolean
| whether postback event trigger by this button will cause input validation |
Exception |
|
getCommandName
public string getCommandName |
() |
Output |
string
| the command name associated with the OnCommand event. |
Exception |
|
getCommandParameter
public string getCommandParameter |
() |
Output |
string
| the parameter associated with the OnCommand event |
Exception |
|
getIsDefaultButton
public boolean getIsDefaultButton |
() |
Output |
boolean
| true if this button is registered as a default button for a panel. |
Exception |
|
getText
Output |
string
| caption of the button |
Exception |
|
getValidationGroup
public string getValidationGroup |
() |
Output |
string
| the group of validators which the button causes validation upon postback |
Exception |
|
onClick
Raises OnClick event.
Input |
TEventParameter | $param | event parameter to be passed to the event handlers |
Output |
Exception |
|
onCommand
Raises OnCommand event.
|
setCausesValidation
public void setCausesValidation |
(boolean $value ) |
Input |
boolean | $value | whether postback event trigger by this button will cause input validation |
Output |
Exception |
|
setCommandName
public void setCommandName |
(string $value ) |
Input |
string | $value | the command name associated with the OnCommand event. |
Output |
Exception |
|
setCommandParameter
public void setCommandParameter |
(string $value ) |
Input |
string | $value | the parameter associated with the OnCommand event. |
Output |
Exception |
|
setIsDefaultButton
public void setIsDefaultButton |
(boolean $value ) |
Input |
boolean | $value | set by a panel to register this button as the default button for the panel. |
Output |
Exception |
|
setText
public void setText |
(string $value ) |
Input |
string | $value | caption of the button |
Output |
Exception |
|
setValidationGroup
public void setValidationGroup |
(string $value ) |
Input |
string | $value | the group of validators which the button causes validation upon postback |
Output |
Exception |
|