Ontimize 5.2072EN

com.ontimize.gui.table
Class DetailFormBuilder

java.lang.Object
  extended bycom.ontimize.gui.table.DetailFormBuilder
All Implemented Interfaces:
IBackgroundFormBuilder

public class DetailFormBuilder
extends java.lang.Object
implements IBackgroundFormBuilder


Field Summary
protected  Form form
           
protected  Table table
           
 
Constructor Summary
DetailFormBuilder(Table table)
           
 
Method Summary
 Form getForm()
           
 java.lang.String getFormName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected Table table

form

protected Form form
Constructor Detail

DetailFormBuilder

public DetailFormBuilder(Table table)
Method Detail

getFormName

public java.lang.String getFormName()
Specified by:
getFormName in interface IBackgroundFormBuilder

getForm

public Form getForm()
Specified by:
getForm in interface IBackgroundFormBuilder

Ontimize