public interface CreateWizardRSInterface extends CreateRSInterface
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Integer,java.lang.String> |
getFormTabLinkedChildren(AppInterface ai) |
java.util.ArrayList<java.lang.String> |
getNonClosableChildren(AppInterface ai) |
default boolean |
isValidateOnContinue(AppInterface ai)
return true if we need to validate current tab fields when user clicks on Continue button in Wizard mode
|
default boolean |
isWizardUI(AppInterface ai)
return true if application needs to be open in Wizard mode ( with vertical tab bar and Continue/Back navigation buttons)
|
onCreate
java.util.ArrayList<java.lang.String> getNonClosableChildren(AppInterface ai) throws java.lang.Exception
java.lang.Exception
java.util.HashMap<java.lang.Integer,java.lang.String> getFormTabLinkedChildren(AppInterface ai) throws java.lang.Exception
java.lang.Exception
default boolean isValidateOnContinue(AppInterface ai)
default boolean isWizardUI(AppInterface ai)