summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-12-03 13:47:52 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-12-03 13:47:52 +0200
commit6061c0fb5d3b725f254af4f7b04b5042d2bd3d9b (patch)
tree99101393214cde4f6f602967528dc1cf528cd81e /indra/llui/llflatlistview.h
parent37e547b67d262c5007e0beee703e578d6f3073bf (diff)
fix for EXT-1190 Accordion should support keyboard accessability
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index 3867e910c0..9e1e0f90fc 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -279,6 +279,12 @@ public:
bool updateValue(const LLSD& old_value, const LLSD& new_value);
+
+ void selectFirstItem ();
+ void selectLastItem ();
+
+ virtual void notify(const LLSD& info) ;
+
protected:
/** Pairs LLpanel representing a single item LLPanel and LLSD associated with it */