Class AppHistoryEntry
- All Implemented Interfaces:
IAppHistoryEntry
It is used for backward and optionally forward navigation. The main purpose for this class is to provide information for programmatical use. The information held in this class is fed from the IAppSessionGyro
instance.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if another history entry is equal with this one.int
Gets the backward panel animation.Gets the programmatic operation for backward.Gets the UI reference to the backward focus.Gets the non-virtualized VS component for backward focus.int
Gets the forward panel animation.Gets the programmatic operation for forward.Gets the UI reference to the forward focus.Gets the non-virtualized VS component for forward focus.int
hashCode()
Gets the hash code.isBackwardEnabled
(IClientSessionGyro clientGyro) Returns if the backward operation is enabled or not.isBackwardFocusEnabled
(IClientSessionGyro clientGyro) Returns if the focus to the backward UI component if possible, otherwise the VS component.isForwardEnabled
(IClientSessionGyro clientGyro) Returns if the forward operation is enabled or not.isForwardFocusEnabled
(IClientSessionGyro clientGyro) Returns if the focus to the forward UI component if possible, otherwise the VS component.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.boolean
setBackwardAnimation
(int animation) Sets the backward panel animation.setBackwardFocus
(IClientSessionGyro clientGyro) Sets the focus to the backward UI component if possible, otherwise the VS component.boolean
setBackwardInfo
(IAppHistoryBackward backward) Sets the backward programmatic operation to use for the entry.boolean
setBackwardInfo
(UIComp uiComp) Sets the backward UI focus information for the entry.boolean
setBackwardInfo
(IVSComponent vsComp) Sets the backward VirtualSpace focus information for the entry.boolean
setForwardAnimation
(int animation) Sets the forward panel animation.setForwardFocus
(IClientSessionGyro clientGyro) Sets the focus to the forward UI component if possible, otherwise the VS component.boolean
setForwardInfo
(IAppHistoryForward forward) Sets the forward programmatic operation to use for the entry.boolean
setForwardInfo
(UIComp uiComp) Sets the forward UI focus information for the entry.boolean
setForwardInfo
(IVSComponent vsComp) Sets the forward VirtualSpace focus information for the entry.
Method Details
setBackwardInfo
Sets the backward UI focus information for the entry. It is recommended to also set the VirtualSpace component too, using
.setBackwardInfo(IVSComponent)
- Specified by:
setBackwardInfo
in interfaceIAppHistoryEntry
- Parameters:
uiComp
- The UI component, null for none.- Returns:
- true for changed values, false for no changes.
- Throws:
NullPointerException
- If the parameter is null.IllegalArgumentException
- If the parameter is not valid.
setForwardInfo
Sets the forward UI focus information for the entry. It is recommended to also set the VirtualSpace component too, using
.setForwardInfo(IVSComponent)
- Specified by:
setForwardInfo
in interfaceIAppHistoryEntry
- Parameters:
uiComp
- The UI component, null for none.- Returns:
- true for changed values, false for no changes.
- Throws:
NullPointerException
- If the parameter is null.IllegalArgumentException
- If the parameter is not valid.
setBackwardInfo
Sets the backward VirtualSpace focus information for the entry.- Specified by:
setBackwardInfo
in interfaceIAppHistoryEntry
- Parameters:
vsComp
- The VS component, null for none.- Returns:
- true for changed values, false for no changes.
- Throws:
NullPointerException
- If the parameter is null.IllegalArgumentException
- If the parameter is not valid.
setForwardInfo
Sets the forward VirtualSpace focus information for the entry.- Specified by:
setForwardInfo
in interfaceIAppHistoryEntry
- Parameters:
vsComp
- The VS component, null for none.- Returns:
- true for changed values, false for no changes.
- Throws:
NullPointerException
- If the parameter is null.
setBackwardInfo
Sets the backward programmatic operation to use for the entry.- Specified by:
setBackwardInfo
in interfaceIAppHistoryEntry
- Parameters:
backward
- The instance of the backward operation to use or null for none.- Returns:
- true for changed values, false for no changes.
setForwardInfo
Sets the forward programmatic operation to use for the entry.- Specified by:
setForwardInfo
in interfaceIAppHistoryEntry
- Parameters:
forward
- The instance of the backward operation to use or null for none.- Returns:
- true for changed values, false for no changes.
setBackwardAnimation
public boolean setBackwardAnimation(int animation) Sets the backward panel animation.- Specified by:
setBackwardAnimation
in interfaceIAppHistoryEntry
- Parameters:
animation
- The animation value, or -1 for none.- Returns:
- true if value changed, false for no change.
- Throws:
IllegalArgumentException
- If the animation value is not acceptable, i.e. is not a value that comes from the
class.IUIPanelAnimation
setForwardAnimation
public boolean setForwardAnimation(int animation) Sets the forward panel animation.- Specified by:
setForwardAnimation
in interfaceIAppHistoryEntry
- Parameters:
animation
- The animation value, or -1 for none.- Returns:
- true if value changed, false for no change.
- Throws:
IllegalArgumentException
- If the animation value is not acceptable, i.e. is not a value that comes from the
class.IUIPanelAnimation
getBackwardUIFocus
Gets the UI reference to the backward focus.- Specified by:
getBackwardUIFocus
in interfaceIAppHistoryEntry
- Returns:
- The property reference for the backward UI focus, null for none.
getForwardUIFocus
Gets the UI reference to the forward focus.- Specified by:
getForwardUIFocus
in interfaceIAppHistoryEntry
- Returns:
- The property reference for the forward UI focus, null for none.
getBackwardVSFocus
Gets the non-virtualized VS component for backward focus.- Specified by:
getBackwardVSFocus
in interfaceIAppHistoryEntry
- Returns:
- The non-virtualized VS component for backward focus, null for none.
getForwardVSFocus
Gets the non-virtualized VS component for forward focus.- Specified by:
getForwardVSFocus
in interfaceIAppHistoryEntry
- Returns:
- The non-virtualized VS component for forward focus, null for none.
getBackwardOperation
Gets the programmatic operation for backward.- Specified by:
getBackwardOperation
in interfaceIAppHistoryEntry
- Returns:
- The interface instance, null for none.
getForwardOperation
Gets the programmatic operation for forward.- Specified by:
getForwardOperation
in interfaceIAppHistoryEntry
- Returns:
- The interface instance, null for none.
getBackwardAnimation
public int getBackwardAnimation()Gets the backward panel animation.- Specified by:
getBackwardAnimation
in interfaceIAppHistoryEntry
- Returns:
- The panel animation, or -1 for none.
getForwardAnimation
public int getForwardAnimation()Gets the forward panel animation.- Specified by:
getForwardAnimation
in interfaceIAppHistoryEntry
- Returns:
- The panel animation, or -1 for none.
isBackwardEnabled
Returns if the backward operation is enabled or not.If a
null String
is returned, the operation is enabled, otherwise the string is the reason why to operation is disabled. This reason is used typically for developers, logging and debugging.- Specified by:
isBackwardEnabled
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the backward operation enabled state.- Returns:
- Default
null
meaning enabled, otherwise the reason string for being disabled.
isForwardEnabled
Returns if the forward operation is enabled or not.If a
null String
is returned, the operation is enabled, otherwise the string is the reason why to operation is disabled. This reason is used typically for developers, logging and debugging.- Specified by:
isForwardEnabled
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the forward operation enabled state.- Returns:
- Default
null
meaning enabled, otherwise the reason string for being disabled.
performBackward
public String performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.Note: this operation may be lengthy and may not complete in the same thread. This means that the
completedCallback
could be called from another thread.- Specified by:
performBackward
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the backward operation execution.completedCallback
- The callback is called when operation has completed, null for none.- Returns:
- Default
null
meaning enabled and the operation has begun (perhaps not completed yet), otherwise the reason string for being disabled.
performForward
public String performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.Note: this operation may be lengthy and may not complete in the same thread. This means that the
completedCallback
could be called from another thread.- Specified by:
performForward
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the forward operation execution.completedCallback
- The callback is called when operation has completed, null for none.- Returns:
- Default
null
meaning enabled and the operation has begun (perhaps not completed yet), otherwise the reason string for being disabled.
isBackwardFocusEnabled
Returns if the focus to the backward UI component if possible, otherwise the VS component. This method is intended to be used for programmatic history operation that also includes a focus part that requires a call to
. This method should be called during the processing ofsetBackwardFocus(IClientSessionGyro)
.IAppHistoryBackward.isBackwardEnabled(IAppHistoryEntry, IClientSessionGyro)
- Specified by:
isBackwardFocusEnabled
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the forward operation execution.- Returns:
- Failure string, i.e. null for success, otherwise an error message.
isForwardFocusEnabled
Returns if the focus to the forward UI component if possible, otherwise the VS component. This method is intended to be used for programmatic history operation that also includes a focus part that requires a call to
. This method should be called during the processing ofsetForwardFocus(IClientSessionGyro)
.IAppHistoryForward.isForwardEnabled(IAppHistoryEntry, IClientSessionGyro)
- Specified by:
isForwardFocusEnabled
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the forward operation execution.- Returns:
- Failure string, i.e. null for success, otherwise an error message.
setBackwardFocus
Sets the focus to the backward UI component if possible, otherwise the VS component.Focus is set as:
- If the UI component is defined, the currently open panels will be used to verify if this reference matches, and if so, that component will be focused. If it didn't match, or in case the request focus operation failed, the UI component will not be used for focusing, rather step 2 below.
- If the VS component is specified, it will be used to set the focus, and perhaps virtualized a VirtualSpace and/or panel(s).
This method is intended to be used if the programmatic operations instance needs to set the focus from the data saved in this history entry.
- Specified by:
setBackwardFocus
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the forward operation execution.- Returns:
- Failure string, i.e. null for success, otherwise an error message.
setForwardFocus
Sets the focus to the forward UI component if possible, otherwise the VS component.Focus is set as:
- If the UI component is defined, the currently open panels will be used to verify if this reference matches, and if so, that component will be focused. If it didn't match, or in case the request focus operation failed, the UI component will not be used for focusing, rather step 2 below.
- If the VS component is specified, it will be used to set the focus, and perhaps virtualized a VirtualSpace and/or panel(s).
This method is intended to be used if the programmatic operations instance needs to set the focus from the data saved in this history entry.
- Specified by:
setForwardFocus
in interfaceIAppHistoryEntry
- Parameters:
clientGyro
- The client session requesting the forward operation execution.- Returns:
- Failure string, i.e. null for success, otherwise an error message.
equals
Checks if another history entry is equal with this one.hashCode
public int hashCode()Gets the hash code.