org.ow2.kerneos.common.config.generated
Class IframeModule

java.lang.Object
  extended by org.ow2.kerneos.common.config.ModuleBase
      extended by org.ow2.kerneos.common.config.generated.Module
          extended by org.ow2.kerneos.common.config.generated.ModuleWithWindow
              extended by org.ow2.kerneos.common.config.generated.IframeModule
All Implemented Interfaces:
Serializable

public class IframeModule
extends ModuleWithWindow
implements Serializable

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>
 

See Also:
Serialized Form

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

url

protected String url

showOpenInBrowserButton

protected Boolean showOpenInBrowserButton

showHistoryNavigationButtons

protected Boolean showHistoryNavigationButtons
Constructor Detail

IframeModule

public IframeModule()
Method Detail

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getShowOpenInBrowserButton

public Boolean getShowOpenInBrowserButton()
Gets the value of the showOpenInBrowserButton property.

Returns:
possible object is Boolean

setShowOpenInBrowserButton

public void setShowOpenInBrowserButton(Boolean value)
Sets the value of the showOpenInBrowserButton property.

Parameters:
value - allowed object is Boolean

getShowHistoryNavigationButtons

public Boolean getShowHistoryNavigationButtons()
Gets the value of the showHistoryNavigationButtons property.

Returns:
possible object is Boolean

setShowHistoryNavigationButtons

public void setShowHistoryNavigationButtons(Boolean value)
Sets the value of the showHistoryNavigationButtons property.

Parameters:
value - allowed object is Boolean


Copyright © 2013 OW2 Consortium. All Rights Reserved.