Container Details Column events
aboutToBeginEdit
The aboutToBeginEdit event signals that the part is about to be edited.
aboutToCloseWidget
The aboutToCloseWidget event signals that the part is about to be closed.
If you need to perform any actions just before the window closes, connect the aboutToCloseWidget event of the Window part to an action in your part.
aboutToEndEdit
The aboutToEndEdit event signals that the part being edited is about to end its editing action.
aboutToOpenWidget
The aboutToOpenWidget event signals that the part is about to be opened. This event is signaled just before the part is displayed on the screen.
If you need to perform any actions just before the window opens, connect the aboutToOpenWidget event of the Window part to an action in your part.
attributeName
The attributeName event signals the part that the name of the attribute within the collection of items is displayed in the part.
borderWidth
The borderWidth event signals the part that the width of the border, specified in pixels, has changed.
cellValueRequested
The cellValueRequested event signals that a request has been made for the value of the cell.
closedWidget
The closedWidget event signals that the part has been closed.
configuredWidget
The configuredWidget event signals that the part has been moved or resized.
converter
The converter event signals certain visual parts that a change in the data type, being utilized to manage the conversion of other objects to and from the display format, has occurred. Possible data types are: Boolean, Character, Composite, Date, DBCS only, Decimal, Float, Integer, Monetary Amount, Number, Social Security Number, String, Text, Text List, Time, Time Date, Timestamp, USA State and Zip Code.
destroyedPart
The destroyedPart event signals that the part and its children have been destroyed. Any system resources associated with the destroyed parts have been released.
editable
An editable event signals that the part's contents can be edited at run time.
enabled
The enabled event signals that the part is available for selection.
etched
An etched event indicates that the cells in the column are to be drawn etched
heading
A heading event signals that the object to be displayed at the top of the column of the part has changed.
headingCellValueRequested
The headingCellValueRequested event signals that a request has been made for the value of the cell. This event passes a parameter whose class is EwCellValueCallbackData. This callback data can be sued to set various attributes on the heading cell. EwCellValueCallbackData has the following attributes for specifying heading cell values:
backgroundColor
The background color for the given cell. This value will be initialized to the view background color.
foregroundColor
The foreground color for the given cell. This value will be initialized to the view foreground color.
column
The EwTableColumn for which a cell value is needed.
selectionBackgroundColor
The selection background color for the given cell. This value will be initialized to the widget selection background color.
selectionForegroundColor
The selection foreground color for the given cell. This value will be initialized to the widget selection foreground color.
value
The value for the given cell.
headingEtched
A headingEtched event signals the part that the column heading is to be etched.
helpFile
A helpFile event indicates that a signal is sent to the part that the help file associated with the part has changed
helpKeysId
A helpKeysId event indicates that the ID of the keys, help has associated with the part, has changed. The ID can be a string or an integer value.
helpRequested
The helpRequested event signals that help has been requested. You can connect the helpRequested event to an action that displays your own help, such as a message box. If the action you connect this event to does not return nil, default help processing occurs, using the specified help file and help topic.
helpTitle
A helpTitle event signals the part that the title of the help window associated with that part has changed
helpTopicId
The helpTopicId event signals a change in the ID of the help topic associated with the part. The ID can be a string or an integer.
horizontalAlignment
A horizontalAlignment event signals a change in how the cells in the column should be aligned horizontally. Valid values include:
XmALIGNMENTBEGINNING
XmALIGNMENTCENTER
XmALIGNMENTEND
horizontalHeadingAlignment
A horizontalHeadingAlignment event signals a change in how the column's heading is aligned horizontally. Valid values include:
XmALIGNMENTBEGINNING
XmALIGNMENTCENTER
XmALIGNMENTEND
menu
A menu event signals that a change in which menu part to use, as the parts menu bar or pop-up menu, has occurred.
openedWidget
The openedWidget event signals that the part has been opened and displayed on the screen.
popUpMenuRequest
The popUpMenuRequest event signals that the pop-up menu for the part has been requested.
If the menu attribute is connected to a Menu part, that menu part is displayed unless you change the menu attribute as a result of this event. You can change the menu attribute to include your own menu or leave it unchanged to use the original setting.
resized
The resized event signals that the part has been sized.
resizable
A resizable event signals the part that the column of the container can be resized.
self
A self event indicates that the value of the target part itself has changed.
showInUse
A showInUse event indicates a change in the current highlighted column, showing it's currently in use.
tabGroup
A tabGroup event signals the part that it is included as a tab stop and can be accessed via the Tab or Backtab keys
textLimit
A textLimit event signals a change in the maximum length of the test string that can be entered from the keyboard.
traversalOn
The traversalOn property specifies whether users can access the part using the cursor movement keys. If the part is specified as a tab stop by using the tabGroup property, users also can use the Tab and Backtab keys to access the part.
userData
A userData event signals a change in the user-defined data.
verticalAlignment
A verticalAlignment event indicates a change in how the cells in this column should be aligned vertically. Valid values include:
XmALIGNMENTBEGINNING
XmALIGNMENTCENTER
XmALIGNMENTEND
verticalSeparatorThickness
A verticalSeparatorThickness event indicates a change in the width, in pixels, of the line shown to the right of each cell in the column.
width
A width event signals the part that the amount of horizontal space occupied by the part has changed.
Last modified date: 01/29/2015