|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
public class PropertyColumnValueFactory
Column value based on a property path.
| Constructor Summary | |
|---|---|
PropertyColumnValueFactory()
|
|
| Method Summary | |
|---|---|
Comparator<?> |
getComparator()
Gets a comparator for the value |
String |
getPropertyPath()
Gets the property path. |
Object |
getValue(Object item)
Gets the value for a row item |
void |
setPropertyPath(String propertyPath)
Sets the path to the property of the colum. |
void |
setValue(Object item,
Object value)
Sets the value for a row item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyColumnValueFactory()
| Method Detail |
|---|
public String getPropertyPath()
public void setPropertyPath(String propertyPath)
propertyPath - the new property pathpublic Object getValue(Object item)
ColumnValueFactory
getValue in interface ColumnValueFactoryitem - Row item
public void setValue(Object item,
Object value)
ColumnValueFactory
setValue in interface ColumnValueFactoryitem - Row itemvalue - Value for the columnpublic Comparator<?> getComparator()
ColumnValueFactory
getComparator in interface ColumnValueFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||