Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit | |
com.softwareag.mobile.runtime.toolkit.ui.pane |
Modifier and Type | Method and Description |
---|---|
PaneDefinition |
AbstractApplicationController.getPaneDefinition(int paneId)
Returns the PaneDefinition which is correspondent to the delivered pane
id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractApplicationController.createTransitionStackController(com.softwareag.mobile.runtime.nui.nUIObject sender,
PaneConfiguration pc,
PaneDefinition pane,
AbstractViewController assignedAVC) |
AbstractViewController |
AbstractApplicationController.onAssignView(com.softwareag.mobile.runtime.nui.nUIObject sender,
PaneConfiguration pc,
PaneDefinition pane,
AbstractViewController avcToAssign) |
void |
AbstractApplicationController.onSetupPaneDimension(com.softwareag.mobile.runtime.nui.nUIObject sender,
PaneConfiguration pc,
PaneDefinition pane) |
Modifier and Type | Method and Description |
---|---|
PaneDefinition |
PaneDefinitionGetter.getPaneDefinition() |
Modifier and Type | Method and Description |
---|---|
boolean |
IPaneConfigDelegate.createTransitionStackController(com.softwareag.mobile.runtime.nui.nUIObject sender,
PaneConfiguration pc,
PaneDefinition pane,
AbstractViewController assignedAVC)
Override this method to disable the automatically creation of a
TransitionStackController.
|
AbstractViewController |
IPaneConfigDelegate.onAssignView(com.softwareag.mobile.runtime.nui.nUIObject sender,
PaneConfiguration pc,
PaneDefinition pane,
AbstractViewController avcToAssign)
This callback can be used to change a view controller that will be used
to create a view for the given pane.
|
void |
IPaneConfigDelegate.onSetupPaneDimension(com.softwareag.mobile.runtime.nui.nUIObject sender,
PaneConfiguration pc,
PaneDefinition pane)
This callback will be called after dimensions for the current pane are
calculated.
|
void |
SetVisibleVisitor.visit(PaneDefinition pane)
Sets visibility information based on
isShowView() . |
void |
SetPaneDimensionVisitor.visit(PaneDefinition pane)
Sets dimensions and triggers callback
IPaneConfigDelegate.onSetupPaneDimension(nUIObject, PaneConfiguration, PaneDefinition)
for the current pane definition. |
void |
PaneDefinitionGetter.visit(PaneDefinition pane) |
void |
IPaneVisitor.visit(PaneDefinition pane)
Specific operation for a @link{PaneDefinition}.
|
void |
AssignViewVisitor.visit(PaneDefinition pane) |