JButtonPopup
class JButtonPopup extends JButton
Renders a popup window button
Methods
Sets a default value if not alreay assigned
Returns a property of the object or the default value if the property is not set.
Returns an associative array of object properties.
Get the most recent error message.
Modifies a property of the object, creating it if it does not already exist.
Set the object properties based on a named array/hash.
Method to get the CSS class name for an icon identifier
Get the button
Get the button id
Details
in JObject at line 56
string
__toString()
Magic method to convert the object to a string gracefully.
in JObject at line 70
mixed
def(string $property, mixed $default = null)
Sets a default value if not alreay assigned
in JObject at line 88
mixed
get(string $property, mixed $default = null)
Returns a property of the object or the default value if the property is not set.
in JObject at line 107
array
getProperties(boolean $public = true)
Returns an associative array of object properties.
in JObject at line 133
string
getError(integer $i = null, boolean $toString = true)
Get the most recent error message.
in JObject at line 165
array
getErrors()
Return all errors, if any.
in JObject at line 180
mixed
set(string $property, mixed $value = null)
Modifies a property of the object, creating it if it does not already exist.
in JObject at line 198
boolean
setProperties(mixed $properties)
Set the object properties based on a named array/hash.
in JObject at line 222
void
setError(string $error)
Add an error message.
in JObject at line 235
string
toString()
deprecated
deprecated
in JButton at line 52
string
getName()
Get the element name
in JButton at line 57
render($definition)
in JButton at line 88
string
fetchIconClass(string $identifier)
Method to get the CSS class name for an icon identifier
Can be redefined in the final class
at line 28
fetchButton($type = 'Popup', $name = '', $text = '', $url = '', $width = 640, $height = 480, $top, $left, $onClose = '')
Get the button
Defined in the final button class
at line 54
string
fetchId($type, $name)
Get the button id
Redefined from JButton class