T - K - public abstract class AbstractViewIndexedTransitionProvider<T extends Indexed,K> extends AbstractIndexedTransitionProvider<T,K> implements ViewTransitionProvider<K,T>
USE_NAME_PARSERconn| Constructor and Description |
|---|
AbstractViewIndexedTransitionProvider(AppContext c,
IndexedProducer<? extends T> fac,
java.lang.String target_name) |
| Modifier and Type | Method and Description |
|---|---|
<X extends ContentBuilder> |
getBottomContent(X cb,
T target,
SessionService<?> sess)
Get the content to be displayed at the bottom of the target page.
|
<X extends ContentBuilder> |
getLogContent(X cb,
T target,
SessionService<?> sess)
Get the content to be displayed on the view target page as part of the target pane.
|
java.lang.String |
getText(K key)
get custom button content.
|
<X extends ContentBuilder> |
getTopContent(X cb,
T target,
SessionService<?> sess)
Get the content to be displayed at the top of the target page.
|
accept, getID, getIndexedID, getIndexedTarget, getProducer, getTarget, getTargetNamegetContext, getLogger, resetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanView, getHelp, showTransitionaccept, getID, getTargetallowTransition, getSummaryContent, getTargetName, getTransition, getTransitions, lookupTransitiongetContextpublic AbstractViewIndexedTransitionProvider(AppContext c, IndexedProducer<? extends T> fac, java.lang.String target_name)
c - fac - target_name - public <X extends ContentBuilder> X getTopContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactorygetTopContent in interface ViewTransitionFactory<K,T extends Indexed>public <X extends ContentBuilder> X getBottomContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactorygetBottomContent in interface ViewTransitionFactory<K,T extends Indexed>public <X extends ContentBuilder> X getLogContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactorygetLogContent in interface ViewTransitionFactory<K,T extends Indexed>public final java.lang.String getText(K key)
ViewTransitionFactorygetText in interface ViewTransitionFactory<K,T extends Indexed>