K
- transition keyT
- transition targetpublic final class BackResult<K,T> extends java.lang.Object implements FormResult
Modifier and Type | Field and Description |
---|---|
FormResult |
fallback |
ViewTransitionFactory<K,T> |
provider |
Constructor and Description |
---|
BackResult(ViewTransitionFactory<K,T> provider,
FormResult fallback) |
Modifier and Type | Method and Description |
---|---|
void |
accept(FormResultVisitor vis) |
public final ViewTransitionFactory<K,T> provider
public final FormResult fallback
public BackResult(ViewTransitionFactory<K,T> provider, FormResult fallback)
public void accept(FormResultVisitor vis) throws java.lang.Exception
accept
in interface FormResult
java.lang.Exception