public interface ISubscriptionDefinition extends IComponentDefinition
Modifier and Type | Interface and Description |
---|---|
static interface |
ISubscriptionDefinition.EmailFieldLabelPositions |
static interface |
ISubscriptionDefinition.Sizes |
Modifier and Type | Method and Description |
---|---|
String |
getCssClass() |
String |
getEmailFieldLabel() |
String |
getEmailFieldLabelPosition() |
String |
getEmailFieldSize() |
IProtocolSupport |
getMailingList() |
String |
getSubscribeBtnLabel() |
String |
getSubscribedMessage() |
String |
getUnsubscribeBtnLabel() |
String |
getUnsubscribedMessage() |
void |
setCssClass(String newValue) |
void |
setEmailFieldLabel(String newValue) |
void |
setEmailFieldLabelPosition(String newValue) |
void |
setEmailFieldSize(String newValue) |
void |
setMailingList(IProtocolSupport newValue) |
void |
setSubscribeBtnLabel(String newValue) |
void |
setSubscribedMessage(String newValue) |
void |
setUnsubscribeBtnLabel(String newValue) |
void |
setUnsubscribedMessage(String newValue) |
clone, clone, getName, getParentBlock, getValue, getValues, setValue
IProtocolSupport getMailingList()
void setMailingList(IProtocolSupport newValue)
String getEmailFieldLabel()
void setEmailFieldLabel(String newValue)
String getEmailFieldSize()
void setEmailFieldSize(String newValue)
String getEmailFieldLabelPosition()
void setEmailFieldLabelPosition(String newValue)
String getUnsubscribedMessage()
void setUnsubscribedMessage(String newValue)
String getSubscribeBtnLabel()
void setSubscribeBtnLabel(String newValue)
String getSubscribedMessage()
void setSubscribedMessage(String newValue)
String getUnsubscribeBtnLabel()
void setUnsubscribeBtnLabel(String newValue)
String getCssClass()
void setCssClass(String newValue)
Copyright © 2019 Visiativ Software. All rights reserved.