Interface ControlRenderingBo.ButtonControl
-
- All Superinterfaces:
ControlRenderingBo.BaseControl
- All Known Subinterfaces:
ControlRenderingBo.SwitchControl
,ControlRenderingBo.ToggleButtonControl
,ControlRenderingBo.WindowCloseButtonControl
- Enclosing interface:
- ControlRenderingBo
public static interface ControlRenderingBo.ButtonControl extends ControlRenderingBo.BaseControl
Button
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgbaColor
getBackgroundColor()
String
getIconResourceModName()
String
getIconResourceName()
void
setBackgroundColor(RgbaColor backgroundColor)
void
setIconResourceModName(String iconResourceModName)
void
setIconResourceName(String iconResourceName)
-
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
-
-
-
-
Method Detail
-
getBackgroundColor
RgbaColor getBackgroundColor()
-
setBackgroundColor
void setBackgroundColor(RgbaColor backgroundColor)
-
setIconResourceModName
void setIconResourceModName(String iconResourceModName)
-
getIconResourceModName
String getIconResourceModName()
-
setIconResourceName
void setIconResourceName(String iconResourceName)
-
getIconResourceName
String getIconResourceName()
-
-