nl.coderight.jazz.form.control
Class ButtonControl

java.lang.Object
  extended by nl.coderight.jazz.form.FormField<V>
      extended by nl.coderight.jazz.form.FormControl
          extended by nl.coderight.jazz.form.control.ButtonControl

public class ButtonControl
extends FormControl

Implementation of a button group.

See Also:
JToolBar

Nested Class Summary
static class ButtonControl.ButtonOrientation
           
 
Field Summary
 
Fields inherited from class nl.coderight.jazz.form.FormField
Config
 
Constructor Summary
ButtonControl()
           
ButtonControl(ButtonControl.ButtonOrientation orientation)
           
 
Method Summary
 void addButton(PushButton button)
           
 void addButton(PushButton button, boolean hideText)
           
 void addSeparator()
           
 ButtonControl.ButtonOrientation getOrientation()
           
 void setOrientation(ButtonControl.ButtonOrientation orientation)
           
 void setRollover(boolean enabled)
           
 
Methods inherited from class nl.coderight.jazz.form.FormControl
addField, addField, focus, focusField, focusNextField, focusPreviousField, getBindID, getFields, getFocusComponent, hasFocus, registerKeyboardAction, setComponent, setEnabled, setLayout, setTitle
 
Methods inherited from class nl.coderight.jazz.form.FormField
dispatchEvent, dispose, focusNextField, focusPreviousField, getBackground, getBorder, getComponent, getCursor, getDataBinding, getForeground, getForm, getLabel, getParent, getPreferredSize, getToolTip, getValue, isBindable, isChanged, isEnabled, isFocusable, isOpaque, isReadonly, isShowing, isValueChanged, isVisible, onChange, onClick, onDoubleClick, onFocusGained, onFocusLost, onMouseEnter, onMouseLeave, onPopup, setBackground, setBindID, setBorder, setChanged, setComponent, setCursor, setDataBinding, setFocusable, setForeground, setOnFocusGainedEvent, setOnFocusLostEvent, setOpaque, setPopupMenu, setPreferredSize, setReadonly, setToolTip, setValue, setVisible, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonControl

public ButtonControl()

ButtonControl

public ButtonControl(ButtonControl.ButtonOrientation orientation)
Method Detail

getOrientation

public ButtonControl.ButtonOrientation getOrientation()

setOrientation

public void setOrientation(ButtonControl.ButtonOrientation orientation)

setRollover

public void setRollover(boolean enabled)

addButton

public void addButton(PushButton button)

addButton

public void addButton(PushButton button,
                      boolean hideText)

addSeparator

public void addSeparator()


Copyright 2010 CodeRight, All rights reserved.