Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interface for talking with the RetailDeploymentHierarchyForm
Syntax
interface RetailDeploymentHierarchyUIInterface
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
activeRecordChanged | Notify the UI that the active record has changed. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
disableSearch | Disable search in the UI. |
![]() |
editButtonEnable | Enable or disable the edit button. |
![]() |
enableSearch | Enable search. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
focusOnButtonEnabled | Allow the ui focus to be on the buttons. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
insertButtonEnabled | Enable or disable the insert button. |
![]() |
insertNewChannelDBButtonEnabled | Enable or disable the channel db button. |
![]() |
insertNewEPOSButtonEnabled | Enable or disable the epos button button. |
![]() |
insertNewModernPOSButtonEnabled | Enable or disable the modern pos button. |
![]() |
insertNewNode | Insert a new node. |
![]() |
insertNewRetailServerButtonEnabled | Enable or disable the retail server button. |
![]() |
insertNewRTSButtonEnabled | Enable or disable the real-time service button. |
![]() |
insertNewSynchClientButtonEnabled | Enable or disable the synch client button. |
![]() |
insertNewSynchServerButtonEnabled | Enable or disable the synch server button. |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
refreshTree | Refresh the ui tree. |
![]() |
refreshTreeOnNode | Refresh the tree with a specific node in focus. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
showRecordForm | Show a specific record. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
updateSearchWithinTextField | Update the search text field. |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Remarks
This allows us to make changes without having to do incremental IL generation.
Inheritance Hierarchy
Object Class
RetailDeploymentHierarchyUIInterface Interface