|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.ModuleBase
org.ow2.kerneos.common.config.generated.Module
org.ow2.kerneos.common.config.generated.ModuleWithWindow
org.ow2.kerneos.common.config.generated.IframeModule
public class IframeModule
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}module-with-window">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="show-open-in-browser-button" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="show-history-navigation-buttons" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
showHistoryNavigationButtons
|
protected Boolean |
showOpenInBrowserButton
|
protected String |
url
|
| Fields inherited from class org.ow2.kerneos.common.config.generated.ModuleWithWindow |
|---|
height, loadMaximized, loadOnStartup, maximizable, promptBeforeClose, resizable, width |
| Fields inherited from class org.ow2.kerneos.common.config.generated.Module |
|---|
bigIcon, description, id, name, smallIcon |
| Constructor Summary | |
|---|---|
IframeModule()
|
|
| Method Summary | |
|---|---|
Boolean |
getShowHistoryNavigationButtons()
Gets the value of the showHistoryNavigationButtons property. |
Boolean |
getShowOpenInBrowserButton()
Gets the value of the showOpenInBrowserButton property. |
String |
getUrl()
Gets the value of the url property. |
void |
setShowHistoryNavigationButtons(Boolean value)
Sets the value of the showHistoryNavigationButtons property. |
void |
setShowOpenInBrowserButton(Boolean value)
Sets the value of the showOpenInBrowserButton property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class org.ow2.kerneos.common.config.generated.ModuleWithWindow |
|---|
getHeight, getLoadMaximized, getLoadOnStartup, getMaximizable, getPromptBeforeClose, getResizable, getWidth, setHeight, setLoadMaximized, setLoadOnStartup, setMaximizable, setPromptBeforeClose, setResizable, setWidth |
| Methods inherited from class org.ow2.kerneos.common.config.generated.Module |
|---|
getBigIcon, getDescription, getId, getName, getSmallIcon, setBigIcon, setDescription, setId, setName, setSmallIcon |
| Methods inherited from class org.ow2.kerneos.common.config.ModuleBase |
|---|
getBundle, setBundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String url
protected Boolean showOpenInBrowserButton
protected Boolean showHistoryNavigationButtons
| Constructor Detail |
|---|
public IframeModule()
| Method Detail |
|---|
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Boolean getShowOpenInBrowserButton()
Booleanpublic void setShowOpenInBrowserButton(Boolean value)
value - allowed object is
Booleanpublic Boolean getShowHistoryNavigationButtons()
Booleanpublic void setShowHistoryNavigationButtons(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||