| |
|
| com.jeta.forms.gui.form.GridComponent com.jeta.forms.gui.form.StandardComponent
All known Subclasses: com.jeta.forms.gui.form.FormContainerComponent,
StandardComponent | public class StandardComponent extends GridComponent (Code) | | This is a GridComponent wrapper around a Swing component.
author: Jeff Tassin |
StandardComponent | public StandardComponent()(Code) | | Creates an unitialized StandardComponent instance.
|
StandardComponent | public StandardComponent(GridView parentView)(Code) | | Creates a StandardComponent instance with the specified
GridView.
Parameters: parentView - the view that contains this component |
StandardComponent | public StandardComponent(JETABean jbean, GridView parentView)(Code) | | Creates a StandardComponent instance with the specified
JETABean and GridView.
Parameters: jbean - the JETABean object that contains the Swing component. Parameters: parentView - the GridView that contains this component. |
postInitialize | public void postInitialize(FormPanel panel)(Code) | | PostInitialize is called once after all components in a form have been
re-instantiated and the state has been set at runtime (not design time).
This gives each property and component a chance to do some last minute
initializations that might depend on the top level parent.
|
print | public void print()(Code) | | Print for debugging
|
setBean | protected void setBean(JETABean jetabean)(Code) | | Sets the JETABean associated with this component. The JETABean contains
the Java Bean that is displayed on the form.
Parameters: jetabean - the JETABean instance. |
setState | public void setState(ComponentMemento state) throws FormException(Code) | | Sets the state of this component to a previously saved state. This
includes adding the underlying Java bean (i.e. Swing component) to this
component.
Parameters: memento - the state of a StandardComponent |
|
|
|