public interface ISubscriptionComponent extends IWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
ISubscriptionComponent.EmailFieldLabelPositions |
static interface |
ISubscriptionComponent.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) |
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
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.