Class YahooTree
java.lang.Object
net.ontopia.topicmaps.nav2.portlets.pojos.YahooTree
PUBLIC: This component can create a two-level view of the top of a
tree, similar to the old Yahoo directory taxonomy that's still used
by dmoz. The structure is a list of rows where each row contains up
to n (configurable) top-level nodes, and each top-level node contains
the immediate children of the top-level node.
The object is independent of a specific topic map transaction, and can thus be configured once and reused across transactions.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmakeModel(TopicMapIF topicmap) voidsetChildQuery(String query) voidsetColumns(int columns) voidsetTopQuery(String topquery)
-
Constructor Details
-
YahooTree
public YahooTree()
-
-
Method Details
-
setTopQuery
-
setChildQuery
-
setColumns
public void setColumns(int columns) -
getColumns
public int getColumns() -
makeModel
-