| Package | Description |
|---|---|
| to.etc.domui.component.image | |
| to.etc.domui.component.upload | |
| to.etc.domui.dom.html | |
| to.etc.domui.log.tailer | |
| to.etc.domui.parts | |
| to.etc.domui.server | |
| to.etc.domui.state |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImageSelectControl.handleUploadRequest(RequestContextImpl param,
ConversationContext conversation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BulkUploadButton.handleUploadRequest(RequestContextImpl param,
ConversationContext conversation)
Handle an upload completion event.
|
boolean |
BulkUpload.handleUploadRequest(RequestContextImpl param,
ConversationContext conversation)
Handle an upload completion event.
|
boolean |
IUploadAcceptingComponent.handleUploadRequest(RequestContextImpl param,
ConversationContext conversation) |
boolean |
FileUpload.handleUploadRequest(RequestContextImpl param,
ConversationContext conversation) |
| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
Page.getConversation() |
ConversationContext |
Page.internalGetConversation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.internalInitialize(IPageParameters pp,
ConversationContext cc)
Assign required data to the page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogTailerTask.conversationAttached(ConversationContext cc) |
void |
LogTailerTask.conversationDestroyed(ConversationContext cc) |
void |
LogTailerTask.conversationDetached(ConversationContext cc) |
void |
LogTailerTask.conversationNew(ConversationContext cc) |
| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
ComponentPartRenderer.getConversation() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDomUIStateListener.conversationCreated(ConversationContext cc) |
void |
IDomUIStateListener.conversationDestroyed(ConversationContext cc) |
void |
DomApplication.internalCallConversationCreated(ConversationContext ws) |
void |
DomApplication.internalCallConversationDestroyed(ConversationContext ws) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleConversationContext |
| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
WindowSession.createConversation(Class<? extends ConversationContext> clz) |
ConversationContext |
WindowSession.findConversation(String cid)
Locate a conversation by ID.
|
static ConversationContext |
UIContext.getCurrentConversation() |
ConversationContext |
WindowSession.getTargetConversation() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConversationContext> |
PageMaker.getConversationType(Constructor<? extends UrlPage> clz)
From a page constructor, get the Conversation class to use.
|
Class<? extends ConversationContext> |
WindowSession.getTargetConversationClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowSession.acceptNewConversation(ConversationContext cc) |
void |
IConversationStateListener.conversationAttached(ConversationContext cc) |
void |
IConversationStateListener.conversationDestroyed(ConversationContext cc) |
void |
IConversationStateListener.conversationDetached(ConversationContext cc) |
void |
IConversationStateListener.conversationNew(ConversationContext cc) |
protected void |
WindowSession.destroyConversation(ConversationContext cc) |
void |
WindowSession.internalSetNextPage(MoveMode m,
Class<? extends UrlPage> clz,
ConversationContext cc,
Class<? extends ConversationContext> ccclz,
IPageParameters pp) |
static void |
UIGoto.moveSub(Class<? extends UrlPage> clz,
ConversationContext cc,
IPageParameters pp)
Push (shelve) the current page, then move to a new page.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
WindowSession.createConversation(Class<? extends ConversationContext> clz) |
static <T extends UrlPage> |
PageMaker.getPageConstructor(Class<T> clz,
Class<? extends ConversationContext> ccclz,
boolean hasparam)
Finds the best constructor to use for the given page and the given conversation context.
|
void |
WindowSession.internalSetNextPage(MoveMode m,
Class<? extends UrlPage> clz,
ConversationContext cc,
Class<? extends ConversationContext> ccclz,
IPageParameters pp) |
| Constructor and Description |
|---|
DelayedActivitiesManager(ConversationContext conversation) |
Copyright © 2017 etc.to. All rights reserved.