How can i set my own option on view? I need something like this:
TableRow tblr_data = new TableRow(this);
tblr_data.setOption("my_option", "my_option_value"); //there is no such method
Another words i need to add custom option to table row (custom id for example) and then use it in onclick handler.