|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.client.record.DRelatedTabbedPane
public class DRelatedTabbedPane
Tabbed pane for editing related records.
Constructor Summary | |
---|---|
DRelatedTabbedPane(Table tab)
Constructs a tabbed panel for editing records from tables related to the given table. |
Method Summary | |
---|---|
void |
addRecordEditor(ForeignKey fk,
DRecordEditor editor)
|
void |
addRecordListTable(ForeignKey fk,
DRecordListTable recListTab)
|
DRecordEditor |
createRecordEditor(ForeignKey fk)
Creates a tab with a record editor to edit one record related by the given foreign key. |
DRecordEditor |
createRecordEditor(java.lang.String caption)
Creates a tab with a record editor to edit parts of the main record. |
DRecordListTable |
createRecordListTable(ForeignKey fk)
Creates a tab with a record list table to edit records related by the given foreign key. |
java.util.Map |
getPanels()
|
Table |
getTable()
|
java.util.List |
getTabList()
|
static DRelatedTabbedPane |
parse(org.dom4j.Element element,
Table tab)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DRelatedTabbedPane(Table tab)
Method Detail |
---|
public Table getTable()
public DRecordListTable createRecordListTable(ForeignKey fk) throws java.lang.Exception
java.lang.Exception
public void addRecordListTable(ForeignKey fk, DRecordListTable recListTab)
public DRecordEditor createRecordEditor(ForeignKey fk) throws java.lang.Exception
java.lang.Exception
public DRecordEditor createRecordEditor(java.lang.String caption) throws java.lang.Exception
java.lang.Exception
public void addRecordEditor(ForeignKey fk, DRecordEditor editor)
public java.util.Map getPanels()
public java.util.List getTabList()
public static DRelatedTabbedPane parse(org.dom4j.Element element, Table tab) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |