A B C D E F G H I J L M N O P R S T U V W X Y 

P

PaneConfiguration - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
A PaneConfiguration describes the partition of a window into different panes.
PaneConfiguration() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
 
PaneDefinition - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
This class represents PaneDefinition in the model and stores information about the initial view, visibility and the name/id of the pane.
PaneDefinition() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
 
PaneDefinitionGetter - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
This is a get-pane-definition-by-pane-id operation: PaneDefinitionGetter pdGetter = new PaneDefinitionGetter(paneId); currentPaneConfig.getRootPane().accept(pdGetter); PaneDefinition paneDef = pdGetter.getPaneDefinition();
PaneDefinitionGetter(int) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinitionGetter
 
PaneRect - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
A rectangle representing the pane's dimensions.
PaneRect(float, float, float, float) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneRect
 
PLATFORM_ANDROID - Static variable in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
PLATFORM_BLACKBERRY - Static variable in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
PLATFORM_IOS_JC - Static variable in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
PLATFORM_WIN8 - Static variable in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
PLATFORM_WINPHONE - Static variable in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
popToRootViewController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes all AbstractViewController from the stack hierarchy back to the root (first) AbstractViewController in the stack.
popToRootViewController(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes all AbstractViewController from the stack hierarchy back to the root (first) AbstractViewController in the stack.
popToRootViewController(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes all AbstractViewController from the stack hierarchy back to the root (first) AbstractViewController in the stack.
popToViewController(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes all AbstractViewController from the stack hierarchy back to the AbstractViewController instance provided as argument.
popToViewController(AbstractViewController, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes all AbstractViewController from the stack hierarchy back to the AbstractViewController instance provided as argument.
popToViewController(AbstractViewController, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes all AbstractViewController from the stack hierarchy back to the AbstractViewController instance provided as argument.
popViewController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes the top AbstractViewController from the stack hierarchy.
popViewController(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes the top AbstractViewController from the stack hierarchy.
popViewController(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Removes the top AbstractViewController from the stack hierarchy.
pushViewController(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Pushes an AbstractViewController on top of the stack hierarchy and transitions it on the screen.
pushViewController(AbstractViewController, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Pushes an AbstractViewController on top of the stack hierarchy and transitions it on the screen using a given transition type.
pushViewController(AbstractViewController, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Pushes an AbstractViewController on top of the stack hierarchy.
A B C D E F G H I J L M N O P R S T U V W X Y