Inherited by ERXAccessibleSubmitButton.

Public Member Functions | |
| void | appendAttributesToResponse (WOResponse woresponse, WOContext wocontext) |
| void | appendChildrenToResponse (WOResponse woresponse, WOContext wocontext) |
| void | appendToResponse (WOResponse woresponse, WOContext wocontext) |
| ERXSubmitButton (String arg0, NSDictionary< String, WOAssociation > nsdictionary, WOElement arg2) | |
| WOActionResults | invokeAction (WORequest worequest, WOContext wocontext) |
| void | takeValuesFromRequest (WORequest worequest, WOContext wocontext) |
| String | toString () |
Static Public Member Functions | |
| static void | appendIEButtonFixToResponse (WOContext wocontext, WOResponse woresponse) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXSubmitButton.class) |
| static final String | STYLE_PREFIX = "ERXSubmitButton-" |
Protected Member Functions | |
| void | _appendCloseTagToResponse (WOResponse woresponse, WOContext wocontext) |
| void | _appendNameAttributeToResponse (WOResponse woresponse, WOContext wocontext) |
| void | _appendOpenTagToResponse (WOResponse woresponse, WOContext wocontext) |
| void | _appendTypeAttributeToResponse (WOResponse response, WOContext context) |
| String | elementName (WOContext wocontext) |
| boolean | isDisabledInContext (WOContext context) |
| String | type () |
Protected Attributes | |
| WOAssociation | _action |
| WOAssociation | _actionClass |
| WOAssociation | _class |
| WOAssociation | _directActionName |
| WOAssociation | _id |
| WOAssociation | _shouldSubmitForm |
Private Member Functions | |
| String | _actionClassAndName (WOContext wocontext) |
Static Private Attributes | |
| static String | ieFix |
| static boolean | useIEFix = ERXProperties.booleanForKeyWithDefault("er.extensions.components._private.ERXSubmitButton.useIEFix", true) |
| ERXSubmitButton | ( | String | arg0, | |
| NSDictionary< String, WOAssociation > | nsdictionary, | |||
| WOElement | arg2 | |||
| ) |
| String _actionClassAndName | ( | WOContext | wocontext | ) | [private] |
| void _appendCloseTagToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) | [protected] |
| void _appendNameAttributeToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) | [protected] |
| void _appendOpenTagToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) | [protected] |
| void _appendTypeAttributeToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected] |
| void appendAttributesToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) |
Reimplemented in ERXAccessibleSubmitButton.
| void appendChildrenToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) |
Reimplemented in ERXAccessibleSubmitButton.
| static void appendIEButtonFixToResponse | ( | WOContext | wocontext, | |
| WOResponse | woresponse | |||
| ) | [static] |
| void appendToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) |
Reimplemented in ERXAccessibleSubmitButton.
| String elementName | ( | WOContext | wocontext | ) | [protected] |
| WOActionResults invokeAction | ( | WORequest | worequest, | |
| WOContext | wocontext | |||
| ) |
| boolean isDisabledInContext | ( | WOContext | context | ) | [protected] |
| void takeValuesFromRequest | ( | WORequest | worequest, | |
| WOContext | wocontext | |||
| ) |
| String toString | ( | ) |
| String type | ( | ) | [protected] |
WOAssociation _action [protected] |
WOAssociation _actionClass [protected] |
WOAssociation _class [protected] |
WOAssociation _directActionName [protected] |
WOAssociation _id [protected] |
WOAssociation _shouldSubmitForm [protected] |
final Logger log = Logger.getLogger(ERXSubmitButton.class) [static] |
final String STYLE_PREFIX = "ERXSubmitButton-" [static] |
boolean useIEFix = ERXProperties.booleanForKeyWithDefault("er.extensions.components._private.ERXSubmitButton.useIEFix", true) [static, private] |
1.5.8