Package com.docusign.click.model
Class AgreeButtonStyles
- java.lang.Object
-
- com.docusign.click.model.AgreeButtonStyles
-
public class AgreeButtonStyles extends Object
Control the display of the Agree button..
-
-
Constructor Summary
Constructors Constructor Description AgreeButtonStyles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgreeButtonStylesbackgroundColor(String backgroundColor)backgroundColor.AgreeButtonStylesborder(String border)border.AgreeButtonStylesborderColor(String borderColor)borderColor.AgreeButtonStylesborderRadius(String borderRadius)borderRadius.AgreeButtonStylesborderStyle(String borderStyle)borderStyle.AgreeButtonStylesborderWidth(String borderWidth)borderWidth.AgreeButtonStylesboxShadow(String boxShadow)boxShadow.AgreeButtonStylescolor(String color)color.AgreeButtonStylesdisabled(BaseAgreeButtonStyles disabled)disabled.booleanequals(Object o)Compares objects.AgreeButtonStylesfocus(BaseAgreeButtonStyles focus)focus.AgreeButtonStylesfontFamily(String fontFamily)fontFamily.AgreeButtonStylesfontSize(String fontSize)fontSize.AgreeButtonStylesfontStyle(String fontStyle)fontStyle.AgreeButtonStylesfontWeight(Object fontWeight)fontWeight.StringgetBackgroundColor()Control the background color of the element..StringgetBorder()Control the border of the element..StringgetBorderColor()Control the border color of the element..StringgetBorderRadius()Control the border radius of the element..StringgetBorderStyle()Control the border style of the element..StringgetBorderWidth()Control the border width of the element..StringgetBoxShadow()Control the display of the box shadow of the agree button..StringgetColor()Control the fore-ground color of the element..BaseAgreeButtonStylesgetDisabled()Control the element's style when element is disabled.BaseAgreeButtonStylesgetFocus()Control the elements's style when element is focused.StringgetFontFamily()Control the font family of the text..StringgetFontSize()Control the font size of the text..StringgetFontStyle()Control the font style of the text..ObjectgetFontWeight()Control the font weight of the text..StringgetHeight()Control the height of the agree button..BaseAgreeButtonStylesgetHover()control the element's hover style when hovered.StringgetMargin()Control the margin of the element..StringgetOpacity()Control the opacity of the element.StringgetOutline()Control the outline of the element.StringgetOutlineOffset()Conrol the outline offset of the element.StringgetPadding()Control the padding of the element..StringgetWidth()Control the width of the agree button..inthashCode()Returns the HashCode.AgreeButtonStylesheight(String height)height.AgreeButtonStyleshover(BaseAgreeButtonStyles hover)hover.AgreeButtonStylesmargin(String margin)margin.AgreeButtonStylesopacity(String opacity)opacity.AgreeButtonStylesoutline(String outline)outline.AgreeButtonStylesoutlineOffset(String outlineOffset)outlineOffset.AgreeButtonStylespadding(String padding)padding.voidsetBackgroundColor(String backgroundColor)setBackgroundColor.voidsetBorder(String border)setBorder.voidsetBorderColor(String borderColor)setBorderColor.voidsetBorderRadius(String borderRadius)setBorderRadius.voidsetBorderStyle(String borderStyle)setBorderStyle.voidsetBorderWidth(String borderWidth)setBorderWidth.voidsetBoxShadow(String boxShadow)setBoxShadow.voidsetColor(String color)setColor.voidsetDisabled(BaseAgreeButtonStyles disabled)setDisabled.voidsetFocus(BaseAgreeButtonStyles focus)setFocus.voidsetFontFamily(String fontFamily)setFontFamily.voidsetFontSize(String fontSize)setFontSize.voidsetFontStyle(String fontStyle)setFontStyle.voidsetFontWeight(Object fontWeight)setFontWeight.voidsetHeight(String height)setHeight.voidsetHover(BaseAgreeButtonStyles hover)setHover.voidsetMargin(String margin)setMargin.voidsetOpacity(String opacity)setOpacity.voidsetOutline(String outline)setOutline.voidsetOutlineOffset(String outlineOffset)setOutlineOffset.voidsetPadding(String padding)setPadding.voidsetWidth(String width)setWidth.StringtoString()Converts the given object to string.AgreeButtonStyleswidth(String width)width.
-
-
-
Method Detail
-
disabled
public AgreeButtonStyles disabled(BaseAgreeButtonStyles disabled)
disabled.- Returns:
- AgreeButtonStyles
-
getDisabled
public BaseAgreeButtonStyles getDisabled()
Control the element's style when element is disabled.- Returns:
- disabled
-
setDisabled
public void setDisabled(BaseAgreeButtonStyles disabled)
setDisabled.
-
focus
public AgreeButtonStyles focus(BaseAgreeButtonStyles focus)
focus.- Returns:
- AgreeButtonStyles
-
getFocus
public BaseAgreeButtonStyles getFocus()
Control the elements's style when element is focused.- Returns:
- focus
-
setFocus
public void setFocus(BaseAgreeButtonStyles focus)
setFocus.
-
hover
public AgreeButtonStyles hover(BaseAgreeButtonStyles hover)
hover.- Returns:
- AgreeButtonStyles
-
getHover
public BaseAgreeButtonStyles getHover()
control the element's hover style when hovered.- Returns:
- hover
-
setHover
public void setHover(BaseAgreeButtonStyles hover)
setHover.
-
backgroundColor
public AgreeButtonStyles backgroundColor(String backgroundColor)
backgroundColor.- Returns:
- AgreeButtonStyles
-
getBackgroundColor
public String getBackgroundColor()
Control the background color of the element..- Returns:
- backgroundColor
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
setBackgroundColor.
-
border
public AgreeButtonStyles border(String border)
border.- Returns:
- AgreeButtonStyles
-
getBorder
public String getBorder()
Control the border of the element..- Returns:
- border
-
setBorder
public void setBorder(String border)
setBorder.
-
borderColor
public AgreeButtonStyles borderColor(String borderColor)
borderColor.- Returns:
- AgreeButtonStyles
-
getBorderColor
public String getBorderColor()
Control the border color of the element..- Returns:
- borderColor
-
setBorderColor
public void setBorderColor(String borderColor)
setBorderColor.
-
borderRadius
public AgreeButtonStyles borderRadius(String borderRadius)
borderRadius.- Returns:
- AgreeButtonStyles
-
getBorderRadius
public String getBorderRadius()
Control the border radius of the element..- Returns:
- borderRadius
-
setBorderRadius
public void setBorderRadius(String borderRadius)
setBorderRadius.
-
borderStyle
public AgreeButtonStyles borderStyle(String borderStyle)
borderStyle.- Returns:
- AgreeButtonStyles
-
getBorderStyle
public String getBorderStyle()
Control the border style of the element..- Returns:
- borderStyle
-
setBorderStyle
public void setBorderStyle(String borderStyle)
setBorderStyle.
-
borderWidth
public AgreeButtonStyles borderWidth(String borderWidth)
borderWidth.- Returns:
- AgreeButtonStyles
-
getBorderWidth
public String getBorderWidth()
Control the border width of the element..- Returns:
- borderWidth
-
setBorderWidth
public void setBorderWidth(String borderWidth)
setBorderWidth.
-
boxShadow
public AgreeButtonStyles boxShadow(String boxShadow)
boxShadow.- Returns:
- AgreeButtonStyles
-
getBoxShadow
public String getBoxShadow()
Control the display of the box shadow of the agree button..- Returns:
- boxShadow
-
setBoxShadow
public void setBoxShadow(String boxShadow)
setBoxShadow.
-
color
public AgreeButtonStyles color(String color)
color.- Returns:
- AgreeButtonStyles
-
getColor
public String getColor()
Control the fore-ground color of the element..- Returns:
- color
-
setColor
public void setColor(String color)
setColor.
-
fontFamily
public AgreeButtonStyles fontFamily(String fontFamily)
fontFamily.- Returns:
- AgreeButtonStyles
-
getFontFamily
public String getFontFamily()
Control the font family of the text..- Returns:
- fontFamily
-
setFontFamily
public void setFontFamily(String fontFamily)
setFontFamily.
-
fontSize
public AgreeButtonStyles fontSize(String fontSize)
fontSize.- Returns:
- AgreeButtonStyles
-
getFontSize
public String getFontSize()
Control the font size of the text..- Returns:
- fontSize
-
setFontSize
public void setFontSize(String fontSize)
setFontSize.
-
fontStyle
public AgreeButtonStyles fontStyle(String fontStyle)
fontStyle.- Returns:
- AgreeButtonStyles
-
getFontStyle
public String getFontStyle()
Control the font style of the text..- Returns:
- fontStyle
-
setFontStyle
public void setFontStyle(String fontStyle)
setFontStyle.
-
fontWeight
public AgreeButtonStyles fontWeight(Object fontWeight)
fontWeight.- Returns:
- AgreeButtonStyles
-
getFontWeight
public Object getFontWeight()
Control the font weight of the text..- Returns:
- fontWeight
-
setFontWeight
public void setFontWeight(Object fontWeight)
setFontWeight.
-
height
public AgreeButtonStyles height(String height)
height.- Returns:
- AgreeButtonStyles
-
getHeight
public String getHeight()
Control the height of the agree button..- Returns:
- height
-
setHeight
public void setHeight(String height)
setHeight.
-
margin
public AgreeButtonStyles margin(String margin)
margin.- Returns:
- AgreeButtonStyles
-
getMargin
public String getMargin()
Control the margin of the element..- Returns:
- margin
-
setMargin
public void setMargin(String margin)
setMargin.
-
opacity
public AgreeButtonStyles opacity(String opacity)
opacity.- Returns:
- AgreeButtonStyles
-
getOpacity
public String getOpacity()
Control the opacity of the element.- Returns:
- opacity
-
setOpacity
public void setOpacity(String opacity)
setOpacity.
-
outline
public AgreeButtonStyles outline(String outline)
outline.- Returns:
- AgreeButtonStyles
-
getOutline
public String getOutline()
Control the outline of the element.- Returns:
- outline
-
setOutline
public void setOutline(String outline)
setOutline.
-
outlineOffset
public AgreeButtonStyles outlineOffset(String outlineOffset)
outlineOffset.- Returns:
- AgreeButtonStyles
-
getOutlineOffset
public String getOutlineOffset()
Conrol the outline offset of the element.- Returns:
- outlineOffset
-
setOutlineOffset
public void setOutlineOffset(String outlineOffset)
setOutlineOffset.
-
padding
public AgreeButtonStyles padding(String padding)
padding.- Returns:
- AgreeButtonStyles
-
getPadding
public String getPadding()
Control the padding of the element..- Returns:
- padding
-
setPadding
public void setPadding(String padding)
setPadding.
-
width
public AgreeButtonStyles width(String width)
width.- Returns:
- AgreeButtonStyles
-
getWidth
public String getWidth()
Control the width of the agree button..- Returns:
- width
-
setWidth
public void setWidth(String width)
setWidth.
-
equals
public boolean equals(Object o)
Compares objects.
-
-