| java.lang.Object java.util.EventObject org.wings.event.SViewportChangeEvent
SViewportChangeEvent | public class SViewportChangeEvent extends EventObject (Code) | | SViewportChangeEvent is used to notify interested parties that the viewport
of a Scrollable (the source) has changed either horizontally or vertically.
author: Stephan Schuster |
Method Summary | |
public boolean | isHorizontalChange() Returns true in case of a vertical change. |
SViewportChangeEvent | public SViewportChangeEvent(Scrollable source, boolean horizontalChange)(Code) | | Constructs a SViewportChangeEvent object.
Parameters: source - the Scrollable which is the source of the event Parameters: horizontalChange - the direction in of the viewport change |
isHorizontalChange | public boolean isHorizontalChange()(Code) | | Returns true in case of a vertical change.
true, if the Scrollable's viewport changed horizontally- false if the Scrollable's viewport changed vertically |
|
|