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 ControlRenderingBoControlRenderingBo. setCaption(String caption)ControlRenderingBoControlRenderingBo. setControlGroup(String controlGroup)Optional, some controls (e.g.ControlRenderingBoControlRenderingBo. setCustomData(Object data)Custom data a specific to the type of the control.ControlRenderingBoControlRenderingBo. setCustomData2(Object data)Custom data a specific to the type of the control.ControlRenderingBoControlRenderingBo. setCustomData3(Object data)Custom data a specific to the type of the control.ControlRenderingBoControlRenderingBo. setCustomData4(Object data)Custom data a specific to the type of the control.ControlRenderingBoControlRenderingBo. setEnabled(boolean enabled)ControlRenderingBoControlRenderingBo. setFontSize(int size)ControlRenderingBoControlRenderingBo. setId(String id)ControlRenderingBoControlRenderingBo. setTooltip(String tooltip)ControlRenderingBoControlRenderingBo. setType(Class<? extends ControlRenderingBo.BaseControl> clazz)Sets the type of the control.ControlRenderingBoControlRenderingBo. 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 ControlRenderingBoViewPortDrawControlEvent. getBo()Methods in de.extio.spacecraft.shared.model.client.event with parameters of type ControlRenderingBo Modifier and Type Method Description voidViewPortDrawControlEvent. 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)
-