com.arsdigita.forum.ui.admin
Class UserPicker

java.lang.Object
  extended bycom.arsdigita.bebop.Completable
      extended bycom.arsdigita.bebop.SimpleComponent
          extended bycom.arsdigita.bebop.FormSection
              extended bycom.arsdigita.forum.ui.admin.UserPicker
All Implemented Interfaces:
Cloneable, com.arsdigita.bebop.Component, com.arsdigita.bebop.Container, EventListener, com.arsdigita.bebop.event.FormInitListener, com.arsdigita.bebop.event.FormProcessListener, com.arsdigita.util.Lockable
Direct Known Subclasses:
GroupMemberPicker

public abstract class UserPicker
extends com.arsdigita.bebop.FormSection
implements com.arsdigita.bebop.event.FormProcessListener, com.arsdigita.bebop.event.FormInitListener


Field Summary
 
Fields inherited from class com.arsdigita.bebop.FormSection
m_formModel, m_panel, versionId
 
Fields inherited from class com.arsdigita.bebop.SimpleComponent
m_attr
 
Fields inherited from interface com.arsdigita.bebop.event.FormProcessListener
versionId
 
Fields inherited from interface com.arsdigita.bebop.event.FormInitListener
versionId
 
Fields inherited from interface com.arsdigita.bebop.Component
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE
 
Constructor Summary
UserPicker()
           
 
Method Summary
protected  void addDisplay()
           
protected abstract  void addUser(com.arsdigita.bebop.PageState ps, BigDecimal userID)
           
protected  void addWidgets()
           
protected abstract  String getDisplayName(com.arsdigita.persistence.DataQuery q)
           
protected abstract  String getKey(com.arsdigita.persistence.DataQuery q)
           
protected abstract  com.arsdigita.persistence.DataQuery getUsers(com.arsdigita.bebop.PageState ps, String search)
           
 void init(com.arsdigita.bebop.event.FormSectionEvent e)
           
 void process(com.arsdigita.bebop.event.FormSectionEvent e)
           
 void register(com.arsdigita.bebop.Page p)
           
 
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
 

Constructor Detail

UserPicker

public UserPicker()
Method Detail

addWidgets

protected void addWidgets()

addDisplay

protected void addDisplay()

init

public void init(com.arsdigita.bebop.event.FormSectionEvent e)
Specified by:
init in interface com.arsdigita.bebop.event.FormInitListener

process

public void process(com.arsdigita.bebop.event.FormSectionEvent e)
Specified by:
process in interface com.arsdigita.bebop.event.FormProcessListener

register

public void register(com.arsdigita.bebop.Page p)
Specified by:
register in interface com.arsdigita.bebop.Component

getUsers

protected abstract com.arsdigita.persistence.DataQuery getUsers(com.arsdigita.bebop.PageState ps,
                                                                String search)

getDisplayName

protected abstract String getDisplayName(com.arsdigita.persistence.DataQuery q)

getKey

protected abstract String getKey(com.arsdigita.persistence.DataQuery q)

addUser

protected abstract void addUser(com.arsdigita.bebop.PageState ps,
                                BigDecimal userID)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2348 UTC