Author: ssmiweve
Date: 2009-01-30 18:54:16 +0100 (Fri, 30 Jan 2009)
New Revision: 7192

Modified:
   
branches/2.18/view-config-spi/src/main/java/no/sesat/search/view/navigation/NavigationConfig.java
Log:
doc

Modified: 
branches/2.18/view-config-spi/src/main/java/no/sesat/search/view/navigation/NavigationConfig.java
===================================================================
--- 
branches/2.18/view-config-spi/src/main/java/no/sesat/search/view/navigation/NavigationConfig.java
   2009-01-30 13:34:15 UTC (rev 7191)
+++ 
branches/2.18/view-config-spi/src/main/java/no/sesat/search/view/navigation/NavigationConfig.java
   2009-01-30 17:54:16 UTC (rev 7192)
@@ -1,4 +1,4 @@
-/* Copyright (2007-2008) Schibsted Søk AS
+/* Copyright (2007-2009) Schibsted Søk AS
  *   This file is part of SESAT.
  *
  *   SESAT is free software: you can redistribute it and/or modify
@@ -437,7 +437,13 @@
                     + '}';
         }
 
-
+        /** Automatically select a child when only one child exists.
+         * This repeats down to a level where the user actually has a choice 
of navigators to pick from.
+         * For this to work any model level navigators must exist down each 
level,
+         * eg defining fast navigators in a hierarchical way in modes.xml 
prevents the next level of navigators down
+         * from being selected there autoNavigation will not work.
+         * @return true if autoNavigation is enabled
+         */
         public boolean isAutoNavigation() {
             return autoNavigation;
         }

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to