Package com.docusign.esign.model
Class SmartSectionDisplaySettings
- java.lang.Object
-
- com.docusign.esign.model.SmartSectionDisplaySettings
-
- All Implemented Interfaces:
Serializable
public class SmartSectionDisplaySettings extends Object implements Serializable
These properties define how a Smart Section displays. A Smart Section is a type of display section..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmartSectionDisplaySettings()
-
Method Summary
-
-
-
Method Detail
-
cellStyle
public SmartSectionDisplaySettings cellStyle(String cellStyle)
cellStyle.- Returns:
- SmartSectionDisplaySettings
-
getCellStyle
public String getCellStyle()
.- Returns:
- cellStyle
-
setCellStyle
public void setCellStyle(String cellStyle)
setCellStyle.
-
collapsibleSettings
public SmartSectionDisplaySettings collapsibleSettings(SmartSectionCollapsibleDisplaySettings collapsibleSettings)
collapsibleSettings.- Returns:
- SmartSectionDisplaySettings
-
getCollapsibleSettings
public SmartSectionCollapsibleDisplaySettings getCollapsibleSettings()
This object defines the appearance and function of a collapsible section or item..- Returns:
- collapsibleSettings
-
setCollapsibleSettings
public void setCollapsibleSettings(SmartSectionCollapsibleDisplaySettings collapsibleSettings)
setCollapsibleSettings.
-
display
public SmartSectionDisplaySettings display(String display)
display.- Returns:
- SmartSectionDisplaySettings
-
getDisplay
public String getDisplay()
.- Returns:
- display
-
setDisplay
public void setDisplay(String display)
setDisplay.
-
displayLabel
public SmartSectionDisplaySettings displayLabel(String displayLabel)
displayLabel.- Returns:
- SmartSectionDisplaySettings
-
getDisplayLabel
public String getDisplayLabel()
.- Returns:
- displayLabel
-
setDisplayLabel
public void setDisplayLabel(String displayLabel)
setDisplayLabel.
-
displayOrder
public SmartSectionDisplaySettings displayOrder(Integer displayOrder)
displayOrder.- Returns:
- SmartSectionDisplaySettings
-
getDisplayOrder
public Integer getDisplayOrder()
.- Returns:
- displayOrder
-
setDisplayOrder
public void setDisplayOrder(Integer displayOrder)
setDisplayOrder.
-
displayPageNumber
public SmartSectionDisplaySettings displayPageNumber(Integer displayPageNumber)
displayPageNumber.- Returns:
- SmartSectionDisplaySettings
-
getDisplayPageNumber
public Integer getDisplayPageNumber()
.- Returns:
- displayPageNumber
-
setDisplayPageNumber
public void setDisplayPageNumber(Integer displayPageNumber)
setDisplayPageNumber.
-
hideLabelWhenOpened
public SmartSectionDisplaySettings hideLabelWhenOpened(Boolean hideLabelWhenOpened)
hideLabelWhenOpened.- Returns:
- SmartSectionDisplaySettings
-
isHideLabelWhenOpened
public Boolean isHideLabelWhenOpened()
.- Returns:
- hideLabelWhenOpened
-
setHideLabelWhenOpened
public void setHideLabelWhenOpened(Boolean hideLabelWhenOpened)
setHideLabelWhenOpened.
-
inlineOuterStyle
public SmartSectionDisplaySettings inlineOuterStyle(String inlineOuterStyle)
inlineOuterStyle.- Returns:
- SmartSectionDisplaySettings
-
getInlineOuterStyle
public String getInlineOuterStyle()
.- Returns:
- inlineOuterStyle
-
setInlineOuterStyle
public void setInlineOuterStyle(String inlineOuterStyle)
setInlineOuterStyle.
-
labelWhenOpened
public SmartSectionDisplaySettings labelWhenOpened(String labelWhenOpened)
labelWhenOpened.- Returns:
- SmartSectionDisplaySettings
-
getLabelWhenOpened
public String getLabelWhenOpened()
.- Returns:
- labelWhenOpened
-
setLabelWhenOpened
public void setLabelWhenOpened(String labelWhenOpened)
setLabelWhenOpened.
-
preLabel
public SmartSectionDisplaySettings preLabel(String preLabel)
preLabel.- Returns:
- SmartSectionDisplaySettings
-
getPreLabel
public String getPreLabel()
.- Returns:
- preLabel
-
setPreLabel
public void setPreLabel(String preLabel)
setPreLabel.
-
scrollToTopWhenOpened
public SmartSectionDisplaySettings scrollToTopWhenOpened(Boolean scrollToTopWhenOpened)
scrollToTopWhenOpened.- Returns:
- SmartSectionDisplaySettings
-
isScrollToTopWhenOpened
public Boolean isScrollToTopWhenOpened()
.- Returns:
- scrollToTopWhenOpened
-
setScrollToTopWhenOpened
public void setScrollToTopWhenOpened(Boolean scrollToTopWhenOpened)
setScrollToTopWhenOpened.
-
tableStyle
public SmartSectionDisplaySettings tableStyle(String tableStyle)
tableStyle.- Returns:
- SmartSectionDisplaySettings
-
getTableStyle
public String getTableStyle()
.- Returns:
- tableStyle
-
setTableStyle
public void setTableStyle(String tableStyle)
setTableStyle.
-
equals
public boolean equals(Object o)
Compares objects.
-
-