module:model/AgreeButtonStyles

module:model/AgreeButtonStyles

new module:model/AgreeButtonStyles()

Source:

Constructs a new AgreeButtonStyles.
Control the display of the Agree button.

Members

(inner) :disabled :module:model/BaseAgreeButtonStyles

Source:

Control the element's style when element is disabled

Type:

(inner) :focus :module:model/BaseAgreeButtonStyles

Source:

Control the elements's style when element is focused

Type:

(inner) :hover :module:model/BaseAgreeButtonStyles

Source:

control the element's hover style when hovered

Type:

(inner) backgroundColor :String

Source:

Control the background color of the element.

Type:
  • String

(inner) border :String

Source:

Control the border of the element.

Type:
  • String

(inner) borderColor :String

Source:

Control the border color of the element.

Type:
  • String

(inner) borderRadius :String

Source:

Control the border radius of the element.

Type:
  • String

(inner) borderStyle :String

Source:

Control the border style of the element.

Type:
  • String

(inner) borderWidth :String

Source:

Control the border width of the element.

Type:
  • String

(inner) boxShadow :String

Source:

Control the display of the box shadow of the agree button.

Type:
  • String

(inner) color :String

Source:

Control the fore-ground color of the element.

Type:
  • String

(inner) fontFamily :String

Source:

Control the font family of the text.

Type:
  • String

(inner) fontSize :String

Source:

Control the font size of the text.

Type:
  • String

(inner) fontStyle :String

Source:

Control the font style of the text.

Type:
  • String

(inner) fontWeight :Object

Source:

Control the font weight of the text.

Type:
  • Object

(inner) height :String

Source:

Control the height of the agree button.

Type:
  • String

(inner) margin :String

Source:

Control the margin of the element.

Type:
  • String

(inner) opacity :String

Source:

Control the opacity of the element

Type:
  • String

(inner) outline :String

Source:

Control the outline of the element

Type:
  • String

(inner) outlineOffset :String

Source:

Conrol the outline offset of the element

Type:
  • String

(inner) padding :String

Source:

Control the padding of the element.

Type:
  • String

(inner) width :String

Source:

Control the width of the agree button.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/AgreeButtonStyles}

Source:

Constructs a AgreeButtonStyles from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/AgreeButtonStyles

Optional instance to populate.

Returns:

The populated AgreeButtonStyles instance.

Type
module:model/AgreeButtonStyles