nl.coderight.jazz.form.field.button
Class RadioButton

java.lang.Object
  extended by nl.coderight.jazz.form.FormField<Boolean>
      extended by nl.coderight.jazz.form.field.button.PushButton
          extended by nl.coderight.jazz.form.field.button.ToggleButton
              extended by nl.coderight.jazz.form.field.button.RadioButton

public class RadioButton
extends ToggleButton

Implementation of a JRadioButton.

See Also:
JRadioButton, ToggleButton

Field Summary
 
Fields inherited from class nl.coderight.jazz.form.FormField
Config
 
Constructor Summary
RadioButton(String text)
           
 
Method Summary
protected  AbstractButton createField()
           
 
Methods inherited from class nl.coderight.jazz.form.field.button.ToggleButton
getDisabledSelectedIcon, getRolloverSelectedIcon, getSelectedIcon, getValue, isSelected, onChange, setBindID, setDisabledSelectedIcon, setOnchangeAction, setOnChangeEvent, setRolloverSelectedIcon, setSelected, setSelectedIcon, setValue
 
Methods inherited from class nl.coderight.jazz.form.field.button.PushButton
getDisabledIcon, getField, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getMnemonic, getMnemonicIndex, getPressedIcon, getRolloverIcon, getText, getVerticalAlignment, getVerticalTextPosition, hideActionText, isRolloverEnabled, setDisabledIcon, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setOnClickEvent, setPressedIcon, setRolloverEnabled, setRolloverIcon, setText, setVerticalAlignment, setVerticalTextPosition
 
Methods inherited from class nl.coderight.jazz.form.FormField
dispatchEvent, dispose, focus, focusNextField, focusPreviousField, getBackground, getBindID, getBorder, getComponent, getCursor, getDataBinding, getForeground, getForm, getLabel, getParent, getPreferredSize, getToolTip, hasFocus, isBindable, isChanged, isEnabled, isFocusable, isOpaque, isReadonly, isShowing, isValueChanged, isVisible, onClick, onDoubleClick, onFocusGained, onFocusLost, onMouseEnter, onMouseLeave, onPopup, registerKeyboardAction, setBackground, setBorder, setChanged, setComponent, setCursor, setDataBinding, setEnabled, setFocusable, setForeground, setOnFocusGainedEvent, setOnFocusLostEvent, setOpaque, setPopupMenu, setPreferredSize, setReadonly, setToolTip, setVisible, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButton

public RadioButton(String text)
Method Detail

createField

protected AbstractButton createField()
Overrides:
createField in class ToggleButton


Copyright 2010 CodeRight, All rights reserved.