kaos.kpat.policyTemplates
Interface TemplateComponentReference
- All Known Implementing Classes:
- CheckBoxTC, ComboBoxTC, ListPanelTC, RadioButtonTC, ReferenceableTemplateComponent
public interface TemplateComponentReference
getLabel
java.lang.String getLabel()
addBinding
void addBinding(TemplateComponentBinding binding)
throws IntersectionEmptyXcp
- Throws:
IntersectionEmptyXcp
changeBinding
void changeBinding(TemplateComponentBinding binding)
throws IntersectionEmptyXcp
- Throws:
IntersectionEmptyXcp
removeBinding
void removeBinding(TemplateComponentBinding binding)
getPossibleValues
java.util.List getPossibleValues()
getSelectedValues
java.util.List getSelectedValues()
setSelectedValues
void setSelectedValues(java.util.List values)
getBindings
java.util.List getBindings()