@ConfigurationProperties(prefix="jsf.butterfaces") public class ButterfacesProperties extends java.lang.Object implements ServletContextInitParameterProperties
Modifier and Type | Class and Description |
---|---|
static class |
ButterfacesProperties.Glyphicon
Glyphicon class of collapsing, expansion, options, refresh and order properties.
|
static class |
ButterfacesProperties.Integration
Integration class of primefaces properties.
|
static class |
ButterfacesProperties.Treebox
Treebox class of specific tree box properties.
|
Constructor and Description |
---|
ButterfacesProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAjaxDisableRenderRegionsOnRequest()
b:commandLink components comes with ajaxDisableRenderRegionsOnRequest to
crossfade render regions while ajax request is running.
|
java.lang.String |
getAjaxProcessingGlyphiconOnRequest() |
java.lang.String |
getAjaxProcessingTextOnRequest() |
java.lang.Boolean |
getAutoTrimInputFields()
By default all input fields will be trimed after submit.
|
ButterfacesProperties.Glyphicon |
getGlyphicon() |
ButterfacesProperties.Integration |
getIntegration() |
java.lang.String |
getMaxLengthText()
When using maxlength parameter counting text will be {0} of {1}
characters.
|
java.lang.String |
getNoEntriesText()
b:tree and b:treeBox are trivial components and can be configured by
components attribute or by changeing following parameters.
|
java.lang.Boolean |
getProvideBootstrap()
As default ButterFaces comes with an actual version of Bootstrap 3.x.
|
java.lang.Boolean |
getProvideJQuery()
As default ButterFaces comes with an actual version of jQuery 2.x.
|
java.lang.String |
getSpinnerText()
b:tree and b:treeBox are trivial components and can be configured by
components attribute or by changeing following parameters.
|
ButterfacesProperties.Treebox |
getTreebox() |
java.lang.Boolean |
getUseCompressedResources()
Each components comes up with it's own javascript and css resources.
|
int |
hashCode() |
void |
setAjaxDisableRenderRegionsOnRequest(java.lang.Boolean ajaxDisableRenderRegionsOnRequest)
b:commandLink components comes with ajaxDisableRenderRegionsOnRequest to
crossfade render regions while ajax request is running.
|
void |
setAjaxProcessingGlyphiconOnRequest(java.lang.String ajaxProcessingGlyphiconOnRequest) |
void |
setAjaxProcessingTextOnRequest(java.lang.String ajaxProcessingTextOnRequest) |
void |
setAutoTrimInputFields(java.lang.Boolean autoTrimInputFields)
By default all input fields will be trimed after submit.
|
void |
setGlyphicon(ButterfacesProperties.Glyphicon glyphicon) |
void |
setIntegration(ButterfacesProperties.Integration integration) |
void |
setMaxLengthText(java.lang.String maxLengthText)
When using maxlength parameter counting text will be {0} of {1}
characters.
|
void |
setNoEntriesText(java.lang.String noEntriesText)
b:tree and b:treeBox are trivial components and can be configured by
components attribute or by changeing following parameters.
|
void |
setProvideBootstrap(java.lang.Boolean provideBootstrap)
As default ButterFaces comes with an actual version of Bootstrap 3.x.
|
void |
setProvideJQuery(java.lang.Boolean provideJQuery)
As default ButterFaces comes with an actual version of jQuery 2.x.
|
void |
setSpinnerText(java.lang.String spinnerText)
b:tree and b:treeBox are trivial components and can be configured by
components attribute or by changeing following parameters.
|
void |
setTreebox(ButterfacesProperties.Treebox treebox) |
void |
setUseCompressedResources(java.lang.Boolean useCompressedResources)
Each components comes up with it's own javascript and css resources.
|
java.lang.String |
toString() |
public java.lang.Boolean getAjaxDisableRenderRegionsOnRequest()
public java.lang.String getAjaxProcessingGlyphiconOnRequest()
public java.lang.String getAjaxProcessingTextOnRequest()
public java.lang.Boolean getAutoTrimInputFields()
public java.lang.Boolean getProvideBootstrap()
public ButterfacesProperties.Glyphicon getGlyphicon()
public ButterfacesProperties.Treebox getTreebox()
public java.lang.Boolean getProvideJQuery()
public java.lang.String getMaxLengthText()
public java.lang.String getNoEntriesText()
public java.lang.String getSpinnerText()
public java.lang.Boolean getUseCompressedResources()
public ButterfacesProperties.Integration getIntegration()
public void setAjaxDisableRenderRegionsOnRequest(java.lang.Boolean ajaxDisableRenderRegionsOnRequest)
public void setAjaxProcessingGlyphiconOnRequest(java.lang.String ajaxProcessingGlyphiconOnRequest)
public void setAjaxProcessingTextOnRequest(java.lang.String ajaxProcessingTextOnRequest)
public void setAutoTrimInputFields(java.lang.Boolean autoTrimInputFields)
public void setProvideBootstrap(java.lang.Boolean provideBootstrap)
public void setGlyphicon(ButterfacesProperties.Glyphicon glyphicon)
public void setTreebox(ButterfacesProperties.Treebox treebox)
public void setProvideJQuery(java.lang.Boolean provideJQuery)
public void setMaxLengthText(java.lang.String maxLengthText)
public void setNoEntriesText(java.lang.String noEntriesText)
public void setSpinnerText(java.lang.String spinnerText)
public void setUseCompressedResources(java.lang.Boolean useCompressedResources)
public void setIntegration(ButterfacesProperties.Integration integration)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object