Sydney

Class RadioGroup

Object
   |
   +--Widget
         |
         +--Container
               |
               +--RadioGroup

class RadioGroup
extends Container

Defined in form_widgets.js


 
Fields inherited from class Container
children
   
Fields inherited from class Widget
html, id, parent, layoutData, eventTable
 
Constructor Summary
RadioGroup (<string> name)
            Creates a container for RadioButtons that guarantees that the contained buttons are grouped.
 
Method Summary
 RadioButton createButton()
           Create a radio button for this RadioGroup.
 int getSelected()
           Get the index of the selected RadioButton.
 
Methods inherited from class Container
appendChild, clear, contains, insertAfter, insertAt, insertBefore, isEmpty, prependChild, removeChild, replaceChild, setLayout, setEnabled
   
Methods inherited from class Widget
installContextMenu, installDefaultContextMenu, uninstallContextMenu, isDraggable, setDraggable, addEventListener, blur, createEventTable, dispose, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getBottom, getBounds, getClientHeight, getClientWidth, getCorner, getHeight, getLeft, getPixelsPerEm, getRight, getToolTip, getTop, getWidth, isDisposed, isEnabled, layout, moveToAbsolute, moveTo, raiseEvent, registerEventType, removeEventListener, setAbsoluteBottom, setAbsoluteLeft, setAbsoluteRight, setAbsoluteTop, setBottom, setBounds, setHeight, setLeft, setRight, setToolTip, setTop, setWidth, setParent, toString
 

Constructor Detail

RadioGroup

function RadioGroup(<string> name)
Method Detail

createButton

RadioButton createButton()

getSelected

int getSelected()

Sydney

SourceForge.net Logo