|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
com.sun.rave.web.ui.component | |
com.sun.rave.web.ui.renderer |
Uses of Field in com.sun.rave.web.ui.component |
---|
Subclasses of Field in com.sun.rave.web.ui.component | |
---|---|
class |
Calendar
Defines a Calendar component. |
class |
CalendarBase
Use the ui:calendar when the user needs to select a
date. |
class |
PasswordField
|
class |
PasswordFieldBase
Use the ui:passwordField tag to create an input
field where the characters entered are echoed back with a
replacement character, so as to mask the input. |
class |
TextArea
|
class |
TextAreaBase
Use the ui:textArea tag to create a multiple-line
input field for text. |
class |
TextField
|
class |
TextFieldBase
Use the ui:textField tag to create an input field for a single line of text. |
class |
Upload
Use this component to allow web application users to upload a file. |
class |
UploadBase
Use the ui:upload tag to create a component that can be used to browse the local file system for a file, and upload a copy of the file's contents to the web application. |
Uses of Field in com.sun.rave.web.ui.renderer |
---|
Methods in com.sun.rave.web.ui.renderer with parameters of type Field | |
---|---|
protected java.lang.String |
FieldRenderer.getStyleClass(Field component,
java.lang.String hiddenStyle)
|
boolean |
FieldRenderer.renderField(javax.faces.context.FacesContext context,
Field component,
java.lang.String type,
java.lang.String[] styles)
Render the TextField depending on the value of the type property. |
protected void |
FieldRenderer.renderInput(Field component,
java.lang.String type,
java.lang.String id,
boolean renderUserStyles,
java.lang.String[] styles,
javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |