com.izforge.izpack.panels
Class RadioButtonUIElement

java.lang.Object
  extended by com.izforge.izpack.panels.UIElement
      extended by com.izforge.izpack.panels.RadioButtonUIElement

public class RadioButtonUIElement
extends UIElement

Additional metadata for radio buttons.

Author:
Dennis Reil

Field Summary
(package private)  javax.swing.ButtonGroup buttonGroup
           
 
Fields inherited from class com.izforge.izpack.panels.UIElement
associatedVariable, component, constraints, displayed, falseValue, forOs, forPacks, message, trueValue, type
 
Constructor Summary
RadioButtonUIElement()
           
 
Method Summary
 javax.swing.ButtonGroup getButtonGroup()
           
 void setButtonGroup(javax.swing.ButtonGroup buttonGroup)
           
 
Methods inherited from class com.izforge.izpack.panels.UIElement
getAssociatedVariable, getComponent, getConstraints, getFalseValue, getForOs, getForPacks, getMessage, getTrueValue, getType, hasVariableAssignment, isDisplayed, setAssociatedVariable, setComponent, setConstraints, setDisplayed, setFalseValue, setForOs, setForPacks, setMessage, setTrueValue, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttonGroup

javax.swing.ButtonGroup buttonGroup
Constructor Detail

RadioButtonUIElement

public RadioButtonUIElement()
Method Detail

getButtonGroup

public javax.swing.ButtonGroup getButtonGroup()

setButtonGroup

public void setButtonGroup(javax.swing.ButtonGroup buttonGroup)