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

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.ImageButton

public class ImageButton
extends PushButton


Field Summary
 
Fields inherited from class nl.coderight.jazz.form.FormField
Config
 
Constructor Summary
ImageButton(Action action)
           
ImageButton(Icon icon)
           
ImageButton(Image image)
           
 
Method Summary
protected  void setText(String text)
           
 
Methods inherited from class nl.coderight.jazz.form.field.button.PushButton
createField, getDisabledIcon, getField, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getMnemonic, getMnemonicIndex, getPressedIcon, getRolloverIcon, getText, getVerticalAlignment, getVerticalTextPosition, hideActionText, isRolloverEnabled, setDisabledIcon, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setOnClickEvent, setPressedIcon, setRolloverEnabled, setRolloverIcon, 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, getValue, hasFocus, isBindable, isChanged, isEnabled, isFocusable, isOpaque, isReadonly, isShowing, isValueChanged, isVisible, onChange, onClick, onDoubleClick, onFocusGained, onFocusLost, onMouseEnter, onMouseLeave, onPopup, registerKeyboardAction, setBackground, setBindID, setBorder, setChanged, setComponent, setCursor, setDataBinding, setEnabled, 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

ImageButton

public ImageButton(Image image)

ImageButton

public ImageButton(Icon icon)

ImageButton

public ImageButton(Action action)
Method Detail

setText

protected void setText(String text)
Overrides:
setText in class PushButton


Copyright 2010 CodeRight, All rights reserved.