Package com.docusign.click.model
Class ContainerStyles
- java.lang.Object
-
- com.docusign.click.model.ContainerStyles
-
public class ContainerStyles extends Object
Control the overall clickwrap container and inherited styles such as font..
-
-
Constructor Summary
Constructors Constructor Description ContainerStyles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerStylesbackgroundColor(String backgroundColor)backgroundColor.ContainerStylesborderColor(String borderColor)borderColor.ContainerStylesborderRadius(String borderRadius)borderRadius.ContainerStylesborderStyle(String borderStyle)borderStyle.ContainerStylesborderWidth(String borderWidth)borderWidth.booleanequals(Object o)Compares objects.StringgetBackgroundColor()This will be restricted to values not equal to: 'transparent', 'none'.StringgetBorderColor()Adjust the border color of the clickwrap surrouding container..StringgetBorderRadius()Adjust the border radius of the clickwrap surrouding container..StringgetBorderStyle()Adjust the border style of the clickwrap surrouding container..StringgetBorderWidth()Adjust the border width of the clickwrap surrouding container..inthashCode()Returns the HashCode.voidsetBackgroundColor(String backgroundColor)setBackgroundColor.voidsetBorderColor(String borderColor)setBorderColor.voidsetBorderRadius(String borderRadius)setBorderRadius.voidsetBorderStyle(String borderStyle)setBorderStyle.voidsetBorderWidth(String borderWidth)setBorderWidth.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
backgroundColor
public ContainerStyles backgroundColor(String backgroundColor)
backgroundColor.- Returns:
- ContainerStyles
-
getBackgroundColor
public String getBackgroundColor()
This will be restricted to values not equal to: 'transparent', 'none'.- Returns:
- backgroundColor
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
setBackgroundColor.
-
borderColor
public ContainerStyles borderColor(String borderColor)
borderColor.- Returns:
- ContainerStyles
-
getBorderColor
public String getBorderColor()
Adjust the border color of the clickwrap surrouding container..- Returns:
- borderColor
-
setBorderColor
public void setBorderColor(String borderColor)
setBorderColor.
-
borderRadius
public ContainerStyles borderRadius(String borderRadius)
borderRadius.- Returns:
- ContainerStyles
-
getBorderRadius
public String getBorderRadius()
Adjust the border radius of the clickwrap surrouding container..- Returns:
- borderRadius
-
setBorderRadius
public void setBorderRadius(String borderRadius)
setBorderRadius.
-
borderStyle
public ContainerStyles borderStyle(String borderStyle)
borderStyle.- Returns:
- ContainerStyles
-
getBorderStyle
public String getBorderStyle()
Adjust the border style of the clickwrap surrouding container..- Returns:
- borderStyle
-
setBorderStyle
public void setBorderStyle(String borderStyle)
setBorderStyle.
-
borderWidth
public ContainerStyles borderWidth(String borderWidth)
borderWidth.- Returns:
- ContainerStyles
-
getBorderWidth
public String getBorderWidth()
Adjust the border width of the clickwrap surrouding container..- Returns:
- borderWidth
-
setBorderWidth
public void setBorderWidth(String borderWidth)
setBorderWidth.
-
equals
public boolean equals(Object o)
Compares objects.
-
-