Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.uicli.jui
Interface JUButtonGroupControlInterface

All Known Implementing Classes:
JURadioButtonGroupPanel

public interface JUButtonGroupControlInterface

A control implements this interface if it binds to a JUButtonGroupBinding and is responsible for creating AbstractButtons to render/display the associated attribute for all rows in the associated RowSetIterator. JURadioButtonGroupPanel implements this interface in the framework to display a series of radio buttons grouped in one button group.

See Also:
JURadioButtonGroupPanel, JUButtonGroupBinding

Method Summary
 javax.swing.AbstractButton[] createButtons(java.lang.Object[] object)
          Creates buttons for each object in the given list and adds it to the control's display.
 

Method Detail

createButtons

javax.swing.AbstractButton[] createButtons(java.lang.Object[] object)
Creates buttons for each object in the given list and adds it to the control's display.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.