Interface DynamicTableInput<T extends TableItemViewModel>
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ITableInput
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CharacteristicsDynamicTableInput
- All Known Implementing Classes:
CharacteristicsDynamicTableInputImpl
,DynamicTableInputImpl
public interface DynamicTableInput<T extends TableItemViewModel> extends ITableInput
A representation of the model object 'Dynamic Table Input'. The dynamic input with the content provider.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAefTableContentProvider<T>
getContentProvider()
Returns the value of the 'Content Provider' attribute.void
setContentProvider(IAefTableContentProvider<T> value)
Sets the value of the 'Content Provider
' attribute.
-
-
-
Method Detail
-
getContentProvider
IAefTableContentProvider<T> getContentProvider()
Returns the value of the 'Content Provider' attribute. The content provider- Returns:
- the value of the 'Content Provider' attribute.
- See Also:
setContentProvider(IAefTableContentProvider)
,AefStandardPackage.getDynamicTableInput_ContentProvider()
-
setContentProvider
void setContentProvider(IAefTableContentProvider<T> value)
Sets the value of the 'Content Provider
' attribute.- Parameters:
value
- the new value of the 'Content Provider' attribute.- See Also:
getContentProvider()
-
-