Interface IRefineableFieldGroupInfo
- All Superinterfaces:
IDisplayFieldInfo
,IRefineableFieldInfo
Interface for declaring a group of refine fields
-
Method Summary
Modifier and TypeMethodDescriptionReturns the child refine fields for this refine field groupvoid
setChildRefineFields
(IRefineableFieldInfo[] childRefineFields) Sets the child refine fields for this groupMethods inherited from interface com.webmethods.common.search.form.IDisplayFieldInfo
getDisplayName, getFieldName
Methods inherited from interface com.webmethods.common.search.form.IRefineableFieldInfo
getColumnNumber, getColumnSpan, getPropertyEditor, getPropertyEditorParameters, getRowNumber, setColumnNumber, setColumnSpan, setRowNumber
-
Method Details
-
getChildRefineFields
IRefineableFieldInfo[] getChildRefineFields()Returns the child refine fields for this refine field group- Returns:
- array of child refine fields
-
setChildRefineFields
Sets the child refine fields for this group- Parameters:
childRefineFields
- child refine fields
-