T
- K
- public abstract class AbstractViewIndexedTransitionProvider<T extends Indexed,K> extends AbstractIndexedTransitionProvider<T,K> implements ViewTransitionProvider<K,T>
USE_NAME_PARSER
conn
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, getTargetName
getContext, getLogger, resetLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canView, getHelp, showTransition
accept, getID, getTarget
allowTransition, getSummaryContent, getTargetName, getTransition, getTransitions, lookupTransition
getContext
public 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)
ViewTransitionFactory
getTopContent
in interface ViewTransitionFactory<K,T extends Indexed>
public <X extends ContentBuilder> X getBottomContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactory
getBottomContent
in interface ViewTransitionFactory<K,T extends Indexed>
public <X extends ContentBuilder> X getLogContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactory
getLogContent
in interface ViewTransitionFactory<K,T extends Indexed>
public final java.lang.String getText(K key)
ViewTransitionFactory
getText
in interface ViewTransitionFactory<K,T extends Indexed>