Package com.nuix.nx.controls.models
-
Interface Summary Interface Description ChoiceTableModelChangeListener Used to notify listeners that aChoiceTableControlhas changed in some way.ControlDeserializationHandler Callback used to allow code to define a custom de-serialization for a particular control from JSON.ControlSerializationHandler Callback used to allow code to define a custom serialization for a particular control to JSON.DynamicTableValueCallback Callback used byDynamicTableControlto allow calling code (likely a Ruby script) to save changes a user has made to a record in the table. -
Class Summary Class Description ArrangeableListModel<E> Custom ArrayList wrapper around an ArrayList which offers methods for shifting a contiguous range of entries earlier or later in the list (for shifting rows).Choice<T> This class represents a choice in some controls and has an associated label, tool tip, value and whether the choice is checked.ChoiceTableModel<T> Table model used by theChoiceTableControlCsvTableModel Table model forCsvTable.DoubleBoundedRangeModel DynamicTableModel Table model used to store data for aDynamicTableControlItemStatisticsTableModel Table model used byProcessingStatusControl.ReportDataModel Data model for use with theReportDisplayPanel.StringListTableModel