The fields of the MultiColumnListModel class are listed below. For a complete list of MultiColumnListModel class members, see the MultiColumnListModel Members topic.
![]() ![]() | Class name for the activity space |
![]() | Associated Activity Space. |
![]() | Number total of columns |
![]() | To keep track of the next available index. This index is incremented each time a row is added to the list. |
![]() | This is used on add to populate the input text of the newly added row. Note, it MUST be initialized explicitly by the client. |
![]() | Array of column titles, associated column IDs and column width |
![]() | The names of the form items for each column. |
![]() | DCA - Variable to show add button or not. |
![]() | DCA - Variable to show check boxes or not. |
![]() | Set this flag to true if you want to display the move up and down buttons at the end of each row. Warning: if this is set to true, then the sort by column will NOT be available anymore. You can't have both it doesn't make sense. |
![]() | Special mode to have a read-only expandable list: all actions are hidden. |
![]() | JF- Wrap attribute for the column headers |
![]() | The add icon. |
![]() | The delete icon. |
![]() | Icon to display on each row, just before the input text. |
![]() | This key is used when there is more than one expandable list on the same Display Page. |
![]() | This is where we store the data displayed on the list. We are taking advantage of the sorting features offered by the Array Wrapper framework. |
![]() | Alt text for the add icon. |
![]() | Text to display next to the add icon. |
![]() | Alt text for the delete icon. |
![]() | JF- COnfirmation message to display when the user deletes a row. |
![]() | Message to display as a JavaScript alert if the list is empty. |
![]() | Instructions to display when the list is empty. |
![]() | Main message to display when the list is empty (in red). |
![]() | The section main title. |
![]() | JF- List instructions. |
![]() | Associated AS class |
MultiColumnListModel Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace