Checkbox Class

Checkbox Class

This Package | All Packages

Control
  |
  +--Checkbox
public class Checkbox
extends Control

Encapsulates a standard Windows check box control. The checked status of the control is retrieved by calling the getChecked method and is set using setChecked.

Constructors
Name Description
Checkbox() Class constructor.

Methods
Name Description
addOnCheckStateChanged(EventHandler handler) Topic under construction.
getAlignText() Topic under construction.
getAuto() Topic under construction.
getChecked() Topic under construction.
getCheckState() Topic under construction.
getGroupValue(Control group) Topic under construction.
getPushLike() Returns the current value of the PushLike property.
getThreeState() Topic under construction.
removeOnCheckStateChanged(EventHandler handler) Topic under construction.
setAlignText(int value) Topic under construction.
setAuto(boolean value) Topic under construction.
setChecked(boolean value) Topic under construction.
setCheckState(int value) Topic under construction.
setGroupValue(Control group, int value) Topic under construction.
setPushLike(boolean value) Topic under construction.
setThreeState(boolean value) Topic under construction.

Constructors

Checkbox.Checkbox

Syntax
public Checkbox();
Description

Class constructor.

Methods

Checkbox.addOnCheckStateChanged

Syntax
public final void addOnCheckStateChanged( EventHandler handler );
Description

Topic under construction.

Checkbox.getAlignText

Syntax
public final int getAlignText();
Description

Topic under construction.

Checkbox.getAuto

Syntax
public boolean getAuto();
Description

Topic under construction.

Checkbox.getChecked

Syntax
public boolean getChecked();
Description

Topic under construction.

Checkbox.getCheckState

Syntax
public int getCheckState();
Description

Topic under construction.

Checkbox.getGroupValue

Syntax
public static int getGroupValue( Control group );
Description

Topic under construction.

Checkbox.getPushLike

Syntax
public final boolean getPushLike();
Return Value

Returns current value of the PushLike property.

Description

Returns the current value of the PushLike property.

See Also
setPushLike

Checkbox.getThreeState

Syntax
public boolean getThreeState();
Description

Topic under construction.

Checkbox.removeOnCheckStateChanged

Syntax
public final void removeOnCheckStateChanged( EventHandler handler );
Description

Topic under construction.

Checkbox.setAlignText

Syntax
public final void setAlignText( int value );
Description

Topic under construction.

Checkbox.setAuto

Syntax
public void setAuto( boolean value );
Description

Topic under construction.

Checkbox.setChecked

Syntax
public void setChecked( boolean value );
Description

Topic under construction.

Checkbox.setCheckState

Syntax
public void setCheckState( int value );
Description

Topic under construction.

Checkbox.setGroupValue

Syntax
public static void setGroupValue( Control group, int value );
Description

Topic under construction.

Checkbox.setPushLike

Syntax
public void setPushLike( boolean value );
Description

Topic under construction.

Checkbox.setThreeState

Syntax
public void setThreeState( boolean value );
Description

Topic under construction.