net.commerce.zocalo.experiment.config
Interface RoleValueGroup

All Superinterfaces:
ConfigHolder, RoleValueHolder
All Known Subinterfaces:
ValueGroup
All Known Implementing Classes:
ChoiceField, FieldGroup, RoleFields, RoleGroup

public interface RoleValueGroup
extends RoleValueHolder

Objects that contain collections of fields. Can access a field by name.


Method Summary
 ConfigField getField(java.lang.String roleName, java.lang.String fieldName)
           
 
Methods inherited from interface net.commerce.zocalo.experiment.config.RoleValueHolder
getConfigField, getRoleValue, getTitle, hasRole, hasRoleValue, setRoleValue
 
Methods inherited from interface net.commerce.zocalo.experiment.config.ConfigHolder
render, setAllValues
 

Method Detail

getField

ConfigField getField(java.lang.String roleName,
                     java.lang.String fieldName)