
Public Member Functions | |
| WOActionResults | cancelEdit () |
| Employee | employee () |
| String | errorMessages () |
| String | firstName () |
| String | lastName () |
| ModalDialogEmployeeEditor (WOContext context) | |
| WOActionResults | saveEdit () |
| void | setEmployee (Employee person) |
| void | setFirstName (String name) |
| void | setLastName (String name) |
Private Attributes | |
| Employee | employee |
| String | errorMessages |
| ModalDialogEmployeeEditor | ( | WOContext | context | ) |
| WOActionResults cancelEdit | ( | ) |
| String errorMessages | ( | ) |
Binding for WOString that is in AjaxUpdateContainer "ValidationMessage". Returns any error messages from trying to save employee().
| String firstName | ( | ) |
| String lastName | ( | ) |
| WOActionResults saveEdit | ( | ) |
| void setEmployee | ( | Employee | person | ) |
| person | the employee to set |
| void setFirstName | ( | String | name | ) |
This is used instead of employee.firstName so that we can see which method is called
| void setLastName | ( | String | name | ) |
This is used instead of employee.lastName so that we can see which method is called
String errorMessages [private] |
1.5.8