com.sri.emo.dbobj
Interface AbstractParts
public interface AbstractParts
parts of an object
Method Summary |
PartDescriptor[] |
getParts()
order of parts is important--will be used as layout order,
and the number of each attribute in this list will be used to
encode/decode the field name as a fixed string + num. |
REFERENCES
static final String REFERENCES
- See Also:
- Constant Field Values
ONLINE_RESOURCE
static final String ONLINE_RESOURCE
- See Also:
- Constant Field Values
MISCELLANEOUS_ASSOCIATIONS
static final String MISCELLANEOUS_ASSOCIATIONS
- See Also:
- Constant Field Values
getParts
PartDescriptor[] getParts()
- order of parts is important--will be used as layout order,
and the number of each attribute in this list will be used to
encode/decode the field name as a fixed string + num.
why?
necessary since the JSP doesn't know anything, but
must iterate to display attributes and send back edits with some discernable
connection between input text and attribute destination.
- Returns:
- a list of parts for paradigms
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.