com.arsdigita.forum.ui.admin
Class GroupMemberPicker

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
                  extended bycom.arsdigita.forum.ui.admin.GroupMemberPicker
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

public abstract class GroupMemberPicker
extends UserPicker


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
GroupMemberPicker()
           
 
Method Summary
protected  void addUser(com.arsdigita.bebop.PageState ps, BigDecimal userID)
           
protected  void addWidgets()
           
protected  String getDisplayName(com.arsdigita.persistence.DataQuery q)
           
protected abstract  com.arsdigita.kernel.Group getGroup(com.arsdigita.bebop.PageState ps)
           
protected  String getKey(com.arsdigita.persistence.DataQuery q)
           
protected  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.forum.ui.admin.UserPicker
addDisplay
 
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

GroupMemberPicker

public GroupMemberPicker()
Method Detail

addWidgets

protected void addWidgets()
Overrides:
addWidgets in class UserPicker

register

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

init

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

process

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

getGroup

protected abstract com.arsdigita.kernel.Group getGroup(com.arsdigita.bebop.PageState ps)

getUsers

protected com.arsdigita.persistence.DataQuery getUsers(com.arsdigita.bebop.PageState ps,
                                                       String search)
Specified by:
getUsers in class UserPicker

getDisplayName

protected String getDisplayName(com.arsdigita.persistence.DataQuery q)
Specified by:
getDisplayName in class UserPicker

getKey

protected String getKey(com.arsdigita.persistence.DataQuery q)
Specified by:
getKey in class UserPicker

addUser

protected void addUser(com.arsdigita.bebop.PageState ps,
                       BigDecimal userID)
Specified by:
addUser in class UserPicker


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