- Inherits from:
- EOTitlesController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
- Implements:
- EOWidgetController.QueryWidget
- Package:
- com.apple.client.eogeneration
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 |
- All methods
- EOComboBoxController
- isQueryWidget
- newAssociation
- newWidget
- preferredUsesLabelComponent
- setIsQueryWidget
- setTitlesEntityName
- setValueKey
- titlesEntityName
- toString
- valueKey
public EOComboBoxController(
com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public boolean isQueryWidget()
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)
protected javax.swing.JComponent newWidget()
protected boolean preferredUsesLabelComponent()
public void setIsQueryWidget(boolean aBoolean)
public void setTitlesEntityName(String aString)
public void setValueKey(String aString)
public String titlesEntityName()
public String toString()
public String valueKey()
DRAFT