public class RichMediaExitWindowProperties extends Object implements Serializable
| Constructor and Description |
|---|
RichMediaExitWindowProperties() |
RichMediaExitWindowProperties(int height,
int left,
boolean locationBar,
boolean menuBar,
boolean resizable,
boolean scrollBars,
boolean statusBar,
boolean toolBar,
int top,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getHeight()
Gets the height value for this RichMediaExitWindowProperties.
|
int |
getLeft()
Gets the left value for this RichMediaExitWindowProperties.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTop()
Gets the top value for this RichMediaExitWindowProperties.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getWidth()
Gets the width value for this RichMediaExitWindowProperties.
|
int |
hashCode() |
boolean |
isLocationBar()
Gets the locationBar value for this RichMediaExitWindowProperties.
|
boolean |
isMenuBar()
Gets the menuBar value for this RichMediaExitWindowProperties.
|
boolean |
isResizable()
Gets the resizable value for this RichMediaExitWindowProperties.
|
boolean |
isScrollBars()
Gets the scrollBars value for this RichMediaExitWindowProperties.
|
boolean |
isStatusBar()
Gets the statusBar value for this RichMediaExitWindowProperties.
|
boolean |
isToolBar()
Gets the toolBar value for this RichMediaExitWindowProperties.
|
void |
setHeight(int height)
Sets the height value for this RichMediaExitWindowProperties.
|
void |
setLeft(int left)
Sets the left value for this RichMediaExitWindowProperties.
|
void |
setLocationBar(boolean locationBar)
Sets the locationBar value for this RichMediaExitWindowProperties.
|
void |
setMenuBar(boolean menuBar)
Sets the menuBar value for this RichMediaExitWindowProperties.
|
void |
setResizable(boolean resizable)
Sets the resizable value for this RichMediaExitWindowProperties.
|
void |
setScrollBars(boolean scrollBars)
Sets the scrollBars value for this RichMediaExitWindowProperties.
|
void |
setStatusBar(boolean statusBar)
Sets the statusBar value for this RichMediaExitWindowProperties.
|
void |
setToolBar(boolean toolBar)
Sets the toolBar value for this RichMediaExitWindowProperties.
|
void |
setTop(int top)
Sets the top value for this RichMediaExitWindowProperties.
|
void |
setWidth(int width)
Sets the width value for this RichMediaExitWindowProperties.
|
public RichMediaExitWindowProperties()
public RichMediaExitWindowProperties(int height,
int left,
boolean locationBar,
boolean menuBar,
boolean resizable,
boolean scrollBars,
boolean statusBar,
boolean toolBar,
int top,
int width)
public int getHeight()
public void setHeight(int height)
height - public int getLeft()
public void setLeft(int left)
left - public boolean isLocationBar()
public void setLocationBar(boolean locationBar)
locationBar - public boolean isMenuBar()
public void setMenuBar(boolean menuBar)
menuBar - public boolean isResizable()
public void setResizable(boolean resizable)
resizable - public boolean isScrollBars()
public void setScrollBars(boolean scrollBars)
scrollBars - public boolean isStatusBar()
public void setStatusBar(boolean statusBar)
statusBar - public boolean isToolBar()
public void setToolBar(boolean toolBar)
toolBar - public int getTop()
public void setTop(int top)
top - public int getWidth()
public void setWidth(int width)
width - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.