|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin com.webobjects.eointerface.cocoa.EOCocoaRadioMatrixPlugin
EOCocoaRadioMatrixPlugin is used in Cocoa applications to connect matrices
of radio buttons to value selection associations. This plugin handles setting
the list of titles of the radio butons on behalf of its association
and handles reporting the selection index to its association.
You can populate the radio button list by hand in Interface Builder. In that case, do
not bind the titles
aspect of this plugin's association.
When the user changes the selection of the radio button in the interface,
this plugin invokes its association's widgetSelectionDidChange
method.
Object Keys Taken: target, action When the user chooses an item in the display object, the EOValueSelectionAssociation updates the selected object's property with the item's title, tag, or object.
Usage:
Association classes: EOValueSelectionAssociation
Widget classes: NSMatrix
Nested Class Summary |
Nested classes inherited from class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin |
EOWidgetAssociation.WidgetPlugin.Formatting |
Field Summary |
Fields inherited from class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin |
NoSelection |
Constructor Summary | |
EOCocoaRadioMatrixPlugin(EOWidgetAssociation association,
Object widget)
Creates a new EOCocoaRadioMatrixPlugin for use with association and widget. |
Method Summary | |
void |
breakConnection()
Tells the plugin to halt communication with its NSMatrix object. |
void |
establishConnection()
Establishes a connection between the plugin and its UI widget. |
int |
selectionIndex()
Returns the index of the item selected in this plugin's radio matrix. |
void |
setSelectionIndex(int selectionIndex,
boolean enabled)
Selects the item at index selectionIndex in this plugin's
radio matrix. |
void |
setTitlesFromObjects(Object[] titles)
Sets the radio matrix's list of items to the items of objectArray . |
void |
setValueFormatter(Object formatter)
Sets the formatter used to format values in the interface. |
String[] |
titles()
Returns the array of Strings used in the radio matrix. |
Object |
valueFormatter()
Gets the formatter used to format values in the interface. |
String[] |
widgetKeysTaken()
Returns an array of Strings which represent outlet names in Interface Builder. |
Methods inherited from class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin |
association, dispose, unacceptableAspects, widget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EOCocoaRadioMatrixPlugin(EOWidgetAssociation association, Object widget)
association
- EOValueSelectionAssociation for this plugin to communicate with.widget
- The NSMatrix object for this plugin to manage.Method Detail |
public void breakConnection()
breakConnection
in class EOWidgetAssociation.WidgetPlugin
public void establishConnection()
establishConnection
in class EOWidgetAssociation.WidgetPlugin
public int selectionIndex()
selectionIndex
in class EOValueSelectionAssociation.ValueSelectionPlugin
public void setSelectionIndex(int selectionIndex, boolean enabled)
selectionIndex
in this plugin's
radio matrix.
setSelectionIndex
in class EOValueSelectionAssociation.ValueSelectionPlugin
selectionIndex
- index of the item to select in
this plugin's radio matrixenabled
- if true
, the radio matrix is enabled in the interface;
if false
, the combo box is disabled and the user cannot change
the radio matrix's selected itempublic void setTitlesFromObjects(Object[] titles)
objectArray
.
This method is only invoked if EOAssociation.TitlesAspect
is bound
in the plugin's association.
setTitlesFromObjects
in class EOValueSelectionAssociation.ValueSelectionPlugin
titles
- array of objects to use to populate the
list of items in the plugin's radio matrixpublic void setValueFormatter(Object formatter)
setValueFormatter
in interface EOWidgetAssociation.WidgetPlugin.Formatting
formatter
- NSFormatter used to format values in the interfacepublic String[] titles()
titles
in class EOValueSelectionAssociation.ValueSelectionPlugin
public Object valueFormatter()
valueFormatter
in interface EOWidgetAssociation.WidgetPlugin.Formatting
public String[] widgetKeysTaken()
EOCocoaRadioMatrixPlugin takes over outlets with keys "action" and "target".
widgetKeysTaken
in class EOWidgetAssociation.WidgetPlugin
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |