public class CloseWindowAction extends Action implements ActiveLinkAction, Cloneable, Serializable
CloseWindowAction class is used to create and retrieve information about the Close Window active
link action.| Constructor and Description |
|---|
CloseWindowAction()
constructor
|
CloseWindowAction(boolean closeAll)
closeAll parameter sets the flag that indicates whether all the windows should be closed or not. |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self
|
boolean |
equals(Object anObject)
Use this method for checking equality between the current object and the
provided one.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
boolean |
isCloseAll()
Retrieves the flag that indicates whether all the windows should be closed or not.
|
void |
setCloseAll(boolean closeAll)
Sets the flag that indicates whether all the windows should be closed or not.
|
equals, getActionType, toStringpublic CloseWindowAction()
public CloseWindowAction(boolean closeAll)
closeAll parameter sets the flag that indicates whether all the windows should be closed or not.public boolean isCloseAll()
public void setCloseAll(boolean closeAll)
public Object clone() throws CloneNotSupportedException
clone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object anObject)
public int hashCode()
? Copyright 2013 BMC Software, Inc.