ImageButton Class

ImageButton Class

This Package | All Packages

Component
  |
  +--Control
    |
    +--ImageButton
public class ImageButton
extends Control
implements IButtonControl

Topic under construction.

Constructors
Name Description
ImageButton() Topic under construction.

Methods
Name Description
getAutoSize() Topic under construction.
getBorderHeight() Topic under construction.
getBorderWidth() Topic under construction.
getImage() Topic under construction.
getRadio() Topic under construction.
getValue() Topic under construction.
notifyDefault(boolean fDefault) Topic under construction.
onMouseUp(MouseEvent e) Topic under construction.
performClick() Topic under construction.
setAutoSize(boolean fAutoSize) Topic under construction.
setBorderHeight(int borderHeight) Topic under construction.
setBorderWidth(int borderWidth) Topic under construction.
setImage(Bitmap bitmap) Topic under construction.
setRadio(boolean fRadio) Topic under construction.
setValue(boolean fValue) Topic under construction.

Constructors

ImageButton.ImageButton

Syntax
public ImageButton();
Description

Topic under construction.

Methods

ImageButton.getAutoSize

Syntax
public boolean getAutoSize();
Description

Topic under construction.

ImageButton.getBorderHeight

Syntax
public int getBorderHeight();
Description

Topic under construction.

ImageButton.getBorderWidth

Syntax
public int getBorderWidth();
Description

Topic under construction.

ImageButton.getImage

Syntax
public Bitmap getImage();
Description

Topic under construction.

ImageButton.getRadio

Syntax
public boolean getRadio();
Description

Topic under construction.

ImageButton.getValue

Syntax
public boolean getValue();
Description

Topic under construction.

ImageButton.notifyDefault

Syntax
public void notifyDefault( boolean fDefault );
Description

Topic under construction.

ImageButton.onMouseUp

Syntax
public void onMouseUp( MouseEvent e );
Description

Topic under construction.

ImageButton.performClick

Syntax
public void performClick();
Description

Topic under construction.

ImageButton.setAutoSize

Syntax
public void setAutoSize( boolean fAutoSize );
Description

Topic under construction.

ImageButton.setBorderHeight

Syntax
public void setBorderHeight( int borderHeight );
Description

Topic under construction.

ImageButton.setBorderWidth

Syntax
public void setBorderWidth( int borderWidth );
Description

Topic under construction.

ImageButton.setImage

Syntax
public void setImage( Bitmap bitmap );
Description

Topic under construction.

ImageButton.setRadio

Syntax
public void setRadio( boolean fRadio );
Description

Topic under construction.

ImageButton.setValue

Syntax
public void setValue( boolean fValue );
Description

Topic under construction.