kaos.kpat.policyTemplates
Interface TemplateComponentReference

All Known Implementing Classes:
CheckBoxTC, ComboBoxTC, ListPanelTC, RadioButtonTC, ReferenceableTemplateComponent

public interface TemplateComponentReference


Method Summary
 void addBinding(TemplateComponentBinding binding)
           
 void changeBinding(TemplateComponentBinding binding)
           
 java.util.List getBindings()
           
 java.lang.String getLabel()
           
 java.util.List getPossibleValues()
           
 java.util.List getSelectedValues()
           
 void removeBinding(TemplateComponentBinding binding)
           
 void setSelectedValues(java.util.List values)
           
 

Method Detail

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()