|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tentackle.ui.FormTableEntry
org.tentackle.appworx.AppDbObjectDefaultTableEntry
public class AppDbObjectDefaultTableEntry
A default formtable entry for an AppDbObject.
Contains only one "name" column showing the AppDbObject.getTreeText()-value.
| Constructor Summary | |
|---|---|
AppDbObjectDefaultTableEntry(AppDbObject object)
Creates a form table entry. |
|
| Method Summary | |
|---|---|
int |
getColumnCount()
Determines the number of data-model columns. |
String |
getColumnName(int col)
Describes the column name. This may be a symbolic name if getDisplayedColumnName() is overridden. |
Object |
getObject()
Gets the object wrapped by this entry. |
Object |
getValueAt(int col)
Gets the column-object for this entry in a given column. |
FormTableEntry |
newInstanceOf(Object object)
Creates a new instance of an entry for a given data-object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppDbObjectDefaultTableEntry(AppDbObject object)
object - the data object| Method Detail |
|---|
public int getColumnCount()
FormTableEntry
getColumnCount in class FormTableEntrypublic String getColumnName(int col)
FormTableEntry
getColumnName in class FormTableEntrycol - the datamodel-column
public Object getObject()
FormTableEntry
getObject in class FormTableEntrypublic Object getValueAt(int col)
FormTableEntry
getValueAt in class FormTableEntrycol - the datamodel-column
public FormTableEntry newInstanceOf(Object object)
FormTableEntry
newInstanceOf in class FormTableEntryobject - the data-object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||