public class ShowPolicyChainEvent extends com.google.gwt.event.shared.GwtEvent<ShowPolicyChainEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShowPolicyChainEvent.Handler
Handler for
ShowPolicyChainEvent. |
static interface |
ShowPolicyChainEvent.HasShowPolicyChainHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
ShowPolicyChainEvent(String planId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ShowPolicyChainEvent.Handler handler) |
static ShowPolicyChainEvent |
fire(com.google.gwt.event.shared.HasHandlers source,
String planId)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<ShowPolicyChainEvent.Handler> |
getAssociatedType() |
String |
getPlanId() |
static com.google.gwt.event.shared.GwtEvent.Type<ShowPolicyChainEvent.Handler> |
getType()
Gets the type associated with this event.
|
void |
setPlanId(String planId) |
assertLive, getSource, isLive, kill, revivepublic ShowPolicyChainEvent(String planId)
planId - public static ShowPolicyChainEvent fire(com.google.gwt.event.shared.HasHandlers source, String planId)
source - planId - public static com.google.gwt.event.shared.GwtEvent.Type<ShowPolicyChainEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<ShowPolicyChainEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ShowPolicyChainEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(ShowPolicyChainEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ShowPolicyChainEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)public String getPlanId()
public void setPlanId(String planId)
planId - the planId to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.