OA Framework Toolkit Wiki
Brought to you by:
bgoodsell
The Poplist Application Module extends from the standard AM class OAApplicationModuleImpl and is a container for two simple View Objects: [LookupVO] and [YesNoVO]. As such it contains just two getter methods for the two VOs:
public LookupVOImpl getLookupVO() public LookupVOImpl getYesNoVO()
Wiki: LookupVO
Wiki: YesNoVO
Wiki: com.oaframework.toolkit.common.poplist