public interface FilterSection
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getFilterItemList()
Returns the value of the 'Filter Item List' containment reference list.
|
int |
getRowCount()
Returns the value of the 'Row Count' attribute
|
int |
getScrollRowTop()
Returns the value of the 'Scroll Row Top' attribute
|
void |
setRowCount(int value)
Sets the value of the '
Row Count' attribute |
void |
setScrollRowTop(int value)
Sets the value of the '
Scroll Row Top' attribute |
static final java.lang.String copyright
int getRowCount()
If the meaning of the 'Row Count' attribute isn't clear, there really should be more of a description here...
setRowCount(int),
DecisiontablePackage.getFilterSection_RowCount()void setRowCount(int value)
Row Count' attribute.
value - the new value of the 'Row Count' attribute.getRowCount()int getScrollRowTop()
If the meaning of the 'Scroll Row Top' attribute isn't clear, there really should be more of a description here...
setScrollRowTop(int),
DecisiontablePackage.getFilterSection_ScrollRowTop()void setScrollRowTop(int value)
Scroll Row Top' attribute.
value - the new value of the 'Scroll Row Top' attribute.getScrollRowTop()org.eclipse.emf.common.util.EList getFilterItemList()
FilterItem.
If the meaning of the 'Filter Item List' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getFilterSection_FilterItemList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.