public class CriteriaOutputSettings extends DataClass
factoryCreated, factoryProperties
Constructor and Description |
---|
CriteriaOutputSettings() |
CriteriaOutputSettings(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getEscapeHTML()
By default HTML characters such as
"<br>" will be written into the output description to format the
result. |
static CriteriaOutputSettings |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getPrefix()
Prefix to be prepended to each criterion description.
|
java.lang.String |
getSuffix()
Suffix to be appended to each criterion description.
|
java.lang.String |
getTextMatchStyle()
TextMatchStyle to use if converting from a simple criteria. |
CriteriaOutputSettings |
setEscapeHTML(java.lang.Boolean escapeHTML)
By default HTML characters such as
"<br>" will be written into the output description to format the
result. |
CriteriaOutputSettings |
setPrefix(java.lang.String prefix)
Prefix to be prepended to each criterion description.
|
CriteriaOutputSettings |
setSuffix(java.lang.String suffix)
Suffix to be appended to each criterion description.
|
CriteriaOutputSettings |
setTextMatchStyle(java.lang.String textMatchStyle)
TextMatchStyle to use if converting from a simple criteria. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public CriteriaOutputSettings()
public CriteriaOutputSettings(com.google.gwt.core.client.JavaScriptObject jsObj)
public static CriteriaOutputSettings getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public CriteriaOutputSettings setEscapeHTML(java.lang.Boolean escapeHTML)
"<br>"
will be written into the output description to format the
result. Setting escapeHTML
true will instead force HTML values in the output to be displayed to the user
instead.escapeHTML
- New escapeHTML value. Default value is nullCriteriaOutputSettings
instance, for chaining setter callspublic java.lang.Boolean getEscapeHTML()
"<br>"
will be written into the output description to format the
result. Setting escapeHTML
true will instead force HTML values in the output to be displayed to the user
instead.public CriteriaOutputSettings setPrefix(java.lang.String prefix)
prefix
- New prefix value. Default value is nullCriteriaOutputSettings
instance, for chaining setter callspublic java.lang.String getPrefix()
public CriteriaOutputSettings setSuffix(java.lang.String suffix)
suffix
- New suffix value. Default value is nullCriteriaOutputSettings
instance, for chaining setter callspublic java.lang.String getSuffix()
public CriteriaOutputSettings setTextMatchStyle(java.lang.String textMatchStyle)
TextMatchStyle
to use if converting from a simple criteria. This property, if
specified, is passed to convertCriteria
to override the
default.textMatchStyle
- New textMatchStyle value. Default value is nullCriteriaOutputSettings
instance, for chaining setter callspublic java.lang.String getTextMatchStyle()
TextMatchStyle
to use if converting from a simple criteria. This property, if
specified, is passed to convertCriteria
to override the
default.