- caseMAutoFilterConfiguration(MAutoFilterConfiguration) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MAuto Filter Configuration'.
- caseMAutoFilterEntry(MAutoFilterEntry) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MAuto Filter Entry'.
- caseMBooleanGridColumn(MBooleanGridColumn) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MBoolean Grid Column'.
- caseMCellTextFunction(MCellTextFunction) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MCell Text Function'.
- caseMCellValueFunction(MCellValueFunction) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MCell Value Function'.
- caseMComboAutoFilterConfiguration(MComboAutoFilterConfiguration) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MCombo Auto Filter Configuration'.
- caseMDefaultAutoFilterEntry(MDefaultAutoFilterEntry) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MDefault Auto Filter Entry'.
- caseMFormattedCellTextFunction(MFormattedCellTextFunction) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MFormatted Cell Text Function'.
- caseMFreeTextAutoFilterConfiguration(MFreeTextAutoFilterConfiguration) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MFree Text Auto Filter Configuration'.
- caseMGrid(MGrid) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MGrid'.
- caseMGridColumn(MGridColumn) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MGrid Column'.
- caseMGridConfiguration(MGridConfiguration) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MGrid Configuration'.
- caseMGridConfigurationColumn(MGridConfigurationColumn) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MGrid Configuration Column'.
- caseMGridConfigurationSet(MGridConfigurationSet) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MGrid Configuration Set'.
- caseMMetaData(MMetaData) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MMeta Data'.
- caseMPathCellValueFunction(MPathCellValueFunction) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MPath Cell Value Function'.
- caseMPathSegment(MPathSegment) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MPath Segment'.
- caseMPattern(MPattern) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MPattern'.
- caseMReferencePattern(MReferencePattern) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MReference Pattern'.
- caseMResourceBundle(MResourceBundle) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MResource Bundle'.
- caseMResourceBundleEntry(MResourceBundleEntry) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MResource Bundle Entry'.
- caseMSimpleMetaData(MSimpleMetaData) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MSimple Meta Data'.
- caseMSimplePathSegment(MSimplePathSegment) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MSimple Path Segment'.
- caseMStringPattern(MStringPattern) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MString Pattern'.
- caseMTextAutoFilterEntry(MTextAutoFilterEntry) - Method in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Returns the result of interpreting the object as an instance of 'MText Auto Filter Entry'.
- CellDataFunction<R,C,D> - Interface in at.bestsolution.framework.grid.func
-
Converts the cell value into a UI representation
- CellMetaDataFunction<R,C> - Interface in at.bestsolution.framework.grid.func
-
- cellTextFunction - Variable in class at.bestsolution.framework.grid.model.grid.impl.MComboAutoFilterConfigurationImpl
-
- cellTextFunction - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- cellValueFunction - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- cellValueFunctionProperty() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- cellValueFunctionProperty() - Method in interface at.bestsolution.framework.grid.XGridColumn
-
The provider of the cell value
- CellValueMatcherFunction<R,C,O> - Interface in at.bestsolution.framework.grid.func
-
Match the cell value against the filter data
- CENTER_VALUE - Static variable in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
The 'CENTER' literal value.
- column - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationColumnImpl
-
The cached value of the '
Column
' reference.
- ColumnComparator<R,C> - Interface in at.bestsolution.framework.grid
-
Compare cell values
- columns - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationImpl
-
The cached value of the '
Columns
' containment reference list.
- columns - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
The cached value of the '
Columns
' containment reference list.
- compare(R, C, R, C) - Method in interface at.bestsolution.framework.grid.ColumnComparator
-
Compare the cell value
- compare(R, R) - Method in class at.bestsolution.framework.grid.DefaultSortComparator
-
- CompositeTranslationFunction - Class in at.bestsolution.framework.grid.func
-
- CompositeTranslationFunction(TranslationFunction...) - Constructor for class at.bestsolution.framework.grid.func.CompositeTranslationFunction
-
- configurations - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- configurationSets - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- contentChanged(XGridContentProvider.ContentChangeType, List<T>) - Method in interface at.bestsolution.framework.grid.XGridContentProvider.ContentChangeListener
-
Handle the changed value
- contentProviderProperty() - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- contentProviderProperty() - Method in interface at.bestsolution.framework.grid.XGrid
-
The default content provider
- convertMAlignmentToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- convertMAutoFilterMatchTypeToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- convertMDefaultAutoFilterEntryTypeToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- convertMFormatTypeToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- convertMSelectionModeToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- convertMSortingBehaviorToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- convertToString(EDataType, Object) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MAutoFilterConfigurationImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MAutoFilterEntryImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MBooleanGridColumnImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MCellTextFunctionImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MCellValueFunctionImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MComboAutoFilterConfigurationImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MDefaultAutoFilterEntryImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MFormattedCellTextFunctionImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MFreeTextAutoFilterConfigurationImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationColumnImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MMetaDataImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MPathCellValueFunctionImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MPathSegmentImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MPatternImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MReferencePatternImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleEntryImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MSimpleMetaDataImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MSimplePathSegmentImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MStringPatternImpl
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MTextAutoFilterEntryImpl
-
- copyright - Static variable in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MAutoFilterConfiguration
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MAutoFilterEntry
-
- copyright - Static variable in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MBooleanGridColumn
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MCellTextFunction
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MCellValueFunction
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MComboAutoFilterConfiguration
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntry
-
- copyright - Static variable in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MFormattedCellTextFunction
-
- copyright - Static variable in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MFreeTextAutoFilterConfiguration
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MGrid
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MGridConfiguration
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationColumn
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MMetaData
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MPathCellValueFunction
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MPathSegment
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MPattern
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MReferencePattern
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MResourceBundle
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MResourceBundleEntry
-
- copyright - Static variable in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MSimpleMetaData
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MSimplePathSegment
-
- copyright - Static variable in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MStringPattern
-
- copyright - Static variable in interface at.bestsolution.framework.grid.model.grid.MTextAutoFilterEntry
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- copyright - Static variable in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
- create(Comparator<C>) - Static method in interface at.bestsolution.framework.grid.ColumnComparator
-
Create a comparator from a default Comparator
- create(EClass) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createAdapter(Notifier) - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates an adapter for the target
.
- createCheckedColumn(String, Function<R, Boolean>) - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- createCheckedColumn(String, Function<R, Boolean>) - Method in interface at.bestsolution.framework.grid.XGrid
-
Create a column which presents boolean values as check box
- createColumn(String, Function<R, C>) - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- createColumn(String, Function<R, C>) - Method in interface at.bestsolution.framework.grid.XGrid
-
Create a column
- createEObjectAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates a new adapter for the default case.
- createFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMAlignmentFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMAutoFilterConfigurationAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMAutoFilterEntryAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMAutoFilterMatchTypeFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMBooleanGridColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MBoolean Grid Column'.
- createMBooleanGridColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMBooleanGridColumnAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMCellTextFunctionAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMCellValueFunctionAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMComboAutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MCombo Auto Filter Configuration'.
- createMComboAutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMComboAutoFilterConfigurationAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMDefaultAutoFilterEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MDefault Auto Filter Entry'.
- createMDefaultAutoFilterEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMDefaultAutoFilterEntryAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMDefaultAutoFilterEntryTypeFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMFormattedCellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MFormatted Cell Text Function'.
- createMFormattedCellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMFormattedCellTextFunctionAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMFormatTypeFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMFreeTextAutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MFree Text Auto Filter Configuration'.
- createMFreeTextAutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMFreeTextAutoFilterConfigurationAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMGrid() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MGrid'.
- createMGrid() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMGridAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates a new adapter for an object of class '
MGrid
'.
- createMGridColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MGrid Column'.
- createMGridColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMGridColumnAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates a new adapter for an object of class '
MGrid Column
'.
- createMGridConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MGrid Configuration'.
- createMGridConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMGridConfigurationAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMGridConfigurationColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MGrid Configuration Column'.
- createMGridConfigurationColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMGridConfigurationColumnAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMGridConfigurationSet() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MGrid Configuration Set'.
- createMGridConfigurationSet() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMGridConfigurationSetAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMMetaDataAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates a new adapter for an object of class '
MMeta Data
'.
- createMPathCellValueFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MPath Cell Value Function'.
- createMPathCellValueFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMPathCellValueFunctionAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMPathSegmentAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMPatternAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates a new adapter for an object of class '
MPattern
'.
- createMReferencePattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MReference Pattern'.
- createMReferencePattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMReferencePatternAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMResourceBundle() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MResource Bundle'.
- createMResourceBundle() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMResourceBundleAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMResourceBundleEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MResource Bundle Entry'.
- createMResourceBundleEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMResourceBundleEntryAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMSelectionModeFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMSimpleMetaData() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MSimple Meta Data'.
- createMSimpleMetaData() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMSimpleMetaDataAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMSimplePathSegment() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MSimple Path Segment'.
- createMSimplePathSegment() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMSimplePathSegmentAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMSortingBehaviorFromString(EDataType, String) - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMStringPattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MString Pattern'.
- createMStringPattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMStringPatternAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createMTextAutoFilterEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns a new object of class 'MText Auto Filter Entry'.
- createMTextAutoFilterEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- createMTextAutoFilterEntryAdapter() - Method in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
- createPackageContents() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
Creates the meta-model objects for the package.
- get(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
Returns the 'MAlignment' literal with the specified literal value.
- get(int) - Static method in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
Returns the 'MAlignment' literal with the specified integer value.
- get(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
Returns the 'MAuto Filter Match Type' literal with the specified literal value.
- get(int) - Static method in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
Returns the 'MAuto Filter Match Type' literal with the specified integer value.
- get(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
Returns the 'MDefault Auto Filter Entry Type' literal with the specified literal value.
- get(int) - Static method in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
Returns the 'MDefault Auto Filter Entry Type' literal with the specified integer value.
- get(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
Returns the 'MFormat Type' literal with the specified literal value.
- get(int) - Static method in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
Returns the 'MFormat Type' literal with the specified integer value.
- get(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
Returns the 'MSelection Mode' literal with the specified literal value.
- get(int) - Static method in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
Returns the 'MSelection Mode' literal with the specified integer value.
- get(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
Returns the 'MSorting Behavior' literal with the specified literal value.
- get(int) - Static method in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
Returns the 'MSorting Behavior' literal with the specified integer value.
- get() - Method in interface at.bestsolution.framework.grid.Property
-
Get the current value
- getAlignment() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getAlignment() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Alignment' attribute.
- getAutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getAutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Auto Filter Configuration' containment reference.
- getByName(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
Returns the 'MAlignment' literal with the specified name.
- getByName(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
Returns the 'MAuto Filter Match Type' literal with the specified name.
- getByName(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
Returns the 'MDefault Auto Filter Entry Type' literal with the specified name.
- getByName(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
Returns the 'MFormat Type' literal with the specified name.
- getByName(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
Returns the 'MSelection Mode' literal with the specified name.
- getByName(String) - Static method in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
Returns the 'MSorting Behavior' literal with the specified name.
- getCellMetaData() - Method in interface at.bestsolution.framework.grid.XGridCell
-
- getCellMetaData() - Method in interface at.bestsolution.framework.grid.XSelection
-
- getCells() - Method in interface at.bestsolution.framework.grid.XCellSelection
-
- getCellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.MComboAutoFilterConfigurationImpl
-
- getCellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getCellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.MComboAutoFilterConfiguration
-
Returns the value of the 'Cell Text Function' containment reference.
- getCellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Cell Text Function' containment reference.
- getCellValue() - Method in class at.bestsolution.framework.grid.DefaultXGridCellMetaData
-
- getCellValue() - Method in interface at.bestsolution.framework.grid.XGridCell
-
- getCellValue() - Method in interface at.bestsolution.framework.grid.XGridCellMetaData
-
- getCellValueFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getCellValueFunction() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Cell Value Function' containment reference.
- getColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationColumnImpl
-
- getColumn() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationColumn
-
Returns the value of the 'Column' reference.
- getColumn() - Method in interface at.bestsolution.framework.grid.XGridCell
-
- getColumns() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationImpl
-
- getColumns() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- getColumns() - Method in interface at.bestsolution.framework.grid.model.grid.MGrid
-
Returns the value of the 'Columns' containment reference list.
- getColumns() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfiguration
-
Returns the value of the 'Columns' containment reference list.
- getColumns() - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- getColumns() - Method in interface at.bestsolution.framework.grid.XGrid
-
- getConfigurations() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- getConfigurations() - Method in interface at.bestsolution.framework.grid.model.grid.MGrid
-
Returns the value of the 'Configurations' containment reference list.
- getConfigurationSets() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- getConfigurationSets() - Method in interface at.bestsolution.framework.grid.model.grid.MGrid
-
Returns the value of the 'Configuration Sets' containment reference list.
- getContentHandler() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- getContentHandler() - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- getData() - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- getData() - Method in interface at.bestsolution.framework.grid.XGrid
-
export shown data
- getDefaultConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- getDefaultConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.MGrid
-
Returns the value of the 'Default Configuration' reference.
- getDefaultSelection() - Method in class at.bestsolution.framework.grid.model.grid.impl.MComboAutoFilterConfigurationImpl
-
- getDefaultSelection() - Method in interface at.bestsolution.framework.grid.model.grid.MComboAutoFilterConfiguration
-
Returns the value of the 'Default Selection' reference.
- getDefaultSortColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- getDefaultSortColumn() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
Returns the value of the 'Default Sort Column' reference.
- getElementAt(int) - Method in class at.bestsolution.framework.grid.ListGridContentProvider
-
- getElementAt(int) - Method in interface at.bestsolution.framework.grid.XGridContentProvider
-
Retrieve the element at the given index
- getEntries() - Method in class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleImpl
-
- getEntries() - Method in interface at.bestsolution.framework.grid.model.grid.MResourceBundle
-
Returns the value of the 'Entries' containment reference list.
- getExportConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- getExportConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
Returns the value of the 'Export Configuration' reference.
- getExportValue(R) - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- getExportValue(R) - Method in interface at.bestsolution.framework.grid.XGridColumn
-
- getFeatureName() - Method in class at.bestsolution.framework.grid.model.grid.impl.MSimplePathSegmentImpl
-
- getFeatureName() - Method in interface at.bestsolution.framework.grid.model.grid.MSimplePathSegment
-
Returns the value of the 'Feature Name' attribute.
- getFirst() - Method in interface at.bestsolution.framework.grid.XSelection
-
- getFormatType() - Method in class at.bestsolution.framework.grid.model.grid.impl.MFormattedCellTextFunctionImpl
-
- getFormatType() - Method in interface at.bestsolution.framework.grid.model.grid.MFormattedCellTextFunction
-
Returns the value of the 'Format Type' attribute.
- getGrid() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getGrid() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- getGrid() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Grid' container reference.
- getGrid() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
Returns the value of the 'Grid' container reference.
- getGrid() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- getGrid() - Method in interface at.bestsolution.framework.grid.XGridColumn
-
Grid which contains this column
- getGridFactory() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the factory that creates the instances of the model.
- getGridFactory() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getGridPackage() - Method in interface at.bestsolution.framework.grid.model.grid.GridFactory
-
Returns the package supported by this factory.
- getGridPackage() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
- getId() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getId() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Id' attribute.
- getKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleEntryImpl
-
- getKey() - Method in interface at.bestsolution.framework.grid.model.grid.MResourceBundleEntry
-
Returns the value of the 'Key' attribute.
- getLiteral() - Method in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
- getLiteral() - Method in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
- getLiteral() - Method in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
- getLiteral() - Method in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
- getLiteral() - Method in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
- getLiteral() - Method in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
- getLocale() - Method in class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleImpl
-
- getLocale() - Method in interface at.bestsolution.framework.grid.model.grid.MResourceBundle
-
Returns the value of the 'Locale' attribute.
- getMAlignment() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMAlignment() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMatcher() - Method in interface at.bestsolution.framework.grid.func.AutoFilterEntry
-
- getMatchType() - Method in class at.bestsolution.framework.grid.model.grid.impl.MFreeTextAutoFilterConfigurationImpl
-
- getMatchType() - Method in interface at.bestsolution.framework.grid.model.grid.MFreeTextAutoFilterConfiguration
-
Returns the value of the 'Match Type' attribute.
- getMAutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMAutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMAutoFilterEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMAutoFilterEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMAutoFilterEntry_ResourceKey() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMAutoFilterEntry_ResourceKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMAutoFilterMatchType() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMAutoFilterMatchType() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMaxWidth() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getMaxWidth() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Max Width' attribute.
- getMBooleanGridColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMBooleanGridColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMCellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMCellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMCellValueFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMCellValueFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMComboAutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMComboAutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMComboAutoFilterConfiguration_CellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMComboAutoFilterConfiguration_CellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMComboAutoFilterConfiguration_DefaultSelection() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMComboAutoFilterConfiguration_DefaultSelection() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMComboAutoFilterConfiguration_PredefinedValues() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMComboAutoFilterConfiguration_PredefinedValues() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMDefaultAutoFilterEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMDefaultAutoFilterEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMDefaultAutoFilterEntry_Type() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Type
'.
- getMDefaultAutoFilterEntry_Type() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMDefaultAutoFilterEntryType() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMDefaultAutoFilterEntryType() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMetaData() - Method in class at.bestsolution.framework.grid.DefaultXGridCellMetaData
-
- getMetaData() - Method in class at.bestsolution.framework.grid.DefaultXGridRowMetaData
-
- getMetaData(R, C) - Method in interface at.bestsolution.framework.grid.func.CellMetaDataFunction
-
Retrieve meta data for the given cell
- getMetaData(R) - Method in interface at.bestsolution.framework.grid.func.RowMetaDataFunction
-
Retrieve meta data for the given cell
- getMetaData() - Method in interface at.bestsolution.framework.grid.XGridCellMetaData
-
- getMetaData() - Method in interface at.bestsolution.framework.grid.XGridRowMetaData
-
- getMetaDataList() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getMetaDataList() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- getMetaDataList() - Method in interface at.bestsolution.framework.grid.model.grid.MGrid
-
Returns the value of the 'Meta Data List' containment reference list.
- getMetaDataList() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Meta Data List' containment reference list.
- getMetaDataValue() - Method in class at.bestsolution.framework.grid.model.grid.impl.MSimpleMetaDataImpl
-
- getMetaDataValue() - Method in interface at.bestsolution.framework.grid.model.grid.MSimpleMetaData
-
Returns the value of the 'Meta Data Value' attribute.
- getMFormattedCellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMFormattedCellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMFormattedCellTextFunction_FormatType() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Format Type
'.
- getMFormattedCellTextFunction_FormatType() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMFormattedCellTextFunction_Pattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference '
Pattern
'.
- getMFormattedCellTextFunction_Pattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMFormatType() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMFormatType() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMFreeTextAutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMFreeTextAutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMFreeTextAutoFilterConfiguration_MatchType() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Match Type
'.
- getMFreeTextAutoFilterConfiguration_MatchType() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for class '
MGrid
'.
- getMGrid() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid_Columns() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Columns
'.
- getMGrid_Columns() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid_Configurations() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Configurations
'.
- getMGrid_Configurations() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid_ConfigurationSets() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGrid_ConfigurationSets() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid_DefaultConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGrid_DefaultConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid_MetaDataList() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Meta Data List
'.
- getMGrid_MetaDataList() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGrid_Resources() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Resources
'.
- getMGrid_Resources() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_Alignment() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Alignment
'.
- getMGridColumn_Alignment() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_AutoFilterConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridColumn_AutoFilterConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_AutoWidth() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Auto Width
'.
- getMGridColumn_AutoWidth() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_CellTextFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridColumn_CellTextFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_CellValueFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridColumn_CellValueFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_Grid() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the container reference '
Grid
'.
- getMGridColumn_Grid() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_Id() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Id
'.
- getMGridColumn_Id() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_MaxWidth() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Max Width
'.
- getMGridColumn_MaxWidth() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_MetaDataList() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Meta Data List
'.
- getMGridColumn_MetaDataList() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_MinWidth() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Min Width
'.
- getMGridColumn_MinWidth() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_SortingBehavior() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridColumn_SortingBehavior() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridColumn_TitleKey() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Title Key
'.
- getMGridColumn_TitleKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfiguration_Columns() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Columns
'.
- getMGridConfiguration_Columns() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfiguration_Name() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Name
'.
- getMGridConfiguration_Name() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfigurationColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationColumn_Column() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the reference '
Column
'.
- getMGridConfigurationColumn_Column() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfigurationSet() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet_DefaultSortColumn() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfigurationSet_DefaultSortColumn() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet_ExportConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfigurationSet_ExportConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet_Grid() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the container reference '
Grid
'.
- getMGridConfigurationSet_Grid() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet_Name() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Name
'.
- getMGridConfigurationSet_Name() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet_ViewConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfigurationSet_ViewConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMGridConfigurationSet_ViewSelectionMode() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMGridConfigurationSet_ViewSelectionMode() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMinWidth() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getMinWidth() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Min Width' attribute.
- getMMetaData() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMMetaData() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMMetaData_Topic() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Topic
'.
- getMMetaData_Topic() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMPathCellValueFunction() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMPathCellValueFunction() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMPathCellValueFunction_Segments() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Segments
'.
- getMPathCellValueFunction_Segments() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMPathSegment() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMPathSegment() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMPattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for class '
MPattern
'.
- getMPattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMReferencePattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMReferencePattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMReferencePattern_PatternKey() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Pattern Key
'.
- getMReferencePattern_PatternKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMResourceBundle() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMResourceBundle() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMResourceBundle_Entries() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the containment reference list '
Entries
'.
- getMResourceBundle_Entries() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMResourceBundle_Locale() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Locale
'.
- getMResourceBundle_Locale() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMResourceBundleEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMResourceBundleEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMResourceBundleEntry_Key() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Key
'.
- getMResourceBundleEntry_Key() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMResourceBundleEntry_Value() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Value
'.
- getMResourceBundleEntry_Value() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMSelectionMode() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMSelectionMode() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMSimpleMetaData() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMSimpleMetaData() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMSimpleMetaData_MetaDataValue() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMSimpleMetaData_MetaDataValue() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMSimplePathSegment() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMSimplePathSegment() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMSimplePathSegment_FeatureName() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMSimplePathSegment_FeatureName() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMSortingBehavior() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMSortingBehavior() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMStringPattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMStringPattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMStringPattern_Pattern() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
Returns the meta object for the attribute '
Pattern
'.
- getMStringPattern_Pattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getMTextAutoFilterEntry() - Method in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- getMTextAutoFilterEntry() - Method in class at.bestsolution.framework.grid.model.grid.impl.GridPackageImpl
-
- getName() - Method in interface at.bestsolution.framework.grid.func.AutoFilterEntry
-
- getName() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationImpl
-
- getName() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- getName() - Method in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
- getName() - Method in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
- getName() - Method in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
- getName() - Method in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
- getName() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfiguration
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
Returns the value of the 'Name' attribute.
- getName() - Method in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
- getName() - Method in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
- getNebulaColumn() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- getNebulaGrid() - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- getPackage() - Static method in class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
Deprecated.
- getPattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.MFormattedCellTextFunctionImpl
-
- getPattern() - Method in class at.bestsolution.framework.grid.model.grid.impl.MStringPatternImpl
-
- getPattern() - Method in interface at.bestsolution.framework.grid.model.grid.MFormattedCellTextFunction
-
Returns the value of the 'Pattern' containment reference.
- getPattern() - Method in interface at.bestsolution.framework.grid.model.grid.MStringPattern
-
Returns the value of the 'Pattern' attribute.
- getPatternKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.MReferencePatternImpl
-
- getPatternKey() - Method in interface at.bestsolution.framework.grid.model.grid.MReferencePattern
-
Returns the value of the 'Pattern Key' attribute.
- getPredefinedValues() - Method in class at.bestsolution.framework.grid.model.grid.impl.MComboAutoFilterConfigurationImpl
-
- getPredefinedValues() - Method in interface at.bestsolution.framework.grid.model.grid.MComboAutoFilterConfiguration
-
Returns the value of the 'Predefined Values' containment reference list.
- getResourceKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.MAutoFilterEntryImpl
-
- getResourceKey() - Method in interface at.bestsolution.framework.grid.model.grid.MAutoFilterEntry
-
Returns the value of the 'Resource Key' attribute.
- getResources() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- getResources() - Method in interface at.bestsolution.framework.grid.model.grid.MGrid
-
Returns the value of the 'Resources' containment reference list.
- getRowMetaData() - Method in interface at.bestsolution.framework.grid.XSelection
-
- getRowValue() - Method in class at.bestsolution.framework.grid.DefaultXGridCellMetaData
-
- getRowValue() - Method in class at.bestsolution.framework.grid.DefaultXGridRowMetaData
-
- getRowValue() - Method in interface at.bestsolution.framework.grid.XGridCell
-
- getRowValue() - Method in interface at.bestsolution.framework.grid.XGridCellMetaData
-
- getRowValue() - Method in interface at.bestsolution.framework.grid.XGridRowMetaData
-
- getSegments() - Method in class at.bestsolution.framework.grid.model.grid.impl.MPathCellValueFunctionImpl
-
- getSegments() - Method in interface at.bestsolution.framework.grid.model.grid.MPathCellValueFunction
-
Returns the value of the 'Segments' containment reference list.
- getSortingBehavior() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getSortingBehavior() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Sorting Behavior' attribute.
- getTitleKey() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- getTitleKey() - Method in interface at.bestsolution.framework.grid.model.grid.MGridColumn
-
Returns the value of the 'Title Key' attribute.
- getTopic() - Method in class at.bestsolution.framework.grid.DefaultXGridCellMetaData
-
- getTopic() - Method in class at.bestsolution.framework.grid.DefaultXGridRowMetaData
-
- getTopic() - Method in class at.bestsolution.framework.grid.model.grid.impl.MMetaDataImpl
-
- getTopic() - Method in interface at.bestsolution.framework.grid.model.grid.MMetaData
-
Returns the value of the 'Topic' attribute.
- getTopic() - Method in interface at.bestsolution.framework.grid.XGridCellMetaData
-
- getTopic() - Method in interface at.bestsolution.framework.grid.XGridRowMetaData
-
- getType() - Method in class at.bestsolution.framework.grid.model.grid.impl.MDefaultAutoFilterEntryImpl
-
- getType() - Method in interface at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntry
-
Returns the value of the 'Type' attribute.
- getValue() - Method in class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleEntryImpl
-
- getValue() - Method in enum at.bestsolution.framework.grid.model.grid.MAlignment
-
- getValue() - Method in enum at.bestsolution.framework.grid.model.grid.MAutoFilterMatchType
-
- getValue() - Method in enum at.bestsolution.framework.grid.model.grid.MDefaultAutoFilterEntryType
-
- getValue() - Method in enum at.bestsolution.framework.grid.model.grid.MFormatType
-
- getValue() - Method in interface at.bestsolution.framework.grid.model.grid.MResourceBundleEntry
-
Returns the value of the 'Value' attribute.
- getValue() - Method in enum at.bestsolution.framework.grid.model.grid.MSelectionMode
-
- getValue() - Method in enum at.bestsolution.framework.grid.model.grid.MSortingBehavior
-
- getViewConfiguration() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- getViewConfiguration() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
Returns the value of the 'View Configuration' reference.
- getViewSelectionMode() - Method in class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- getViewSelectionMode() - Method in interface at.bestsolution.framework.grid.model.grid.MGridConfigurationSet
-
Returns the value of the 'View Selection Mode' attribute.
- GridAdapterFactory - Class in at.bestsolution.framework.grid.model.grid.util
-
The Adapter Factory for the model.
- GridAdapterFactory() - Constructor for class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
Creates an instance of the adapter factory.
- GridFactory - Interface in at.bestsolution.framework.grid.model.grid
-
The Factory for the model.
- GridFactoryImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model Factory.
- GridFactoryImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.GridFactoryImpl
-
Creates an instance of the factory.
- GridPackage - Interface in at.bestsolution.framework.grid.model.grid
-
The Package for the model.
- GridPackage.Literals - Interface in at.bestsolution.framework.grid.model.grid
-
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
- GridPackageImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model Package.
- GridSwitch<T> - Class in at.bestsolution.framework.grid.model.grid.util
-
The Switch for the model's inheritance hierarchy.
- GridSwitch() - Constructor for class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
Creates an instance of the switch.
- MALIGNMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the '
MAlignment
' enum.
- MALIGNMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MAlignment - Enum in at.bestsolution.framework.grid.model.grid
-
A representation of the literals of the enumeration 'MAlignment',
and utility methods for working with them.
- MATCH_TYPE_EDEFAULT - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MFreeTextAutoFilterConfigurationImpl
-
- matchesColumnFilter(R) - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- matchType - Variable in class at.bestsolution.framework.grid.model.grid.impl.MFreeTextAutoFilterConfigurationImpl
-
- MAUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MAUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MAUTO_FILTER_CONFIGURATION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MAuto Filter Configuration' class.
- MAUTO_FILTER_CONFIGURATION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MAuto Filter Configuration' class.
- MAUTO_FILTER_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MAUTO_FILTER_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MAUTO_FILTER_ENTRY__RESOURCE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Resource Key' attribute feature.
- MAUTO_FILTER_ENTRY__RESOURCE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Resource Key' attribute.
- MAUTO_FILTER_ENTRY_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MAuto Filter Entry' class.
- MAUTO_FILTER_ENTRY_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MAuto Filter Entry' class.
- MAUTO_FILTER_MATCH_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MAUTO_FILTER_MATCH_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MAutoFilterConfiguration - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MAuto Filter Configuration'.
- MAutoFilterConfigurationImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MAuto Filter Configuration'.
- MAutoFilterConfigurationImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MAutoFilterConfigurationImpl
-
- MAutoFilterEntry - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MAuto Filter Entry'.
- MAutoFilterEntryImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MAuto Filter Entry'.
- MAutoFilterEntryImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MAutoFilterEntryImpl
-
- MAutoFilterMatchType - Enum in at.bestsolution.framework.grid.model.grid
-
A representation of the literals of the enumeration 'MAuto Filter Match Type',
and utility methods for working with them.
- MAX_WIDTH_EDEFAULT - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
The default value of the '
Max Width
' attribute.
- maxWidth - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
The cached value of the '
Max Width
' attribute.
- maxWidthProperty() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- maxWidthProperty() - Method in interface at.bestsolution.framework.grid.XGridColumn
-
The maximum width.
- MBOOLEAN_GRID_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MBOOLEAN_GRID_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MBOOLEAN_GRID_COLUMN__ALIGNMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Alignment' attribute.
- MBOOLEAN_GRID_COLUMN__AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Auto Filter Configuration' containment reference.
- MBOOLEAN_GRID_COLUMN__AUTO_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Auto Width' attribute.
- MBOOLEAN_GRID_COLUMN__CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Cell Text Function' containment reference.
- MBOOLEAN_GRID_COLUMN__CELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Cell Value Function' containment reference.
- MBOOLEAN_GRID_COLUMN__GRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Grid' container reference.
- MBOOLEAN_GRID_COLUMN__ID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Id' attribute.
- MBOOLEAN_GRID_COLUMN__MAX_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Max Width' attribute.
- MBOOLEAN_GRID_COLUMN__META_DATA_LIST - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Meta Data List' containment reference list.
- MBOOLEAN_GRID_COLUMN__MIN_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Min Width' attribute.
- MBOOLEAN_GRID_COLUMN__SORTING_BEHAVIOR - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Sorting Behavior' attribute.
- MBOOLEAN_GRID_COLUMN__TITLE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Title Key' attribute.
- MBOOLEAN_GRID_COLUMN_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MBoolean Grid Column' class.
- MBOOLEAN_GRID_COLUMN_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MBoolean Grid Column' class.
- MBooleanGridColumn - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MBoolean Grid Column'.
- MBooleanGridColumnImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MBoolean Grid Column'.
- MBooleanGridColumnImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MBooleanGridColumnImpl
-
- MCELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MCELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MCELL_TEXT_FUNCTION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MCell Text Function' class.
- MCELL_TEXT_FUNCTION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MCell Text Function' class.
- MCELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MCELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MCELL_VALUE_FUNCTION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MCell Value Function' class.
- MCELL_VALUE_FUNCTION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MCell Value Function' class.
- MCellTextFunction - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MCell Text Function'.
- MCellTextFunctionImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MCell Text Function'.
- MCellTextFunctionImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MCellTextFunctionImpl
-
- MCellValueFunction - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MCell Value Function'.
- MCellValueFunctionImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MCell Value Function'.
- MCellValueFunctionImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MCellValueFunctionImpl
-
- MCOMBO_AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MCOMBO_AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MCOMBO_AUTO_FILTER_CONFIGURATION__CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Cell Text Function' containment reference feature.
- MCOMBO_AUTO_FILTER_CONFIGURATION__CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Cell Text Function' containment reference.
- MCOMBO_AUTO_FILTER_CONFIGURATION__DEFAULT_SELECTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Default Selection' reference feature.
- MCOMBO_AUTO_FILTER_CONFIGURATION__DEFAULT_SELECTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Default Selection' reference.
- MCOMBO_AUTO_FILTER_CONFIGURATION__PREDEFINED_VALUES - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Predefined Values' containment reference list feature.
- MCOMBO_AUTO_FILTER_CONFIGURATION__PREDEFINED_VALUES - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Predefined Values' containment reference list.
- MCOMBO_AUTO_FILTER_CONFIGURATION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MCombo Auto Filter Configuration' class.
- MCOMBO_AUTO_FILTER_CONFIGURATION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MCombo Auto Filter Configuration' class.
- MComboAutoFilterConfiguration - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MCombo Auto Filter Configuration'.
- MComboAutoFilterConfigurationImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MCombo Auto Filter Configuration'.
- MComboAutoFilterConfigurationImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MComboAutoFilterConfigurationImpl
-
- MDEFAULT_AUTO_FILTER_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MDEFAULT_AUTO_FILTER_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MDEFAULT_AUTO_FILTER_ENTRY__RESOURCE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Resource Key' attribute.
- MDEFAULT_AUTO_FILTER_ENTRY__TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Type' attribute feature.
- MDEFAULT_AUTO_FILTER_ENTRY__TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Type' attribute.
- MDEFAULT_AUTO_FILTER_ENTRY_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MDefault Auto Filter Entry' class.
- MDEFAULT_AUTO_FILTER_ENTRY_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MDefault Auto Filter Entry' class.
- MDEFAULT_AUTO_FILTER_ENTRY_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MDEFAULT_AUTO_FILTER_ENTRY_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MDefaultAutoFilterEntry - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MDefault Auto Filter Entry'.
- MDefaultAutoFilterEntryImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MDefault Auto Filter Entry'.
- MDefaultAutoFilterEntryImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MDefaultAutoFilterEntryImpl
-
- MDefaultAutoFilterEntryType - Enum in at.bestsolution.framework.grid.model.grid
-
A representation of the literals of the enumeration 'MDefault Auto Filter Entry Type',
and utility methods for working with them.
- META_DATA_VALUE_EDEFAULT - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MSimpleMetaDataImpl
-
- metaDataFunctionProperty() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- metaDataFunctionProperty() - Method in class at.bestsolution.framework.grid.swt.SWTGridTable
-
- metaDataFunctionProperty() - Method in interface at.bestsolution.framework.grid.XGrid
-
Function consulted to retrieve row meta data
- metaDataFunctionProperty() - Method in interface at.bestsolution.framework.grid.XGridColumn
-
Function consulted to retrieve cell meta data
- metaDataList - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- metaDataList - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- metaDataValue - Variable in class at.bestsolution.framework.grid.model.grid.impl.MSimpleMetaDataImpl
-
- MFORMAT_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MFORMAT_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MFORMATTED_CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MFORMATTED_CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MFORMATTED_CELL_TEXT_FUNCTION__FORMAT_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Format Type' attribute feature.
- MFORMATTED_CELL_TEXT_FUNCTION__FORMAT_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Format Type' attribute.
- MFORMATTED_CELL_TEXT_FUNCTION__PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Pattern' containment reference feature.
- MFORMATTED_CELL_TEXT_FUNCTION__PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Pattern' containment reference.
- MFORMATTED_CELL_TEXT_FUNCTION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MFormatted Cell Text Function' class.
- MFORMATTED_CELL_TEXT_FUNCTION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MFormatted Cell Text Function' class.
- MFormattedCellTextFunction - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MFormatted Cell Text Function'.
- MFormattedCellTextFunctionImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MFormatted Cell Text Function'.
- MFormattedCellTextFunctionImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MFormattedCellTextFunctionImpl
-
- MFormatType - Enum in at.bestsolution.framework.grid.model.grid
-
A representation of the literals of the enumeration 'MFormat Type',
and utility methods for working with them.
- MFREE_TEXT_AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MFREE_TEXT_AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MFREE_TEXT_AUTO_FILTER_CONFIGURATION__MATCH_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Match Type' attribute feature.
- MFREE_TEXT_AUTO_FILTER_CONFIGURATION__MATCH_TYPE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Match Type' attribute.
- MFREE_TEXT_AUTO_FILTER_CONFIGURATION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MFree Text Auto Filter Configuration' class.
- MFREE_TEXT_AUTO_FILTER_CONFIGURATION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MFree Text Auto Filter Configuration' class.
- MFreeTextAutoFilterConfiguration - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MFree Text Auto Filter Configuration'.
- MFreeTextAutoFilterConfigurationImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MFree Text Auto Filter Configuration'.
- MFreeTextAutoFilterConfigurationImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MFreeTextAutoFilterConfigurationImpl
-
- MGRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the '
MGrid
' class.
- MGRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The meta object id for the '
MGrid
' class.
- MGrid - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MGrid'.
- MGRID__COLUMNS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Columns' containment reference list feature.
- MGRID__COLUMNS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Columns' containment reference list.
- MGRID__CONFIGURATION_SETS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Configuration Sets' containment reference list feature.
- MGRID__CONFIGURATION_SETS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Configuration Sets' containment reference list.
- MGRID__CONFIGURATIONS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Configurations' containment reference list feature.
- MGRID__CONFIGURATIONS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Configurations' containment reference list.
- MGRID__DEFAULT_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Default Configuration' reference feature.
- MGRID__DEFAULT_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Default Configuration' reference.
- MGRID__META_DATA_LIST - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Meta Data List' containment reference list feature.
- MGRID__META_DATA_LIST - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Meta Data List' containment reference list.
- MGRID__RESOURCES - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Resources' containment reference list feature.
- MGRID__RESOURCES - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Resources' containment reference list.
- MGRID_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MGRID_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MGRID_COLUMN__ALIGNMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Alignment' attribute feature.
- MGRID_COLUMN__ALIGNMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Alignment' attribute.
- MGRID_COLUMN__AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Auto Filter Configuration' containment reference feature.
- MGRID_COLUMN__AUTO_FILTER_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Auto Filter Configuration' containment reference.
- MGRID_COLUMN__AUTO_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Auto Width' attribute feature.
- MGRID_COLUMN__AUTO_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Auto Width' attribute.
- MGRID_COLUMN__CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Cell Text Function' containment reference feature.
- MGRID_COLUMN__CELL_TEXT_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Cell Text Function' containment reference.
- MGRID_COLUMN__CELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Cell Value Function' containment reference feature.
- MGRID_COLUMN__CELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Cell Value Function' containment reference.
- MGRID_COLUMN__GRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Grid' container reference feature.
- MGRID_COLUMN__GRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Grid' container reference.
- MGRID_COLUMN__ID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Id' attribute feature.
- MGRID_COLUMN__ID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Id' attribute.
- MGRID_COLUMN__MAX_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Max Width' attribute feature.
- MGRID_COLUMN__MAX_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Max Width' attribute.
- MGRID_COLUMN__META_DATA_LIST - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Meta Data List' containment reference list feature.
- MGRID_COLUMN__META_DATA_LIST - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Meta Data List' containment reference list.
- MGRID_COLUMN__MIN_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Min Width' attribute feature.
- MGRID_COLUMN__MIN_WIDTH - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Min Width' attribute.
- MGRID_COLUMN__SORTING_BEHAVIOR - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Sorting Behavior' attribute feature.
- MGRID_COLUMN__SORTING_BEHAVIOR - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Sorting Behavior' attribute.
- MGRID_COLUMN__TITLE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Title Key' attribute feature.
- MGRID_COLUMN__TITLE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Title Key' attribute.
- MGRID_COLUMN_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MGrid Column' class.
- MGRID_COLUMN_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MGrid Column' class.
- MGRID_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MGRID_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MGRID_CONFIGURATION__COLUMNS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Columns' containment reference list feature.
- MGRID_CONFIGURATION__COLUMNS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Columns' containment reference list.
- MGRID_CONFIGURATION__NAME - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Name' attribute feature.
- MGRID_CONFIGURATION__NAME - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Name' attribute.
- MGRID_CONFIGURATION_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MGRID_CONFIGURATION_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MGRID_CONFIGURATION_COLUMN__COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Column' reference feature.
- MGRID_CONFIGURATION_COLUMN__COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Column' reference.
- MGRID_CONFIGURATION_COLUMN_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MGrid Configuration Column' class.
- MGRID_CONFIGURATION_COLUMN_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MGrid Configuration Column' class.
- MGRID_CONFIGURATION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MGrid Configuration' class.
- MGRID_CONFIGURATION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MGrid Configuration' class.
- MGRID_CONFIGURATION_SET - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MGRID_CONFIGURATION_SET - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MGRID_CONFIGURATION_SET__DEFAULT_SORT_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Default Sort Column' reference feature.
- MGRID_CONFIGURATION_SET__DEFAULT_SORT_COLUMN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Default Sort Column' reference.
- MGRID_CONFIGURATION_SET__EXPORT_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Export Configuration' reference feature.
- MGRID_CONFIGURATION_SET__EXPORT_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Export Configuration' reference.
- MGRID_CONFIGURATION_SET__GRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Grid' container reference feature.
- MGRID_CONFIGURATION_SET__GRID - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Grid' container reference.
- MGRID_CONFIGURATION_SET__NAME - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Name' attribute feature.
- MGRID_CONFIGURATION_SET__NAME - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Name' attribute.
- MGRID_CONFIGURATION_SET__VIEW_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'View Configuration' reference feature.
- MGRID_CONFIGURATION_SET__VIEW_CONFIGURATION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'View Configuration' reference.
- MGRID_CONFIGURATION_SET__VIEW_SELECTION_MODE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'View Selection Mode' attribute feature.
- MGRID_CONFIGURATION_SET__VIEW_SELECTION_MODE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'View Selection Mode' attribute.
- MGRID_CONFIGURATION_SET_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MGrid Configuration Set' class.
- MGRID_CONFIGURATION_SET_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MGrid Configuration Set' class.
- MGRID_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MGrid' class.
- MGRID_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MGrid' class.
- MGridColumn - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MGrid Column'.
- MGridColumnImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MGrid Column'.
- MGridColumnImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
- MGridConfiguration - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MGrid Configuration'.
- MGridConfigurationColumn - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MGrid Configuration Column'.
- MGridConfigurationColumnImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MGrid Configuration Column'.
- MGridConfigurationColumnImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationColumnImpl
-
- MGridConfigurationImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MGrid Configuration'.
- MGridConfigurationImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationImpl
-
- MGridConfigurationSet - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MGrid Configuration Set'.
- MGridConfigurationSetImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MGrid Configuration Set'.
- MGridConfigurationSetImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MGridConfigurationSetImpl
-
- MGridImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MGrid'.
- MGridImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MGridImpl
-
- MIN_WIDTH_EDEFAULT - Static variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
The default value of the '
Min Width
' attribute.
- minWidth - Variable in class at.bestsolution.framework.grid.model.grid.impl.MGridColumnImpl
-
The cached value of the '
Min Width
' attribute.
- minWidthProperty() - Method in class at.bestsolution.framework.grid.swt.SWTGridColumn
-
- minWidthProperty() - Method in interface at.bestsolution.framework.grid.XGridColumn
-
The minimum width
- MMETA_DATA - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the '
MMeta Data
' class.
- MMETA_DATA - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MMETA_DATA__TOPIC - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Topic' attribute feature.
- MMETA_DATA__TOPIC - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Topic' attribute.
- MMETA_DATA_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MMeta Data' class.
- MMETA_DATA_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MMeta Data' class.
- MMetaData - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MMeta Data'.
- MMetaDataImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MMeta Data'.
- MMetaDataImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MMetaDataImpl
-
- modelPackage - Static variable in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
The cached model package.
- modelPackage - Static variable in class at.bestsolution.framework.grid.model.grid.util.GridSwitch
-
The cached model package
- modelSwitch - Variable in class at.bestsolution.framework.grid.model.grid.util.GridAdapterFactory
-
The switch that delegates to the createXXX
methods.
- MPATH_CELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MPATH_CELL_VALUE_FUNCTION - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MPATH_CELL_VALUE_FUNCTION__SEGMENTS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Segments' containment reference list feature.
- MPATH_CELL_VALUE_FUNCTION__SEGMENTS - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Segments' containment reference list.
- MPATH_CELL_VALUE_FUNCTION_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MPath Cell Value Function' class.
- MPATH_CELL_VALUE_FUNCTION_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MPath Cell Value Function' class.
- MPATH_SEGMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MPATH_SEGMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MPATH_SEGMENT_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MPath Segment' class.
- MPATH_SEGMENT_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MPath Segment' class.
- MPathCellValueFunction - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MPath Cell Value Function'.
- MPathCellValueFunctionImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MPath Cell Value Function'.
- MPathCellValueFunctionImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MPathCellValueFunctionImpl
-
- MPathSegment - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MPath Segment'.
- MPathSegmentImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MPath Segment'.
- MPathSegmentImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MPathSegmentImpl
-
- MPATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the '
MPattern
' class.
- MPATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The meta object id for the '
MPattern
' class.
- MPattern - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MPattern'.
- MPATTERN_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MPattern' class.
- MPATTERN_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MPattern' class.
- MPatternImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MPattern'.
- MPatternImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MPatternImpl
-
- MREFERENCE_PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MREFERENCE_PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MREFERENCE_PATTERN__PATTERN_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Pattern Key' attribute feature.
- MREFERENCE_PATTERN__PATTERN_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Pattern Key' attribute.
- MREFERENCE_PATTERN_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MReference Pattern' class.
- MREFERENCE_PATTERN_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MReference Pattern' class.
- MReferencePattern - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MReference Pattern'.
- MReferencePatternImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MReference Pattern'.
- MReferencePatternImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MReferencePatternImpl
-
- MRESOURCE_BUNDLE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MRESOURCE_BUNDLE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MRESOURCE_BUNDLE__ENTRIES - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Entries' containment reference list feature.
- MRESOURCE_BUNDLE__ENTRIES - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Entries' containment reference list.
- MRESOURCE_BUNDLE__LOCALE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Locale' attribute feature.
- MRESOURCE_BUNDLE__LOCALE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Locale' attribute.
- MRESOURCE_BUNDLE_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MRESOURCE_BUNDLE_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MRESOURCE_BUNDLE_ENTRY__KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Key' attribute feature.
- MRESOURCE_BUNDLE_ENTRY__KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Key' attribute.
- MRESOURCE_BUNDLE_ENTRY__VALUE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Value' attribute feature.
- MRESOURCE_BUNDLE_ENTRY__VALUE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Value' attribute.
- MRESOURCE_BUNDLE_ENTRY_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MResource Bundle Entry' class.
- MRESOURCE_BUNDLE_ENTRY_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MResource Bundle Entry' class.
- MRESOURCE_BUNDLE_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MResource Bundle' class.
- MRESOURCE_BUNDLE_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MResource Bundle' class.
- MResourceBundle - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MResource Bundle'.
- MResourceBundleEntry - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MResource Bundle Entry'.
- MResourceBundleEntryImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MResource Bundle Entry'.
- MResourceBundleEntryImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleEntryImpl
-
- MResourceBundleImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MResource Bundle'.
- MResourceBundleImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MResourceBundleImpl
-
- MSELECTION_MODE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MSELECTION_MODE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MSelectionMode - Enum in at.bestsolution.framework.grid.model.grid
-
A representation of the literals of the enumeration 'MSelection Mode',
and utility methods for working with them.
- MSIMPLE_META_DATA - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MSIMPLE_META_DATA - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MSIMPLE_META_DATA__META_DATA_VALUE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Meta Data Value' attribute feature.
- MSIMPLE_META_DATA__META_DATA_VALUE - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Meta Data Value' attribute.
- MSIMPLE_META_DATA__TOPIC - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Topic' attribute.
- MSIMPLE_META_DATA_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MSimple Meta Data' class.
- MSIMPLE_META_DATA_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MSimple Meta Data' class.
- MSIMPLE_PATH_SEGMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MSIMPLE_PATH_SEGMENT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MSIMPLE_PATH_SEGMENT__FEATURE_NAME - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Feature Name' attribute feature.
- MSIMPLE_PATH_SEGMENT__FEATURE_NAME - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Feature Name' attribute.
- MSIMPLE_PATH_SEGMENT_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MSimple Path Segment' class.
- MSIMPLE_PATH_SEGMENT_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MSimple Path Segment' class.
- MSimpleMetaData - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MSimple Meta Data'.
- MSimpleMetaDataImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MSimple Meta Data'.
- MSimpleMetaDataImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MSimpleMetaDataImpl
-
- MSimplePathSegment - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MSimple Path Segment'.
- MSimplePathSegmentImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MSimple Path Segment'.
- MSimplePathSegmentImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MSimplePathSegmentImpl
-
- MSORTING_BEHAVIOR - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MSORTING_BEHAVIOR - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MSortingBehavior - Enum in at.bestsolution.framework.grid.model.grid
-
A representation of the literals of the enumeration 'MSorting Behavior',
and utility methods for working with them.
- MSTRING_PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MSTRING_PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MSTRING_PATTERN__PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
The meta object literal for the 'Pattern' attribute feature.
- MSTRING_PATTERN__PATTERN - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Pattern' attribute.
- MSTRING_PATTERN_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MString Pattern' class.
- MSTRING_PATTERN_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MString Pattern' class.
- MStringPattern - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MString Pattern'.
- MStringPatternImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MString Pattern'.
- MStringPatternImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MStringPatternImpl
-
- MTEXT_AUTO_FILTER_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage.Literals
-
- MTEXT_AUTO_FILTER_ENTRY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
- MTEXT_AUTO_FILTER_ENTRY__RESOURCE_KEY - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The feature id for the 'Resource Key' attribute.
- MTEXT_AUTO_FILTER_ENTRY_FEATURE_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of structural features of the 'MText Auto Filter Entry' class.
- MTEXT_AUTO_FILTER_ENTRY_OPERATION_COUNT - Static variable in interface at.bestsolution.framework.grid.model.grid.GridPackage
-
The number of operations of the 'MText Auto Filter Entry' class.
- MTextAutoFilterEntry - Interface in at.bestsolution.framework.grid.model.grid
-
A representation of the model object 'MText Auto Filter Entry'.
- MTextAutoFilterEntryImpl - Class in at.bestsolution.framework.grid.model.grid.impl
-
An implementation of the model object 'MText Auto Filter Entry'.
- MTextAutoFilterEntryImpl() - Constructor for class at.bestsolution.framework.grid.model.grid.impl.MTextAutoFilterEntryImpl
-