public interface VTMandatoryStyleProperty extends VTStyleProperty
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getMandatoryMarker()
Returns the value of the 'Mandatory Marker' attribute.
|
boolean |
isHighliteMandatoryFields()
Returns the value of the 'Highlite Mandatory Fields' attribute.
|
void |
setHighliteMandatoryFields(boolean value)
Sets the value of the '
Highlite Mandatory Fields' attribute. |
void |
setMandatoryMarker(String value)
Sets the value of the '
Mandatory Marker' attribute. |
equalStylesboolean isHighliteMandatoryFields()
"true".
If the meaning of the 'Highlite Mandatory Fields' attribute isn't clear, there really should be more of a description here...
setHighliteMandatoryFields(boolean),
VTMandatoryPackage.getMandatoryStyleProperty_HighliteMandatoryFields()void setHighliteMandatoryFields(boolean value)
Highlite Mandatory Fields' attribute.
value - the new value of the 'Highlite Mandatory Fields' attribute.isHighliteMandatoryFields()String getMandatoryMarker()
"*".
If the meaning of the 'Mandatory Marker' attribute isn't clear, there really should be more of a description here...
setMandatoryMarker(String),
VTMandatoryPackage.getMandatoryStyleProperty_MandatoryMarker()void setMandatoryMarker(String value)
Mandatory Marker' attribute.
value - the new value of the 'Mandatory Marker' attribute.getMandatoryMarker()Copyright © 2016. All rights reserved.