|
||||||||||
| 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
public class ModuleWithWindow
Java class for module-with-window complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="module-with-window">
<complexContent>
<extension base="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}module">
<sequence>
<element name="load-maximized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="load-on-startup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="prompt-before-close" type="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}prompt-before-close" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="resizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="maximizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
height
|
protected Boolean |
loadMaximized
|
protected Boolean |
loadOnStartup
|
protected Boolean |
maximizable
|
protected PromptBeforeClose |
promptBeforeClose
|
protected Boolean |
resizable
|
protected BigInteger |
width
|
| Fields inherited from class org.ow2.kerneos.common.config.generated.Module |
|---|
bigIcon, description, id, name, smallIcon |
| Constructor Summary | |
|---|---|
ModuleWithWindow()
|
|
| Method Summary | |
|---|---|
BigInteger |
getHeight()
Gets the value of the height property. |
Boolean |
getLoadMaximized()
Gets the value of the loadMaximized property. |
Boolean |
getLoadOnStartup()
Gets the value of the loadOnStartup property. |
Boolean |
getMaximizable()
Gets the value of the maximizable property. |
PromptBeforeClose |
getPromptBeforeClose()
Gets the value of the promptBeforeClose property. |
Boolean |
getResizable()
Gets the value of the resizable property. |
BigInteger |
getWidth()
Gets the value of the width property. |
void |
setHeight(BigInteger value)
Sets the value of the height property. |
void |
setLoadMaximized(Boolean value)
Sets the value of the loadMaximized property. |
void |
setLoadOnStartup(Boolean value)
Sets the value of the loadOnStartup property. |
void |
setMaximizable(Boolean value)
Sets the value of the maximizable property. |
void |
setPromptBeforeClose(PromptBeforeClose value)
Sets the value of the promptBeforeClose property. |
void |
setResizable(Boolean value)
Sets the value of the resizable property. |
void |
setWidth(BigInteger value)
Sets the value of the width property. |
| 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 Boolean loadMaximized
protected Boolean loadOnStartup
protected PromptBeforeClose promptBeforeClose
protected BigInteger width
protected BigInteger height
protected Boolean resizable
protected Boolean maximizable
| Constructor Detail |
|---|
public ModuleWithWindow()
| Method Detail |
|---|
public Boolean getLoadMaximized()
Booleanpublic void setLoadMaximized(Boolean value)
value - allowed object is
Booleanpublic Boolean getLoadOnStartup()
Booleanpublic void setLoadOnStartup(Boolean value)
value - allowed object is
Booleanpublic PromptBeforeClose getPromptBeforeClose()
PromptBeforeClosepublic void setPromptBeforeClose(PromptBeforeClose value)
value - allowed object is
PromptBeforeClosepublic BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean getResizable()
Booleanpublic void setResizable(Boolean value)
value - allowed object is
Booleanpublic Boolean getMaximizable()
Booleanpublic void setMaximizable(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||