Class BaseSearchControlHelper
java.lang.Object
com.webmethods.caf.faces.component.search.BaseSearchControlHelper
- Direct Known Subclasses:
SearchTableHelper
,SearchTreeHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<Serializable,
Object> protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
static final String
static final String
static final String
protected Boolean
protected Boolean
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply any changes in the deferred properties map to the underlying controls.protected Map<Serializable,
Object> abstract String
boolean
abstract String
abstract String
Deprecated.boolean
boolean
boolean
void
Loads the controls for the 'empty' facetvoid
Loads the controls for the 'footer' facetprotected UIComponent
loadFromView
(String viewId, String namingContainerId) Creates a new naming container, and loads specified view into the container.void
Loads the controls for the 'header' facetvoid
prepareForEncode
(FacesContext context) void
restoreState
(FacesContext context, Object state) saveState
(FacesContext context) void
setDisplayOptions
(boolean displayOptions) void
setDragAndDropColumns
(boolean dragAndDropColumns) void
setExportButtonAvailable
(boolean exportButtonAvailable) void
setExportCharacterEncoding
(String exportCharacterEncoding) void
setExportExcludeComponentsCSV
(String excludeComponentsCSV) void
setExportFileName
(String exportFileName) void
setExportProvider
(ITableContentProvider provider) void
setExportShowEncodingDialog
(boolean showEncodingDialog) void
setQuerySupplied
(ValueBinding querySupplied) Deprecated.use#setQuerySupplied(ValueExpression)
insteadvoid
setQuerySuppliedExpression
(ValueExpression querySupplied) void
setValueBinding
(String name, ValueBinding binding) Deprecated.void
setValueExpression
(String name, ValueExpression binding)
-
Field Details
-
FACET_HEADER
- See Also:
-
FACET_FOOTER
- See Also:
-
FACET_EMPTY
- See Also:
-
CONTROL_ID_SHOW_EXPORT_DIALOG_BUTTON
- See Also:
-
CONTROL_ID_IF_HAS_SEARCH_QUERY
- See Also:
-
CONTROL_ID_RESIZE_COLUMNS
- See Also:
-
CONTROL_ID_REORDER_COLUMNS
- See Also:
-
CONTROL_ID_OPTIONS_FORM
- See Also:
-
CONTROL_ID_OPTIONS_BUTTON
- See Also:
-
CONTROL_ID_OPTIONS_DIALOG
- See Also:
-
CONTROL_ID_OPTIONS_APPLY_BUTTON
- See Also:
-
fExportButtonAvailable
-
fDragAndDropColumns
-
fDisplayOptions
-
_deferredPropertiesMap
-
-
Constructor Details
-
BaseSearchControlHelper
-
-
Method Details
-
getDeferredPropertiesMap
-
getHeaderTemplate
-
getEmptyTemplate
-
setValueBinding
Deprecated. -
setValueExpression
- Since:
- 9.6
-
getExportTableButton
-
loadHeaderFacet
public void loadHeaderFacet()Loads the controls for the 'header' facet -
loadEmptyFacet
public void loadEmptyFacet()Loads the controls for the 'empty' facet -
prepareForEncode
-
isExportButtonAvailable
public boolean isExportButtonAvailable()- Returns:
- Returns the exportButtonAvailable.
-
setExportButtonAvailable
public void setExportButtonAvailable(boolean exportButtonAvailable) - Parameters:
exportButtonAvailable
- The exportButtonAvailable to set.
-
getQuerySuppliedExpression
- Returns:
- Returns the querySupplied.
- Since:
- 9.6
-
getQuerySupplied
Deprecated.usegetQuerySuppliedExpression()
instead- Returns:
- Returns the querySupplied.
-
setQuerySupplied
Deprecated.use#setQuerySupplied(ValueExpression)
instead- Parameters:
querySupplied
- The querySupplied to set.
-
setQuerySuppliedExpression
- Parameters:
querySupplied
- The querySupplied to set.- Since:
- 9.6
-
isDisplayOptions
public boolean isDisplayOptions() -
setDisplayOptions
public void setDisplayOptions(boolean displayOptions) -
isDragAndDropColumns
public boolean isDragAndDropColumns()- Returns:
- True if using drag-to-resize/reorder-columns-behaviors.
-
setDragAndDropColumns
public void setDragAndDropColumns(boolean dragAndDropColumns) - Parameters:
dragAndDropColumns
- True if using drag-to-resize/reorder-columns-behaviors.
-
getExportSettings
-
getExportShowEncodingDialog
public boolean getExportShowEncodingDialog() -
setExportShowEncodingDialog
public void setExportShowEncodingDialog(boolean showEncodingDialog) -
getExportFileName
-
setExportFileName
-
getExportCharacterEncoding
-
setExportCharacterEncoding
-
getExportExcludeComponentsCSV
-
setExportExcludeComponentsCSV
-
getExportProvider
-
setExportProvider
-
restoreState
-
saveState
-
loadFromView
Creates a new naming container, and loads specified view into the container. Does not add container to this component. -
applyDeferredProperties
public void applyDeferredProperties()Apply any changes in the deferred properties map to the underlying controls.
-
getQuerySuppliedExpression()
instead