public interface IHotspotComponent extends IWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
IHotspotComponent.Target |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
IProtocolSupport |
getHref() |
int |
getLeft() |
String |
getTarget() |
String |
getTitle() |
int |
getTop() |
int |
getWidth() |
boolean |
isHighlight() |
boolean |
isSso() |
void |
setHeight(int newValue) |
void |
setHighlight(boolean newValue) |
void |
setHref(IProtocolSupport newValue) |
void |
setLeft(int newValue) |
void |
setSso(boolean newValue) |
void |
setTarget(String newValue) |
void |
setTitle(String newValue) |
void |
setTop(int newValue) |
void |
setWidth(int newValue) |
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
IProtocolSupport getHref()
void setHref(IProtocolSupport newValue)
String getTarget()
void setTarget(String newValue)
int getLeft()
void setLeft(int newValue)
int getTop()
void setTop(int newValue)
int getWidth()
void setWidth(int newValue)
int getHeight()
void setHeight(int newValue)
String getTitle()
void setTitle(String newValue)
boolean isHighlight()
void setHighlight(boolean newValue)
boolean isSso()
void setSso(boolean newValue)
Copyright © 2019 Visiativ Software. All rights reserved.