Interface IValueByToString

All Known Implementing Classes:
AREASELECTORBinding, CHARTBinding, CLIENTSECIDBinding, FXCHARTBinding, MULTILABELBinding, SmartText, SuggestionSimpleBinding, ValidValuesBinding

public interface IValueByToString
If an object implements this interface then the value is picked by the toString() method during the render phase of a component's processing.

Example of classes implementing this interface: ValidValuesBinding, SuggestionSimpleBinding, CLIENTSECIDBinding.