PATH |
EOFormCell
- Inherits from:
- javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- EOTextComponentAccess
- NSDisposable
- java.io.Serializable
- Package:
- com.webobjects.eointerface.swing
Class Description
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.
Interfaces Implemented
- EOTextAssociation.JTextComponentAccess
- textComponent
- NSDisposable
- dispose
Method Types
- All methods
- EOFormCell
- fieldComponent
- setTitle
- setTitleWidth
- title
- titleComponent
- titleWidth
Constructors
EOFormCell
public EOFormCell()
Instance Methods
dispose
public void dispose()
fieldComponent
public EOTextField fieldComponent()
setTitle
public void setTitle(String title)
setTitleWidth
public void setTitleWidth(int width)
textComponent
public javax.swing.text.JTextComponent textComponent()
title
public String title()
titleComponent
public EOTextField titleComponent()
titleWidth
public int titleWidth()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)