Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOGeneration Reference

Table of Contents

EOComboBoxController


Inherits from:
EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
EOWidgetController.QueryWidget
Package:
com.apple.client.eogeneration


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.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



isQueryWidget

public boolean isQueryWidget()



newAssociation

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



newWidget

protected javax.swing.JComponent newWidget()



preferredUsesLabelComponent

protected boolean preferredUsesLabelComponent()



setIsQueryWidget

public void setIsQueryWidget(boolean aBoolean)



setTitlesEntityName

public void setTitlesEntityName(String aString)



setValueKey

public void setValueKey(String aString)



titlesEntityName

public String titlesEntityName()



toString

public String toString()



valueKey

public String valueKey()




Table of Contents

DRAFT