public class MaximizeEvent extends Event
Constructor and Description |
---|
MaximizeEvent(java.lang.String name,
Component target,
java.lang.String left,
java.lang.String top,
java.lang.String width,
java.lang.String height,
boolean maximized) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeight()
Returns the height of the component, which is its original height.
|
java.lang.String |
getLeft()
Returns the left of the component, which is its original left.
|
static MaximizeEvent |
getMaximizeEvent(AuRequest request)
Converts an AU request to a maximize event.
|
java.lang.String |
getTop()
Returns the top of the component, which is its original top.
|
java.lang.String |
getWidth()
Returns the width of the component, which is its original width.
|
boolean |
isMaximized()
Returns whether to be maximized.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public MaximizeEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, java.lang.String width, java.lang.String height, boolean maximized)
public static final MaximizeEvent getMaximizeEvent(AuRequest request)
public final java.lang.String getWidth()
public final java.lang.String getHeight()
public final java.lang.String getLeft()
public final java.lang.String getTop()
public final boolean isMaximized()
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.