public interface VTTabStyleProperty extends VTStyleProperty
The following features are supported:
VTTabPackage.getTabStyleProperty()
Modifier and Type | Method and Description |
---|---|
String |
getCancelImageURL()
Returns the value of the 'Cancel Image URL' attribute.
|
String |
getErrorImageURL()
Returns the value of the 'Error Image URL' attribute.
|
String |
getInfoImageURL()
Returns the value of the 'Info Image URL' attribute.
|
String |
getOkImageURL()
Returns the value of the 'Ok Image URL' attribute.
|
TabType |
getType()
Returns the value of the 'Type' attribute.
|
String |
getWarningImageURL()
Returns the value of the 'Warning Image URL' attribute.
|
void |
setCancelImageURL(String value)
Sets the value of the
'
Cancel Image
URL ' attribute. |
void |
setErrorImageURL(String value)
Sets the value of the
'
Error Image
URL ' attribute. |
void |
setInfoImageURL(String value)
Sets the value of the
'
Info Image
URL ' attribute. |
void |
setOkImageURL(String value)
Sets the value of the '
Ok Image URL ' attribute. |
void |
setType(TabType value)
Sets the value of the '
Type ' attribute. |
void |
setWarningImageURL(String value)
Sets the value of the
'
Warning Image
URL ' attribute. |
equalStyles
TabType getType()
"BOTTOM"
.
The literals are from the enumeration TabType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
TabType
,
setType(TabType)
,
VTTabPackage.getTabStyleProperty_Type()
String getOkImageURL()
If the meaning of the 'Ok Image URL' attribute isn't clear, there really should be more of a description here...
setOkImageURL(String)
,
VTTabPackage.getTabStyleProperty_OkImageURL()
void setOkImageURL(String value)
Ok Image URL
' attribute.
value
- the new value of the 'Ok Image URL' attribute.getOkImageURL()
String getInfoImageURL()
If the meaning of the 'Info Image URL' attribute isn't clear, there really should be more of a description here...
setInfoImageURL(String)
,
VTTabPackage.getTabStyleProperty_InfoImageURL()
void setInfoImageURL(String value)
Info Image
URL
' attribute.
value
- the new value of the 'Info Image URL' attribute.getInfoImageURL()
String getWarningImageURL()
If the meaning of the 'Warning Image URL' attribute isn't clear, there really should be more of a description here...
setWarningImageURL(String)
,
VTTabPackage.getTabStyleProperty_WarningImageURL()
void setWarningImageURL(String value)
Warning Image
URL
' attribute.
value
- the new value of the 'Warning Image URL' attribute.getWarningImageURL()
String getErrorImageURL()
If the meaning of the 'Error Image URL' attribute isn't clear, there really should be more of a description here...
setErrorImageURL(String)
,
VTTabPackage.getTabStyleProperty_ErrorImageURL()
void setErrorImageURL(String value)
Error Image
URL
' attribute.
value
- the new value of the 'Error Image URL' attribute.getErrorImageURL()
String getCancelImageURL()
If the meaning of the 'Cancel Image URL' attribute isn't clear, there really should be more of a description here...
setCancelImageURL(String)
,
VTTabPackage.getTabStyleProperty_CancelImageURL()
void setCancelImageURL(String value)
Cancel Image
URL
' attribute.
value
- the new value of the 'Cancel Image URL' attribute.getCancelImageURL()
Copyright © 2019. All rights reserved.