public interface IIFrameComponent extends IWidget
Modifier and Type | Interface and Description |
---|---|
static interface |
IIFrameComponent.Scrolling |
Modifier and Type | Method and Description |
---|---|
int |
getBorder() |
String |
getHeight() |
IProtocolSupport |
getHref() |
String |
getScrolling() |
String |
getWidth() |
boolean |
isSso() |
void |
setBorder(int newValue) |
void |
setHeight(String newValue) |
void |
setHref(IProtocolSupport newValue) |
void |
setScrolling(String newValue) |
void |
setSso(boolean newValue) |
void |
setWidth(String newValue) |
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
IProtocolSupport getHref()
void setHref(IProtocolSupport newValue)
String getWidth()
void setWidth(String newValue)
String getHeight()
void setHeight(String newValue)
String getScrolling()
void setScrolling(String newValue)
int getBorder()
void setBorder(int newValue)
boolean isSso()
void setSso(boolean newValue)
Copyright © 2019 Visiativ Software. All rights reserved.