Uses of Interface
de.extio.spacecraft.shared.client.renderer.bo.ControlRenderingBo
-
Packages that use ControlRenderingBo Package Description de.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer.de.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem. -
-
Uses of ControlRenderingBo in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo that return ControlRenderingBo Modifier and Type Method Description ControlRenderingBo
ControlRenderingBo. setCaption(String caption)
ControlRenderingBo
ControlRenderingBo. setControlGroup(String controlGroup)
Optional, some controls (e.g.ControlRenderingBo
ControlRenderingBo. setCustomData(Object data)
Custom data a specific to the type of the control.ControlRenderingBo
ControlRenderingBo. setCustomData2(Object data)
Custom data a specific to the type of the control.ControlRenderingBo
ControlRenderingBo. setCustomData3(Object data)
Custom data a specific to the type of the control.ControlRenderingBo
ControlRenderingBo. setCustomData4(Object data)
Custom data a specific to the type of the control.ControlRenderingBo
ControlRenderingBo. setEnabled(boolean enabled)
ControlRenderingBo
ControlRenderingBo. setFontSize(int size)
ControlRenderingBo
ControlRenderingBo. setId(String id)
ControlRenderingBo
ControlRenderingBo. setTooltip(String tooltip)
ControlRenderingBo
ControlRenderingBo. setType(Class<? extends ControlRenderingBo.BaseControl> clazz)
Sets the type of the control.ControlRenderingBo
ControlRenderingBo. setVisible(boolean visible)
-
Uses of ControlRenderingBo in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return ControlRenderingBo Modifier and Type Method Description ControlRenderingBo
ViewPortDrawControlEvent. getBo()
Methods in de.extio.spacecraft.shared.model.client.event with parameters of type ControlRenderingBo Modifier and Type Method Description void
ViewPortDrawControlEvent. setBo(ControlRenderingBo bo)
Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type ControlRenderingBo Constructor Description ViewPortDrawControlEvent(CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId, ControlRenderingBo bo)
-