public interface MDEditableTable extends Table
The following features are supported:
DocGenViewPackage.getMDEditableTable()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<java.lang.Boolean> |
getEditable()
Returns the value of the 'Editable' attribute list.
|
org.eclipse.emf.common.util.EList<TableRow> |
getGuiBody()
Returns the value of the 'Gui Body' containment reference
list.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getGuiHeaders()
Returns the value of the 'Gui Headers' attribute list.
|
org.eclipse.emf.common.util.EList<java.lang.Integer> |
getMergeCols()
Returns the value of the 'Merge Cols' attribute list.
|
int |
getPrecision()
Returns the value of the 'Precision' attribute.
|
boolean |
isAddLineNum()
Returns the value of the 'Add Line Num' attribute.
|
void |
setAddLineNum(boolean value)
Sets the value of the '
Add Line Num ' attribute. |
void |
setPrecision(int value)
Sets the value of the '
Precision ' attribute. |
getBody, getCaption, getCols, getColspecs, getHeaders, getStyle, setCaption, setCols, setStyle
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
int getPrecision()
If the meaning of the 'Precision' attribute isn't clear, there really should be more of a description here...
setPrecision(int)
,
DocGenViewPackage.getMDEditableTable_Precision()
void setPrecision(int value)
Precision
' attribute. value
- the new value of the 'Precision' attribute.getPrecision()
org.eclipse.emf.common.util.EList<java.lang.String> getGuiHeaders()
String
.
If the meaning of the 'Gui Headers' attribute list isn't clear, there really should be more of a description here...
DocGenViewPackage.getMDEditableTable_GuiHeaders()
org.eclipse.emf.common.util.EList<java.lang.Boolean> getEditable()
Boolean
.
If the meaning of the 'Editable' attribute list isn't clear, there really should be more of a description here...
DocGenViewPackage.getMDEditableTable_Editable()
org.eclipse.emf.common.util.EList<java.lang.Integer> getMergeCols()
Integer
.
If the meaning of the 'Merge Cols' attribute list isn't clear, there really should be more of a description here...
DocGenViewPackage.getMDEditableTable_MergeCols()
boolean isAddLineNum()
If the meaning of the 'Add Line Num' attribute isn't clear, there really should be more of a description here...
setAddLineNum(boolean)
,
DocGenViewPackage.getMDEditableTable_AddLineNum()
void setAddLineNum(boolean value)
Add Line Num
' attribute. value
- the new value of the 'Add Line Num' attribute.isAddLineNum()
org.eclipse.emf.common.util.EList<TableRow> getGuiBody()
TableRow
.
If the meaning of the 'Gui Body' containment reference list isn't clear, there really should be more of a description here...
DocGenViewPackage.getMDEditableTable_GuiBody()