com.webobjects.eogeneration
Class EOTextFieldController
java.lang.Object
  |
  +--com.webobjects.eoapplication.EOController
        |
        +--com.webobjects.eoapplication.EOComponentController
              |
              +--com.webobjects.eogeneration.EOWidgetController
                    |
                    +--com.webobjects.eogeneration.EOAssociationController
                          |
                          +--com.webobjects.eogeneration.EOValueController
                                |
                                +--com.webobjects.eogeneration.EOFormatValueController
                                      |
                                      +--com.webobjects.eogeneration.EOTextFieldController
- All Implemented Interfaces: 
 - ActionListener, EOAction.Enabling, EOAssociationConnector, EOEditable, EOWidgetController.FormatWidget, EOWidgetController.QueryWidget, EventListener, NSDisposable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions
 
- Direct Known Subclasses: 
 - EOStaticTextFieldController
 
- public class EOTextFieldController
- extends EOFormatValueController
- implements ActionListener, EOWidgetController.QueryWidget
   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class com.webobjects.eogeneration.EOAssociationController | 
association, connectionWasBroken, connectionWasEstablished, controllerDisplayGroup, displayGroup, displayGroupProviderMethodName, dispose, disposeAssociations, editability, enabledDisplayGroup, enabledDisplayGroupProviderMethodName, enabledKey, isEditable, prefersContinuousChangeNotification, setAssociation, setDisplayGroup, setDisplayGroupProviderMethodName, setEditability, setEnabledDisplayGroup, setEnabledDisplayGroupProviderMethodName, setEnabledKey, setPrefersContinuousChangeNotification, setSuppressesAssociation, supercontrollerEditabilityDidChange, suppressesAssociation, takeResponsibilityForEditabilityOfAssociation, takeResposibilityForConnectionOfAssociation | 
 
| Methods inherited from class com.webobjects.eogeneration.EOWidgetController | 
generateComponent, highlightsLabel, labelComponent, labelComponentAlignment, labelComponentPosition, labelComponentWidth, minimumWidgetSize, newLabelComponent, preferredLabelComponentPosition, preferredWidgetAutosizingMask, setHighlightsLabel, setLabelComponent, setLabelComponentAlignment, setLabelComponentPosition, setLabelComponentWidth, setMinimumWidgetSize, setUsesLabelComponent, setWidget, setWidgetAlignment, toolTipComponent, usesLabelComponent, widget, widgetAlignment | 
 
| Methods inherited from class com.webobjects.eoapplication.EOComponentController | 
activateFirstFocusComponent, addComponentOfSubcontroller, alignsComponents, canResizeHorizontally, canResizeVertically, component, componentDidBecomeInvisible, componentDidBecomeVisible, defaultComponentSize, ensureMinimumComponentSizeWithoutSubcontrollers, ensureMinimumSubcontrollerAreaSize, firstFocusComponent, handleTakeValueForUnboundKey, hideInSupercontroller, hideSubcontroller, icon, insets, integrationComponent, integrationComponentDidBecomeInvisible, integrationComponentDidBecomeVisible, isComponentPrepared, isRootComponentController, isVisible, label, lastFocusComponent, makeInvisible, makeVisible, minimumComponentSize, minimumComponentSizeWithoutSubcontrollers, minimumIntegrationComponentSize, minimumSubcontrollerAreaSize, prefersIconOnly, prepareComponent, removeComponentOfSubcontroller, removeTransientSubcontroller, setAlignsComponents, setCanResizeHorizontally, setCanResizeVertically, setComponent, setDefaultComponentSize, setFirstFocusComponent, setIcon, setInsets, setLabel, setLastFocusComponent, setPrefersIconOnly, setSubcontrollerArea, setToolTip, setUsesHorizontalLayout, setVisible, showInSupercontroller, showSubcontroller, subcontrollerArea, subcontrollerMinimumSizeDidChange, subcontrollerWasAdded, subcontrollerWasRemoved, toolTip, usesHorizontalLayout | 
 
| Methods inherited from class com.webobjects.eoapplication.EOController | 
actionNames, actions, actionWithName, additionalActions, additionalKeyValuePairs, addSubcontroller, breakConnection, breakConnectionToSubcontrollers, canAccessFieldsDirectly, canPerformActionNamed, controllerEnumeration, controllersInEnumeration, controllersWithKeyValuePair, controllersWithKeyValuePairs, controllerWithKeyValuePair, controllerWithKeyValuePairs, defaultActions, disableActionNamed, disposableRegistry, enableActionNamed, enabledActions, establishConnection, establishConnectionToSupercontrollers, handleQueryWithUnboundKey, hierarchicalControllerForKey, hierarchicalValueForKey, invokeMethod, isActionNamedEnabled, isAncestorOfController, isConnected, isSupercontrollerOfController, isTransientExplicitlyForbidden, prepareForNewTask, removeFromSupercontroller, removeSubcontroller, resetActions, setAdditionalActions, setAdditionalKeyValuePair, setAdditionalKeyValuePairs, setConnected, setSupercontroller, setTransientExplicitlyForbidden, setTypeName, subcontrollers, supercontroller, supercontroller, takeValueForKey, takeValueForKeyPath, typeName, unableToSetNullForKey, valueForKey, valueForKeyPath | 
 
 
EOTextFieldController
public EOTextFieldController()
EOTextFieldController
public EOTextFieldController(EOXMLUnarchiver unarchiver)
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
 actionPerformed in interface ActionListener
 
 
disposeIfTransient
protected boolean disposeIfTransient()
- Description copied from class: 
EOController 
- Disposes the receiver if it's transient, first removing it from its
 supercontroller with 
removeTransientSubcontroller If the
 receiver's supercontroller is non-null, this method also attempts to
 dispose of the supercontroller if it's transient. Supercontrollers can
 prevent a controller from becoming transient, in which case this method
 returns false. Subclasses should first invoke the super
 implementation and only continue disposing if the super implementation
 returns true.
- Overrides:
 disposeIfTransient in class EOAssociationController
 
- Returns:
 true if the receiver can be transient and has been
         disposed; false otherwise- See Also:
 EOController.removeTransientSubcontroller(EOController)
 
 
isQueryWidget
public boolean isQueryWidget()
- Specified by:
 isQueryWidget in interface EOWidgetController.QueryWidget
 
 
newAssociation
protected EOAssociation newAssociation(JComponent widget,
                                       EODisplayGroup displayGroup,
                                       String enabledKey,
                                       EODisplayGroup enabledDisplayGroup)
- Specified by:
 newAssociation in class EOAssociationController
 
 
newWidget
protected JComponent newWidget()
- Specified by:
 newWidget in class EOWidgetController
 
 
preferredUsesLabelComponent
protected boolean preferredUsesLabelComponent()
- Overrides:
 preferredUsesLabelComponent in class EOWidgetController
 
 
setAlignmentForWidget
protected void setAlignmentForWidget(JComponent widget,
                                     int alignment)
- Overrides:
 setAlignmentForWidget in class EOWidgetController
 
 
setIsQueryWidget
public void setIsQueryWidget(boolean flag)
- Specified by:
 setIsQueryWidget in interface EOWidgetController.QueryWidget
 
 
setUsesPasswordField
public void setUsesPasswordField(boolean flag)
 
 
startListeningToWidget
protected void startListeningToWidget()
- Overrides:
 startListeningToWidget in class EOWidgetController
 
 
stopListeningToWidget
protected void stopListeningToWidget()
- Overrides:
 stopListeningToWidget in class EOWidgetController
 
 
usesPasswordField
public boolean usesPasswordField()
 
 
Copyright © 2003 Apple Computer, Inc.