Uses of Class
org.romaframework.module.users.view.domain.basegroup.BaseGroupSelectBox

Packages that use BaseGroupSelectBox
org.romaframework.module.users.view.domain.baseaccount   
 

Uses of BaseGroupSelectBox in org.romaframework.module.users.view.domain.baseaccount
 

Methods in org.romaframework.module.users.view.domain.baseaccount that return BaseGroupSelectBox
 BaseGroupSelectBox BaseAccountInstance.getGroups()
           
 

Methods in org.romaframework.module.users.view.domain.baseaccount with parameters of type BaseGroupSelectBox
 void BaseAccountInstance.setGroups(BaseGroupSelectBox groups)