lumis.doui.control.filter
Class ParentFilterControl

Package class diagram package ParentFilterControl
java.lang.Object
  extended by lumis.doui.control.Control
      extended by lumis.doui.control.DataControl
          extended by lumis.doui.control.DataBoundControl<S>
              extended by lumis.doui.control.filter.FilterControl<TableSource>
                  extended by lumis.doui.control.filter.ParentFilterControl
All Implemented Interfaces:
Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

public class ParentFilterControl
extends FilterControl<TableSource>

Control that renders a filter for the parent of the current content

Since:
4.0.6

Nested Class Summary
protected static interface ParentFilterControl.IFolder
          Interface used by ParentFilterControl to provide folder information.
protected static class ParentFilterControl.ParentFilterHyperlink
          Hyperlink customized to navigate to the parent content.
 
Field Summary
protected  String valueControlId
          The id of the control where the filter value is kept.
 
Fields inherited from class lumis.doui.control.filter.FilterControl
filteredFieldDataType, filteredFieldId, filteredFieldNode, filteredFieldPattern, filterId, filterInputControlType, filterInputRequestParameterName, filterNodeDefaultValue, filterNodeValue, filterRenderBlankOption, sourceFilterNode
 
Fields inherited from class lumis.doui.control.DataControl
FORCE_CASE_LOWER, FORCE_CASE_NONE, FORCE_CASE_UPPER, forceCase, requestParameterName, UNKNOWN_DATA_TYPE, value, valuePreviouslySet
 
Fields inherited from class lumis.doui.control.Control
childControls, controlContainer, controlDefinitionNode, controlResource, douiContext, hasValidatorSubControls, isValid, locale, ON_EVENT_CLOSE_WINDOW, ON_EVENT_LINK, ON_EVENT_POPUP_LINK_OR_RUNTIME_INTERFACE, ON_EVENT_POPUP_RUNTIME_INTERFACE, ON_EVENT_PROCESS_ACTION, ON_EVENT_RENDER_ACTION, ON_EVENT_SCRIPT, onEventScripts, PARAMETER_TYPE_FIRST_SELECTED, PARAMETER_TYPE_GET_VALUE, parentControl, resources, type, VALIDATION_SELECTED_MANY, VALIDATION_SELECTED_ONE
 
Constructor Summary
ParentFilterControl()
           
 
Method Summary
protected  String buildVisibleSubControls()
          Builds all visible children controls of the filter.
protected  ParentFilterControl.IFolder getFolder(String folderId)
          Returns the information about the folder represented by the content with the given folderId as its primary key value.
protected  Map<String,String> getStringsToLocalize()
           
 void init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
           
 void setRenderData()
           
 
Methods inherited from class lumis.doui.control.filter.FilterControl
buildHiddenSubControls, buildSubControls, fixedIdentifierRequired, getFilterName
 
Methods inherited from class lumis.doui.control.DataBoundControl
autoAddDateTimeValueValidator, autoAddDoubleValueValidator, autoAddFileSizeValidator, autoAddIntegerValueValidator, autoAddLengthValidator, autoAddLongValueValidator, autoAddRequiredValueValidator, autoAddValidators, createConverter, createDataType, getDataId, getFieldName, getProcessActionHandlerParameterName, getReload, getRuntimeDefaultSource, getSource, getSourceById, getUnboundedConverter, loadFromRequest, setDefaultValue, setRawValue, setReload, setSourceParameter, setSourceParameters, setsSourceParameters, setValid, setValueFromSource, setValueFromSource, update
 
Methods inherited from class lumis.doui.control.DataControl
convertValueToControlValue, getConverter, getDataType, getDefaultValue, getRequestParameterName, getValue, getValue, getValueClass, isTrim, loadSubControlFromRequest, loadSubControlsFromRequest, setProcessActionHandlerParameter, setProcessActionHandlerParameters, setTrim, setValue, valueIsArray
 
Methods inherited from class lumis.doui.control.Control
appendSubControl, appendSubControls, applyOnEventScripts, convertToStandardValue, createContainer, disconnect, generateControlId, getAdditionalParameters, getAncestor, getChildControls, getClientEventHandlerScript, getControlResource, getId, getLocale, getParentControl, getPrepareForReadScript, getRenderData, getResources, getScriptActionValidation, getScriptGetValues, getScriptGetValuesFunctionImplementation, getScriptGetValuesFunctionName, getScriptGetValuesRegistration, getSourceContext, getType, getValidationScript, isValid, localize, localizeStrings, processCustomTags, registerOnEventScript, removeChild, removeChildren, resolveVariable, setRuntimeAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lumis.doui.control.IDataControl
getConverter, getValue, getValue, setProcessActionHandlerParameters, setValue
 
Methods inherited from interface lumis.doui.control.IControl
createContainer, disconnect, getChildControls, getControlResource, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, isValid, registerOnEventScript, removeChild, removeChildren, setRuntimeAttributes
 
Methods inherited from interface lumis.doui.render.IRenderer
getResources, getSourceContext
 

Field Detail

valueControlId

protected String valueControlId
The id of the control where the filter value is kept.

Constructor Detail

ParentFilterControl

public ParentFilterControl()
Method Detail

init

public void init(Node controlDefinitionNode,
                 ControlContainer controlContainer,
                 IControl parentControl)
          throws PortalException
Specified by:
init in interface IControl
Overrides:
init in class FilterControl<TableSource>
Throws:
PortalException

buildVisibleSubControls

protected String buildVisibleSubControls()
                                  throws PortalException
Description copied from class: FilterControl
Builds all visible children controls of the filter. Based on the filter properties these sub controls could be labels, inputboxes, dropdown boxes, date picker controls etc.

Overrides:
buildVisibleSubControls in class FilterControl<TableSource>
Returns:
Throws:
PortalException

getFolder

protected ParentFilterControl.IFolder getFolder(String folderId)
                                         throws PortalException
Returns the information about the folder represented by the content with the given folderId as its primary key value.

Parameters:
folderId - the folder id, that is the primary key value of the folder content.
Returns:
the information about the folder.
Throws:
PortalException

setRenderData

public void setRenderData()
                   throws PortalException
Specified by:
setRenderData in interface IControl
Overrides:
setRenderData in class DataBoundControl<TableSource>
Throws:
PortalException

getStringsToLocalize

protected Map<String,String> getStringsToLocalize()
Overrides:
getStringsToLocalize in class Control


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.