public class TCompoundControl extends CompoundControl implements TControllable
CompoundControl.Type
Constructor and Description |
---|
TCompoundControl(CompoundControl.Type type,
Control[] aMemberControls) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
TCompoundControl |
getParentControl() |
void |
setParentControl(TCompoundControl compoundControl) |
getMemberControls, toString
public TCompoundControl(CompoundControl.Type type, Control[] aMemberControls)
public void setParentControl(TCompoundControl compoundControl)
setParentControl
in interface TControllable
public TCompoundControl getParentControl()
getParentControl
in interface TControllable
public void commit()
commit
in interface TControllable