boolean
getCausesValidation
()
string
getCommandParameter
()
boolean
getIsDefaultButton
()
string
getValidationGroup
()
void
setCausesValidation
(boolean $value)
-
boolean
$value: whether postback event trigger by this button will cause input validation
void
setCommandName
(string $value)
-
string
$value: the command name associated with the OnCommand event.
void
setCommandParameter
(string $value)
-
string
$value: the parameter associated with the OnCommand event.
void
setIsDefaultButton
(boolean $value)
-
boolean
$value: set by a panel to register this button as the default button for the panel.
void
setText
(string $value)
-
string
$value: caption of the button
void
setValidationGroup
(string $value)
-
string
$value: the group of validators which the button causes validation upon postback