| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.maint.MaintComponent2.Screen
A maintenance component may consist of more than one screen. An instance of this class will represent each screen of the component
| Constructor Summary | |
| MaintComponent2.Screen(String formName,
                                             boolean availableInUpdateMode,
                                             boolean availableInCreateMode,
                                             boolean saveActionAvailableInCreateMode,
                                             boolean performTxValidationOnNextAction)This will create an instance of a maintenance Screen. | |
| Method Summary | |
|  String | getFormName()Getter for property formName. | 
|  boolean | isAvailableInCreateMode()Getter for property availableInCreateMode. | 
|  boolean | isAvailableInUpdateMode()Getter for property availableInUpdateMode. | 
|  boolean | isPerformTxValidationOnNextAction()Getter for property performTxValidationOnNextAction. | 
|  boolean | isSaveActionAvailableInCreateMode()Getter for property saveActionAvailableInCreateMode. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MaintComponent2.Screen(String formName,
                              boolean availableInUpdateMode,
                              boolean availableInCreateMode,
                              boolean saveActionAvailableInCreateMode,
                              boolean performTxValidationOnNextAction)
formName - the Struts GlobalForward for the screen.availableInUpdateMode - determines if this screen is available in update mode.availableInCreateMode - determines if this screen is available in create mode.saveActionAvailableInCreateMode - determines if save action is available for this screen.performTxValidationOnNextAction - determines if Tx validation will be performed when the Next action is invoked on this screen.| Method Detail | 
public String getFormName()
public boolean isAvailableInUpdateMode()
public boolean isAvailableInCreateMode()
public boolean isSaveActionAvailableInCreateMode()
public boolean isPerformTxValidationOnNextAction()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||