com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
Interface IValidator

All Known Implementing Classes:
SelectedElementValidator

public interface IValidator

Validates the value and if it's OK then sets it using ISetter.


Method Summary
 void validateAndSet(java.lang.Object value, ISetter setter)
           
 

Method Detail

validateAndSet

void validateAndSet(java.lang.Object value,
                    ISetter setter)