public interface StackWaves
WaveItemBase and WaveType used to manage the stack model.| Modifier and Type | Field and Description |
|---|---|
static WaveItemBase<PageEnum> |
PAGE_ENUM
The page to display (enum descriptor).
|
static WaveItemBase<org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>> |
PAGE_MODEL_KEY
The page to display (model class descriptor).
|
static org.jrebirth.af.api.wave.contract.WaveType |
SHOW_PAGE_ENUM
Show Page (with Enum) action.
|
static org.jrebirth.af.api.wave.contract.WaveType |
SHOW_PAGE_MODEL
Show Page (with Model) action.
|
static WaveItemBase<String> |
STACK_NAME
The name of the stack concerned.
|
static final WaveItemBase<String> STACK_NAME
static final WaveItemBase<org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>> PAGE_MODEL_KEY
static final WaveItemBase<PageEnum> PAGE_ENUM
static final org.jrebirth.af.api.wave.contract.WaveType SHOW_PAGE_MODEL
static final org.jrebirth.af.api.wave.contract.WaveType SHOW_PAGE_ENUM
Copyright © 2011–2015 JRebirth OSS. All rights reserved.