|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoveMode | |
---|---|
to.etc.domui.component.misc | |
to.etc.domui.state |
Uses of MoveMode in to.etc.domui.component.misc |
---|
Methods in to.etc.domui.component.misc that return MoveMode | |
---|---|
MoveMode |
ALink.getMoveMode()
|
Methods in to.etc.domui.component.misc with parameters of type MoveMode | |
---|---|
void |
ALink.setMoveMode(MoveMode moveMode)
|
Constructors in to.etc.domui.component.misc with parameters of type MoveMode | |
---|---|
ALink(java.lang.Class<? extends UrlPage> targetClass,
MoveMode mode)
|
|
ALink(java.lang.Class<? extends UrlPage> targetClass,
PageParameters targetParameters,
MoveMode mode)
|
Uses of MoveMode in to.etc.domui.state |
---|
Methods in to.etc.domui.state that return MoveMode | |
---|---|
MoveMode |
WindowSession.getTargetMode()
|
static MoveMode |
MoveMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MoveMode[] |
MoveMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in to.etc.domui.state with parameters of type MoveMode | |
---|---|
void |
WindowSession.internalSetNextPage(MoveMode m,
java.lang.Class<? extends UrlPage> clz,
ConversationContext cc,
java.lang.Class<? extends ConversationContext> ccclz,
PageParameters pp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |