public class EnableRightPanelEvent extends com.google.gwt.event.shared.GwtEvent<EnableRightPanelEventHandler>
GwtEvent to enable the RightPanelView| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EnableRightPanelEventHandler> |
TYPE |
| Constructor and Description |
|---|
EnableRightPanelEvent()
Fire this event to show all the first-level data models enabled (i.e.
|
EnableRightPanelEvent(String filterTerm)
Fire this event to show only the data model with the given name, disabled (i.e.
|
EnableRightPanelEvent(String filterTerm,
boolean notEqualsSearch)
Fire this event to filter the data model with the given name, disabled (i.e.
|
EnableRightPanelEvent(String filterTerm,
String propertyName)
Fire this event to show only the data model with the given name, disabled (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EnableRightPanelEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EnableRightPanelEventHandler> |
getAssociatedType() |
String |
getFilterTerm() |
String |
getPropertyName() |
boolean |
isNotEqualsSearch() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EnableRightPanelEventHandler> TYPE
public EnableRightPanelEvent()
public EnableRightPanelEvent(String filterTerm)
filterTerm - public EnableRightPanelEvent(String filterTerm, String propertyName)
filterTerm - propertyName - public EnableRightPanelEvent(String filterTerm, boolean notEqualsSearch)
notEqualsSearch - set to true to perform a not filter, i.e. to show only results different than filterTermpublic com.google.gwt.event.shared.GwtEvent.Type<EnableRightPanelEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EnableRightPanelEventHandler>public String getFilterTerm()
public boolean isNotEqualsSearch()
public String getPropertyName()
protected void dispatch(EnableRightPanelEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EnableRightPanelEventHandler>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.