Class ButtonColors
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.ButtonColors
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:com.io7m.idstore:configuration:1}Disabled"/>
<element ref="{urn:com.io7m.idstore:configuration:1}Enabled"/>
<element ref="{urn:com.io7m.idstore:configuration:1}Hover"/>
<element ref="{urn:com.io7m.idstore:configuration:1}Pressed"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ButtonStateColorsprotected ButtonStateColorsprotected ButtonStateColorsprotected ButtonStateColors -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the disabled property.Gets the value of the enabled property.getHover()Gets the value of the hover property.Gets the value of the pressed property.voidsetDisabled(ButtonStateColors value) Sets the value of the disabled property.voidsetEnabled(ButtonStateColors value) Sets the value of the enabled property.voidsetHover(ButtonStateColors value) Sets the value of the hover property.voidsetPressed(ButtonStateColors value) Sets the value of the pressed property.
-
Field Details
-
disabled
-
enabled
-
hover
-
pressed
-
-
Constructor Details
-
ButtonColors
public ButtonColors()
-
-
Method Details
-
getDisabled
Gets the value of the disabled property.- Returns:
- possible object is
ButtonStateColors
-
setDisabled
Sets the value of the disabled property.- Parameters:
value- allowed object isButtonStateColors
-
getEnabled
Gets the value of the enabled property.- Returns:
- possible object is
ButtonStateColors
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isButtonStateColors
-
getHover
Gets the value of the hover property.- Returns:
- possible object is
ButtonStateColors
-
setHover
Sets the value of the hover property.- Parameters:
value- allowed object isButtonStateColors
-
getPressed
Gets the value of the pressed property.- Returns:
- possible object is
ButtonStateColors
-
setPressed
Sets the value of the pressed property.- Parameters:
value- allowed object isButtonStateColors
-