public class AddSmartFolderEvent extends com.google.gwt.event.shared.GwtEvent<AddSmartFolderEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AddSmartFolderEventHandler> |
TYPE |
Constructor and Description |
---|
AddSmartFolderEvent(String searchText,
String parentId)
Instantiates a new adds the smart folder event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(AddSmartFolderEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<AddSmartFolderEventHandler> |
getAssociatedType() |
String |
getDescription()
Gets the description.
|
String |
getParentId() |
String |
getSearchText()
Gets the search text.
|
String |
getSmartFolderName()
Gets the smart folder name.
|
String |
getWorkpaceFolderId()
Gets the workpace folder id.
|
void |
setDescription(String description)
Sets the description.
|
void |
setSmartFolderName(String smartFolderName)
Sets the smart folder name.
|
void |
setWorkpaceFolderId(String workpaceFolderId)
Sets the workpace folder id.
|
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<AddSmartFolderEventHandler> TYPE
public String getParentId()
public com.google.gwt.event.shared.GwtEvent.Type<AddSmartFolderEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<AddSmartFolderEventHandler>
protected void dispatch(AddSmartFolderEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<AddSmartFolderEventHandler>
public String getSmartFolderName()
public String getSearchText()
public String getWorkpaceFolderId()
public void setSmartFolderName(String smartFolderName)
smartFolderName
- the new smart folder namepublic void setWorkpaceFolderId(String workpaceFolderId)
workpaceFolderId
- the new workpace folder idpublic String getDescription()
public void setDescription(String description)
description
- the new descriptionCopyright © 2016. All Rights Reserved.