public class NewBGController extends BasicController
Event.DONE_EVENT
in the case of successfully group creation and Event.CANCELLED_EVENT
if the user no longer wishes to create a group.
Initial Date: 28.06.2007
限定符和类型 | 方法和说明 |
---|---|
BusinessGroup |
getCreatedGroup()
if Event.DONE_EVENT received the return value is always NOT NULL.
|
java.util.Set<java.lang.String> |
getCreatedGroupNames()
Returns the names of the new business groups.
|
java.util.Set<BusinessGroup> |
getCreatedGroups()
Returns the new business groups.
|
boolean |
isBulkMode()
if bulkmode is on or not
|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
public BusinessGroup getCreatedGroup()
public java.util.Set<BusinessGroup> getCreatedGroups()
public java.util.Set<java.lang.String> getCreatedGroupNames()
public boolean isBulkMode()