|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.plugins.finder.RefStrategy
public class RefStrategy
Strategy for the reference tree.
| Field Summary | |
|---|---|
static java.lang.String |
ITEMTYPE_KEY
Property key for the itemtype display in the node. |
static java.lang.String |
PRIORITY_KEY
Property key for the priority of the nodes. |
static java.lang.String |
REFERENCE_ITEMTYPE_KEY
Property key for the itemtype of the reference item. |
| Constructor Summary | |
|---|---|
RefStrategy()
|
|
| Method Summary | |
|---|---|
DataMapper |
createDataMapper(java.lang.Object leafData)
Create a datamapper for a data object. |
java.util.Comparator |
getTreeComparator()
Get the comparator that is used in the tree. |
void |
setReferenceItemType(java.lang.String itemType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ITEMTYPE_KEY
public static final java.lang.String REFERENCE_ITEMTYPE_KEY
public static final java.lang.String PRIORITY_KEY
| Constructor Detail |
|---|
public RefStrategy()
| Method Detail |
|---|
public void setReferenceItemType(java.lang.String itemType)
public DataMapper createDataMapper(java.lang.Object leafData)
Strategy
createDataMapper in interface StrategyleafData - The data object to map
public java.util.Comparator getTreeComparator()
Strategy
getTreeComparator in interface Strategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||