|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataTypeJSPInPlaceEditor
Represents an editable form field capable of editing a value for a custom data type. The implementation of this interface must use NetUI DataSource aware tags to allow it to store its value back into the host object that defines the property.
Method Summary | |
---|---|
void |
render(PageContext pageContext,
Tag parent)
Render the content for this in-place editor into the HTML stream for the page hosting the editor. |
void |
setDataSource(String dataSource)
Indicate the NetUI DataSource that should be used to store the edited value back into the object that defines it. |
void |
setValue(DataTypeInPlaceEditableValue value)
Set the value upon which this editor will work. |
Methods inherited from interface com.bea.wli.datatype.DataTypeEditor |
---|
setReadOnly, setValueSummary |
Method Detail |
---|
void setValue(DataTypeInPlaceEditableValue value) throws DataTypeException
value
-
DataTypeException
void setDataSource(String dataSource) throws DataTypeException
dataSource
-
DataTypeException
void render(PageContext pageContext, Tag parent) throws JspException, DataTypeException, IOException
pageContext
- JSP page context for the host pageparent
- Parent tag that contains the editor
JspException
DataTypeException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |