com.arsdigita.search.ui.filters
Class PartyFilterWidget
java.lang.Object
com.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.search.ui.FilterComponent
com.arsdigita.search.ui.FilterWidget
com.arsdigita.search.ui.filters.PartyFilterWidget
- All Implemented Interfaces:
- Cloneable, Component, FilterGenerator, Lockable
- public class PartyFilterWidget
- extends FilterWidget
This is a base widget that can be used to restrict a search
to a certain group of users.
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
children, clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, lock, register, respond, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
PARTY_TEXT
public static final String PARTY_TEXT
- See Also:
- Constant Field Values
PartyFilterWidget
public PartyFilterWidget(FilterType type,
String parameterName)
- This creates a text field that can be used to restrict
the results by user. The passed in is used for the parameter
that holds the user input party informaiton
getFilter
public FilterSpecification getFilter(PageState state)
- Description copied from interface:
FilterGenerator
- Returns the current filter specification
- Returns:
- a filter specification
generateBodyXML
public void generateBodyXML(PageState state,
Element parent)
- Description copied from class:
FilterWidget
- The impl of this methods adds information about any
validation errors to the output. If overriding this
method, you must call super.generateBodyXML.
- Overrides:
generateBodyXML
in class FilterWidget
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC