public interface IHyperlinkComponent extends IWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
IHyperlinkComponent.Target |
Modifier and Type | Method and Description |
---|---|
String |
getAnchorName() |
String |
getCssClass() |
IProtocolSupport |
getHref() |
String |
getLabel() |
String |
getTarget() |
String |
getTitle() |
boolean |
isSso() |
void |
setAnchorName(String newValue) |
void |
setCssClass(String newValue) |
void |
setHref(IProtocolSupport newValue) |
void |
setLabel(String newValue) |
void |
setSso(boolean newValue) |
void |
setTarget(String newValue) |
void |
setTitle(String newValue) |
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
String getLabel()
void setLabel(String newValue)
IProtocolSupport getHref()
void setHref(IProtocolSupport newValue)
String getTarget()
void setTarget(String newValue)
String getAnchorName()
void setAnchorName(String newValue)
String getTitle()
void setTitle(String newValue)
boolean isSso()
void setSso(boolean newValue)
String getCssClass()
void setCssClass(String newValue)
Copyright © 2019 Visiativ Software. All rights reserved.