|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.FormSection
com.arsdigita.cms.ui.ItemSearchSection
com.arsdigita.cms.ui.ItemSearchSectionInline
A counterpart to ItemSearchPopup
designed to be
embedded in a form for use when javascript popup is not
available.
Field Summary | |
static String |
versionId
|
Fields inherited from class com.arsdigita.cms.ui.ItemSearchSection |
SINGLE_TYPE_PARAM |
Fields inherited from class com.arsdigita.bebop.FormSection |
m_formModel, m_panel |
Fields inherited from class com.arsdigita.bebop.SimpleComponent |
m_attr |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Constructor Summary | |
ItemSearchSectionInline(String name,
String context)
Construct a new ItemSearchSectionInline component |
Method Summary | |
protected void |
addFormListener()
|
protected void |
addResultsPane(com.arsdigita.bebop.Container container)
|
protected com.arsdigita.bebop.Component |
createResultsPane(com.arsdigita.search.ui.QueryGenerator generator)
|
ContentItem |
getSelectedItem(com.arsdigita.bebop.PageState state)
|
boolean |
isItemSelected(com.arsdigita.bebop.PageState state)
|
void |
processQuery(com.arsdigita.bebop.PageState state)
|
void |
register(com.arsdigita.bebop.Page p)
|
Methods inherited from class com.arsdigita.cms.ui.ItemSearchSection |
addQueryGenerator, createQueryGenerator, getQuerySpecification, hasQuery, reset |
Methods inherited from class com.arsdigita.bebop.FormSection |
add, add, addCancelListener, addInitListener, addProcessListener, addSubmissionListener, addValidationListener, children, contains, createInitListener, createProcessListener, createSubmissionListener, createValidationListener, fireCancel, fireInit, fireProcess, fireSubmitted, fireValidate, forwardInit, forwardProcess, forwardSubmission, forwardValidation, generateXML, get, getModel, getPanel, indexOf, isEmpty, lock, process, register, removeCancelListener, removeInitListener, removeProcessListener, removeSubmissionListener, removeValidationListener, respond, size |
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
Methods inherited from class com.arsdigita.bebop.Completable |
addCompletionListener, fireCompletionEvent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.arsdigita.bebop.Component |
getClassAttr, getIdAttr, getKey, getStyleAttr, isVisible, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible |
Methods inherited from interface com.arsdigita.util.Lockable |
isLocked |
Field Detail |
public static final String versionId
Constructor Detail |
public ItemSearchSectionInline(String name, String context)
ItemSearchSectionInline
component
context
- the context for the retrieved items. Should be
ContentItem.DRAFT
or ContentItem.LIVE
Method Detail |
public void register(com.arsdigita.bebop.Page p)
register
in interface com.arsdigita.bebop.Component
register
in class ItemSearchSection
protected com.arsdigita.bebop.Component createResultsPane(com.arsdigita.search.ui.QueryGenerator generator)
createResultsPane
in class ItemSearchSection
protected void addResultsPane(com.arsdigita.bebop.Container container)
addResultsPane
in class ItemSearchSection
protected void addFormListener()
addFormListener
in class ItemSearchSection
public void processQuery(com.arsdigita.bebop.PageState state)
processQuery
in class ItemSearchSection
public boolean isItemSelected(com.arsdigita.bebop.PageState state)
public ContentItem getSelectedItem(com.arsdigita.bebop.PageState state)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |