Interface ControlRenderingBo.SetFocusControl
-
- All Superinterfaces:
ControlRenderingBo.BaseControl
- Enclosing interface:
- ControlRenderingBo
public static interface ControlRenderingBo.SetFocusControl extends ControlRenderingBo.BaseControl
Sets focus on a certain control
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFocusId()
void
setFocusId(String id)
-
Methods inherited from interface de.extio.spacecraft.shared.client.renderer.bo.ControlRenderingBo.BaseControl
build, close, getControlGroup, getInUse, performAction, render, setCaption, setControlGroup, setEnabled, setEngineData, setFontSize, setHeight, setId, setInUse, setTooltip, setVisible, setWidth, setX, setY
-
-