com.arsdigita.bebop.form
Class TextEntryFormSection
java.lang.Object
com.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.FormSection
com.arsdigita.bebop.form.TextEntryFormSection
- All Implemented Interfaces:
- Cloneable, Component, Container, Lockable, MessageType
- public class TextEntryFormSection
- extends FormSection
- implements MessageType
Form section that takes a text entry component (e.g., TextField)
and displays it along with a drop-down box that enables the user to
select the input type.
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, register, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
Methods inherited from interface com.arsdigita.bebop.Component |
getClassAttr, getIdAttr, getKey, getStyleAttr, isVisible, register, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible |
TextEntryFormSection
public TextEntryFormSection(Widget w)
setWidgetValue
public void setWidgetValue(PageState ps,
Object value)
getWidgetValue
public Object getWidgetValue(PageState ps)
getTextType
public String getTextType(PageState ps)
setTextType
public void setTextType(PageState ps,
String type)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC