$getValue

called each time when component needs to get value from the related html input

string|object $getValue();
string|objectvalue from the inputs/controls

Example

var value = timeBoard.$getValue();

Details

not intended for direct calls

Can be redefined in a custom view to support custom html inputs
Is called only when component was rendered for sure ( and components html is ready and accessible )

Back to top