public interface VTTableStyleProperty extends VTStyleProperty
The following features are supported:
VTTableStylePropertyPackage.getTableStyleProperty()
Modifier and Type | Method and Description |
---|---|
int |
getMaximumHeight()
Returns the value of the 'Maximum Height' attribute.
|
int |
getMinimumHeight()
Returns the value of the 'Minimum Height' attribute.
|
RenderMode |
getRenderMode()
Returns the value of the 'Render Mode' attribute.
|
int |
getVisibleLines()
Returns the value of the 'Visible Lines' attribute.
|
boolean |
isEnableSorting()
Returns the value of the 'Enable Sorting' attribute.
|
boolean |
isSetMaximumHeight()
Returns whether the value of the
'
Maximum Height ' attribute is set. |
boolean |
isSetMinimumHeight()
Returns whether the value of the
'
Minimum Height ' attribute is set. |
boolean |
isSetVisibleLines()
Returns whether the value of the
'
Visible Lines ' attribute is set. |
boolean |
isShowValidationSummaryTooltip()
Returns the value of the 'Show Validation Summary Tooltip' attribute.
|
void |
setEnableSorting(boolean value)
Sets the value of the
'
Enable Sorting ' attribute. |
void |
setMaximumHeight(int value)
Sets the value of the
'
Maximum Height ' attribute. |
void |
setMinimumHeight(int value)
Sets the value of the
'
Minimum Height ' attribute. |
void |
setRenderMode(RenderMode value)
Sets the value of the
'
Render Mode ' attribute. |
void |
setShowValidationSummaryTooltip(boolean value)
Sets the value of the
'
Show Validation Summary Tooltip ' attribute. |
void |
setVisibleLines(int value)
Sets the value of the
'
Visible Lines ' attribute. |
void |
unsetMaximumHeight()
Unsets the value of the
'
Maximum Height ' attribute. |
void |
unsetMinimumHeight()
Unsets the value of the
'
Minimum Height ' attribute. |
void |
unsetVisibleLines()
Unsets the value of the
'
Visible Lines ' attribute. |
equalStyles
int getMinimumHeight()
If the meaning of the 'Minimum Height' attribute isn't clear, there really should be more of a description here...
isSetMinimumHeight()
,
unsetMinimumHeight()
,
setMinimumHeight(int)
,
VTTableStylePropertyPackage.getTableStyleProperty_MinimumHeight()
void setMinimumHeight(int value)
Minimum Height
' attribute.
value
- the new value of the 'Minimum Height' attribute.isSetMinimumHeight()
,
unsetMinimumHeight()
,
getMinimumHeight()
void unsetMinimumHeight()
Minimum Height
' attribute.
boolean isSetMinimumHeight()
Minimum Height
' attribute is set.
unsetMinimumHeight()
,
getMinimumHeight()
,
setMinimumHeight(int)
int getMaximumHeight()
If the meaning of the 'Maximum Height' attribute isn't clear, there really should be more of a description here...
isSetMaximumHeight()
,
unsetMaximumHeight()
,
setMaximumHeight(int)
,
VTTableStylePropertyPackage.getTableStyleProperty_MaximumHeight()
void setMaximumHeight(int value)
Maximum Height
' attribute.
value
- the new value of the 'Maximum Height' attribute.isSetMaximumHeight()
,
unsetMaximumHeight()
,
getMaximumHeight()
void unsetMaximumHeight()
Maximum Height
' attribute.
boolean isSetMaximumHeight()
Maximum Height
' attribute is set.
unsetMaximumHeight()
,
getMaximumHeight()
,
setMaximumHeight(int)
boolean isShowValidationSummaryTooltip()
If the meaning of the 'Show Validation Summary Tooltip' attribute isn't clear, there really should be more of a description here...
setShowValidationSummaryTooltip(boolean)
,
VTTableStylePropertyPackage.getTableStyleProperty_ShowValidationSummaryTooltip()
void setShowValidationSummaryTooltip(boolean value)
Show Validation Summary Tooltip
' attribute.
value
- the new value of the 'Show Validation Summary Tooltip' attribute.isShowValidationSummaryTooltip()
boolean isEnableSorting()
"true"
.
If the meaning of the 'Enable Sorting' attribute isn't clear, there really should be more of a description here...
setEnableSorting(boolean)
,
VTTableStylePropertyPackage.getTableStyleProperty_EnableSorting()
void setEnableSorting(boolean value)
Enable Sorting
' attribute.
value
- the new value of the 'Enable Sorting' attribute.isEnableSorting()
int getVisibleLines()
If the meaning of the 'Visible Lines' attribute isn't clear, there really should be more of a description here...
isSetVisibleLines()
,
unsetVisibleLines()
,
setVisibleLines(int)
,
VTTableStylePropertyPackage.getTableStyleProperty_VisibleLines()
void setVisibleLines(int value)
Visible Lines
' attribute.
value
- the new value of the 'Visible Lines' attribute.isSetVisibleLines()
,
unsetVisibleLines()
,
getVisibleLines()
void unsetVisibleLines()
Visible Lines
' attribute.
isSetVisibleLines()
,
getVisibleLines()
,
setVisibleLines(int)
boolean isSetVisibleLines()
Visible Lines
' attribute is set.
unsetVisibleLines()
,
getVisibleLines()
,
setVisibleLines(int)
RenderMode getRenderMode()
RenderMode
.
If the meaning of the 'Render Mode' attribute isn't clear, there really should be more of a description here...
RenderMode
,
setRenderMode(RenderMode)
,
VTTableStylePropertyPackage.getTableStyleProperty_RenderMode()
void setRenderMode(RenderMode value)
Render Mode
' attribute.
value
- the new value of the 'Render Mode' attribute.RenderMode
,
getRenderMode()
Copyright © 2019. All rights reserved.