public class TBooleanControl extends BooleanControl implements TControllable
BooleanControl.Type| Constructor and Description |
|---|
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue) |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
String strFalseStateLabel) |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
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, toStringpublic TBooleanControl(BooleanControl.Type type, boolean bInitialValue)
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue, TCompoundControl parentControl)
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue, String strTrueStateLabel, String strFalseStateLabel)
public TBooleanControl(BooleanControl.Type type, boolean bInitialValue, String strTrueStateLabel, String strFalseStateLabel, TCompoundControl parentControl)
public void setParentControl(TCompoundControl compoundControl)
setParentControl in interface TControllablepublic TCompoundControl getParentControl()
getParentControl in interface TControllablepublic void commit()
commit in interface TControllableCopyright © 2016. All Rights Reserved.