-
Notifications
You must be signed in to change notification settings - Fork 1
Page Life Cycle
Socheat KHAUV edited this page Oct 24, 2017
·
1 revision
// 1. for page data initialization
protected void initData(){}
// 2. for page ui/ux initialization
protected void initComponent(){}
// 3. for configure require validation of user input control
protected void configureRequiredValidation(){}
// 4. for configure other things like data filter, ui visibility
protected void configureMetaData(){}