PATH |
EOTextFieldController
Inherits from: EOFormatValueController : EOValueController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements: java.awt.event.ActionListener EOWidgetController.QueryWidget
Package: com.webobjects.eogeneration.client
Class Description
Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.
XML Tag | Default Rule System Controller Type |
TEXTFIELDCONTROLLER |
widgetController |
Method Types
All methods EOTextFieldController isQueryWidget newAssociation newWidget preferredUsesLabelComponent setAlignmentForWidget setIsQueryWidget
Constructors
EOTextFieldController
public EOTextFieldController( com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public EOTextFieldController()
Instance Methods
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent anEvent)
canBeTransient
public boolean canBeTransient()
isQueryWidget
public boolean isQueryWidget()
newAssociation
protected com.webobjects.eointerface.EOAssociation newAssociation( javax.swing.JComponent aJComponent, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup)
newWidget
protected javax.swing.JComponent newWidget()
preferredUsesLabelComponent
protected boolean preferredUsesLabelComponent()
setAlignmentForWidget
protected void setAlignmentForWidget( javax.swing.JComponent aJComponent, int anInt)
setIsQueryWidget
public void setIsQueryWidget(boolean aBoolean)
startListeningToWidget
protected void startListeningToWidget()
stopListeningToWidget
protected void stopListeningToWidget()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)