info.informatica.ui.swing
Class SwingDataEntryForm

java.lang.Object
  extended by info.informatica.ui.DataView
      extended by info.informatica.ui.swing.SwingDataEntryForm
All Implemented Interfaces:
Valueset

public class SwingDataEntryForm
extends DataView

Swing-based data entry form.

Version:
1.05
Author:
amengual at informatica dot info

Constructor Summary
SwingDataEntryForm(String id)
           
 
Method Summary
 void hide()
          hide the panel
 void load()
           
 void show()
          show the panel
 
Methods inherited from class info.informatica.ui.DataView
close, createDataControl, dataToUI, dataToUI, equals, fieldCount, getAllowedRoles, getDataControl, getDataControls, getDataViewConfig, getId, getMetaData, getSecurity, getValue, hashCode, init, setDataViewConfig, setMetaData, setSecurity, toString, validate, validate, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwingDataEntryForm

public SwingDataEntryForm(String id)
Method Detail

load

public void load()

show

public void show()
show the panel


hide

public void hide()
hide the panel