public class CmsSitemapLoadEvent extends com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
CmsSitemapController
构造器和说明 |
---|
CmsSitemapLoadEvent(CmsClientSitemapEntry entry,
boolean setOpen)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
dispatch(I_CmsSitemapLoadHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> |
getAssociatedType() |
CmsClientSitemapEntry |
getEntry()
Returns the entry.
|
static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> |
getType()
Gets the event type associated with change events.
|
boolean |
isSetOpen()
Returns if the entry should be opened.
|
public CmsSitemapLoadEvent(CmsClientSitemapEntry entry, boolean setOpen)
entry
- the entry that loaded its childrensetOpen
- if the entry should be openedpublic static com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<I_CmsSitemapLoadHandler> getAssociatedType()
getAssociatedType
在类中 com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
GwtEvent.getAssociatedType()
public CmsClientSitemapEntry getEntry()
public boolean isSetOpen()
true
if the entry should be openedprotected void dispatch(I_CmsSitemapLoadHandler handler)
dispatch
在类中 com.google.gwt.event.shared.GwtEvent<I_CmsSitemapLoadHandler>
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)