public class SpacerVisibilityChangedEvent extends com.google.gwt.event.shared.GwtEvent<SpacerVisibilityChangedHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SpacerVisibilityChangedHandler> |
TYPE
Handler type.
|
Constructor and Description |
---|
SpacerVisibilityChangedEvent(int rowIndex,
boolean visible)
Creates a spacer visibility changed event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SpacerVisibilityChangedHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SpacerVisibilityChangedHandler> |
getAssociatedType() |
int |
getRowIndex()
Gets the row index to which the spacer element belongs.
|
static com.google.gwt.event.shared.GwtEvent.Type<SpacerVisibilityChangedHandler> |
getType() |
boolean |
isSpacerVisible()
Gets whether the spacer element is displayed.
|
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SpacerVisibilityChangedHandler> TYPE
public SpacerVisibilityChangedEvent(int rowIndex, boolean visible)
rowIndex
- index of row to which the spacer belongsvisible
- true
if the spacer element is shown, false
if
the spacer element is hiddenpublic static final com.google.gwt.event.shared.GwtEvent.Type<SpacerVisibilityChangedHandler> getType()
public int getRowIndex()
public boolean isSpacerVisible()
true
if the spacer element is shown, false
if the
spacer element is hiddenpublic com.google.gwt.event.shared.GwtEvent.Type<SpacerVisibilityChangedHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SpacerVisibilityChangedHandler>
protected void dispatch(SpacerVisibilityChangedHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SpacerVisibilityChangedHandler>
Copyright © 2019 Vaadin Ltd. All rights reserved.