PATH Documentation > WebObjects

Table of Contents

EOComboBoxController


Inherits from:
EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
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
COMBOBOXCONTROLLER widgetController




Method Types


All methods
EOComboBoxController
isQueryWidget
newAssociation
newWidget
preferredUsesLabelComponent
setIsQueryWidget
setTitlesEntityName
setValueKey
titlesEntityName
toString
valueKey


Constructors



EOComboBoxController

public EOComboBoxController( com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.

public EOComboBoxController()

Description forthcoming.


Instance Methods



isQueryWidget

public boolean isQueryWidget()

Description forthcoming.

newAssociation

protected com.webobjects.eointerface.EOAssociation newAssociation( javax.swing.JComponent aJComponent, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup, String aString, com.webobjects.eointerface.EODisplayGroup anEODisplayGroup)

Description forthcoming.

newWidget

protected javax.swing.JComponent newWidget()

Description forthcoming.

preferredUsesLabelComponent

protected boolean preferredUsesLabelComponent()

Description forthcoming.

setIsQueryWidget

public void setIsQueryWidget(boolean aBoolean)

Description forthcoming.

setTitlesEntityName

public void setTitlesEntityName(String aString)

Description forthcoming.

setValueKey

public void setValueKey(String aString)

Description forthcoming.

titlesEntityName

public String titlesEntityName()

Description forthcoming.

toString

public String toString()

Description forthcoming.

valueKey

public String valueKey()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents