public class TBooleanControl extends BooleanControl implements TControllable
BooleanControl.Type
Constructor and Description |
---|
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue) |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
java.lang.String strTrueStateLabel,
java.lang.String strFalseStateLabel) |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
java.lang.String strTrueStateLabel,
java.lang.String strFalseStateLabel,
TCompoundControl parentControl) |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
TCompoundControl parentControl) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
TCompoundControl |
getParentControl() |
void |
setParentControl(TCompoundControl compoundControl) |
getStateLabel, getValue, setValue, toString
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue)
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue, TCompoundControl parentControl)
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue, java.lang.String strTrueStateLabel, java.lang.String strFalseStateLabel)
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue, java.lang.String strTrueStateLabel, java.lang.String strFalseStateLabel, TCompoundControl parentControl)
public void setParentControl(TCompoundControl compoundControl)
setParentControl
in interface TControllable
public TCompoundControl getParentControl()
getParentControl
in interface TControllable
public void commit()
commit
in interface TControllable