com.sdm.quasar.client.showcase.swing.allinone.emplList
Class ListDialog
java.lang.Object
com.sdm.quasar.client.core.dialog.AbstractFeature
com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
- All Implemented Interfaces:
- Feature, ListDialogConstants, SystemInfoProvider
- public class ListDialog
- extends AbstractDialogCoreFeature
- implements ListDialogConstants
| Fields inherited from interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants |
COMMAND_DELETE_EMPLOYEE, COMMAND_EDIT_EMPLOYEE, COMMAND_NEW_EMPLOYEE, COMMAND_OPEN_EMPLOYEE, COMMAND_RESET, DATA_COMPANY, DATA_COMPANY_EMPLOYEES, DATA_COMPANY_EMPLOYEES_INDEXED, DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER, DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME, DATA_COMPANY_EMPLOYEES_INDEXED_NAME, DATA_COMPANY_NAME, DATA_SELECTED_EMPLOYEE, DATA_SELECTED_EMPLOYEE_INDEX |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListDialog
public ListDialog()
initCommandManager
protected void initCommandManager()
- Description copied from class:
AbstractDialogCoreFeature
- Initializes the
CommandManager.
This method is called last in the AbstractDialogCoreFeature.init() method
after AbstractDialogCoreFeature.initDataManager() and AbstractDialogCoreFeature.initStates().
- Specified by:
initCommandManager in class AbstractDialogCoreFeature
initDataManager
protected void initDataManager()
- Description copied from class:
AbstractDialogCoreFeature
- Initializes the
DataManager.
This method is called first in the AbstractDialogCoreFeature.init() method
- Specified by:
initDataManager in class AbstractDialogCoreFeature
initStates
protected void initStates()
- Description copied from class:
AbstractDialogCoreFeature
- Initializes the
States.
This method is called second in AbstractDialogCoreFeature.init()
after initializing the DataManager
(see AbstractDialogCoreFeature.initDataManager()).
- Specified by:
initStates in class AbstractDialogCoreFeature
newEmployee
public void newEmployee()
openEmployee
public void openEmployee()
editEmployee
public void editEmployee()
deleteEmployee
public void deleteEmployee()
reset
public void reset()
loadCompany
protected Company loadCompany()
getDialogCreationFeature
protected DialogCreationFeature getDialogCreationFeature()