|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.AbstractFeature
com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
| Constructor Summary | |
EmplDetailDialog()
|
|
| Method Summary | |
void |
cancle()
|
protected void |
dispose()
Called when the feature or dialog is disposed. |
Employee |
getCurrentEmpl()
|
BooleanState |
getDateOfBirthValidState()
|
BooleanState |
getEmplNumberValidState()
|
BooleanState |
getFirstNameValidState()
|
BooleanState |
getIsEditState()
|
BooleanState |
getNameValidState()
|
protected void |
init()
Called when the feature is initializing. |
protected void |
initCommandManager()
Initializes the CommandManager.
|
protected void |
initDataManager()
Initializes the DataManager.
|
protected void |
initStates()
Initializes the States.
|
void |
save()
|
void |
showEmpl(Employee empl,
boolean edit)
|
protected boolean |
validateEmployee(Employee employee)
|
| Methods inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature |
getCommandManagerFeature, getDataManager, getDataManagerFeature, getValue, setValue, setValue |
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature |
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmplDetailDialog()
| Method Detail |
protected void dispose()
throws DisposeException
AbstractFeature
dispose in class AbstractDialogCoreFeatureDisposeExceptionprotected void init()
AbstractFeatureDialogControl installed to. To access the
DialogControl use the AbstractFeature.getDialogControl() method.
Override this method to perform some action on initialization e.g. register public services.
init in class AbstractDialogCoreFeatureprotected void initCommandManager()
AbstractDialogCoreFeatureCommandManager.
This method is called last in the AbstractDialogCoreFeature.init() method
after AbstractDialogCoreFeature.initDataManager() and AbstractDialogCoreFeature.initStates().
initCommandManager in class AbstractDialogCoreFeatureprotected void initDataManager()
AbstractDialogCoreFeatureDataManager.
This method is called first in the AbstractDialogCoreFeature.init() method
initDataManager in class AbstractDialogCoreFeatureprotected void initStates()
AbstractDialogCoreFeatureStates.
This method is called second in AbstractDialogCoreFeature.init()
after initializing the DataManager
(see AbstractDialogCoreFeature.initDataManager()).
initStates in class AbstractDialogCoreFeatureprotected boolean validateEmployee(Employee employee)
public BooleanState getIsEditState()
public BooleanState getDateOfBirthValidState()
public BooleanState getEmplNumberValidState()
public BooleanState getFirstNameValidState()
public BooleanState getNameValidState()
public Employee getCurrentEmpl()
getCurrentEmpl in interface EmployeeService
public void showEmpl(Employee empl,
boolean edit)
showEmpl in interface EmployeeServicepublic void save()
public void cancle()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||