| com.ivata.mask.Mask
All known Subclasses: com.ivata.mask.MaskImpl,
Method Summary | |
Class | getDOClass()
Get the dependent object class associated with this mask. | List | getFields()
Get all the fields to be displayed in this mask. | List | getIncludePaths() For masks, you can include non-dynamically generated field layouts. |
getDOClass | Class getDOClass()(Code) | |
Get the dependent object class associated with this mask.
The dependent object class associated with this mask. |
getFields | List getFields()(Code) | |
Get all the fields to be displayed in this mask.
All the fields to be displayed in this mask as aList of Field instances. |
getIncludePaths | List getIncludePaths()(Code) | | For masks, you can include non-dynamically generated field layouts. In
a web-app these paths equate to a Struts action forward,
used in a <jsp:include...> tag.
a list of all static fields included in the mask. |
|
|