PATH |
- Inherits from:
- javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- EOTextComponentAccess
- NSDisposable
- java.io.Serializable
- Package:
- com.webobjects.eointerface.swing
EOFormCell objects implement entries in EOForms.An EOFormCell has a field component, an editable EOTextField into which users enter data; and a title component, an uneditable EOTextField that identifies the purpose of the form cell's field component.
For more information on forms and form cells, see the EOForm class specification.
- EOTextAssociation.JTextComponentAccess
- textComponent
- NSDisposable
- dispose
- All methods
- EOFormCell
- fieldComponent
- setTitle
- setTitleWidth
- title
- titleComponent
- titleWidth
public EOFormCell()
public void dispose()
public EOTextField fieldComponent()
public void setTitle(String title)
public void setTitleWidth(int width)
public javax.swing.text.JTextComponent textComponent()
public String title()
public EOTextField titleComponent()
public int titleWidth()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)