public abstract class AbstractViewTransitionFactory<T,K extends TransitionKey<T>> extends AbstractTransitionFactory<T,K> implements ViewTransitionFactory<K,T>
Modifier and Type | Class and Description |
---|---|
class |
AbstractViewTransitionFactory.ViewResult
A standard
FormResult to view the target. |
class |
AbstractViewTransitionFactory.ViewTransition
a direct transtition to view the target.
|
conn
Constructor and Description |
---|
AbstractViewTransitionFactory(AppContext c) |
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.
|
java.lang.String |
getHelp(K key)
Get tooltip help string for an operation
|
<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.
|
addTransition, getTransition, getTransition, getTransitions, lookupTransition, sortByKey
getContext, getLogger, resetLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canView, showTransition
accept, allowTransition, getSummaryContent, getTargetName, getTransition, getTransitions, lookupTransition
getContext
public AbstractViewTransitionFactory(AppContext c)
public <X extends ContentBuilder> X getTopContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactory
getTopContent
in interface ViewTransitionFactory<K extends TransitionKey<T>,T>
public <X extends ContentBuilder> X getBottomContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactory
getBottomContent
in interface ViewTransitionFactory<K extends TransitionKey<T>,T>
public <X extends ContentBuilder> X getLogContent(X cb, T target, SessionService<?> sess)
ViewTransitionFactory
getLogContent
in interface ViewTransitionFactory<K extends TransitionKey<T>,T>
public java.lang.String getHelp(K key)
ViewTransitionFactory
getHelp
in interface ViewTransitionFactory<K extends TransitionKey<T>,T>
public java.lang.String getText(K key)
ViewTransitionFactory
getText
in interface ViewTransitionFactory<K extends TransitionKey<T>,T>